aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
...
* | #58138 CF Border colour getters and setters on Color objects as well as shortsNick Burch2015-07-141-0/+10
* | #58138 Color object support for HSSF CF bordersNick Burch2015-07-141-6/+65
* | Unset the border formattings when set to 0Nick Burch2015-07-141-2/+22
* | Fix inconsistent whitespace/indentsNick Burch2015-07-141-147/+147
* | Prepare HSSFBorderFormatting for #58138Nick Burch2015-07-142-81/+52
* | Cleaner code for checking and casting the Color objectsNick Burch2015-07-144-15/+12
* | Fix inconsistent whitespace/formattingNick Burch2015-07-142-264/+259
* | Provide format-agnostic conditional formatting patter colour getters and settersNick Burch2015-07-143-7/+45
* | Fix inconsistent whitespace/formattingNick Burch2015-07-146-1090/+1056
* | Provide format-agnostic conditional formatting font colour getter and setterNick Burch2015-07-143-7/+41
* | Bug 58133 - Agile encryption - wrong checksum calculationAndreas Beeker2015-07-131-1/+1
* | Consistent whitespace/indentsNick Burch2015-07-131-75/+67
* | Move some test checks to using ConditionType instead of raw bytesNick Burch2015-07-131-0/+2
* | Enable CF2007 test for XLSX tooNick Burch2015-07-131-0/+4
* | Provide a Conditional Formatting type class, and deprecate the byte-based typ...Nick Burch2015-07-135-11/+114
* | Have the HSSF ConditionalFormattingTable look for CF12 records as well, and b...Nick Burch2015-07-131-4/+3
* | Fix inconsistent indents/whitespaceNick Burch2015-07-131-214/+209
* | Begin updating the HSSF CF code to work on the base types, so it can handle b...Nick Burch2015-07-137-39/+77
* | More clone supportNick Burch2015-07-131-1/+14
* | Enable CFRule12 use #58130Nick Burch2015-07-134-2/+5
* | CFRule12 testsNick Burch2015-07-131-2/+3
* | New future record interface, and more CFRule12 toString outputNick Burch2015-07-133-7/+80
* | Allow dumping of null arraysNick Burch2015-07-131-4/+7
* | Further CFRule12 parsingNick Burch2015-07-133-80/+207
* | CFRule12 can have standard formats too, so push logic to base class #58130Nick Burch2015-07-138-228/+255
* | Add Sheet.getMergedRegions to obtain them all as a list. Implement this for X...David North2015-07-132-0/+18
* | Template IDs from which CFs can be basedNick Burch2015-07-121-0/+28
* | Refactor some of the CFRuleRecord logic out to CFRuleBase, and begin work on ...Nick Burch2015-07-124-118/+361
* | Fix formatting/indents/commentsNick Burch2015-07-122-476/+421
* | Introduce a CFHeaderBase common parent #58130Nick Burch2015-07-123-121/+161
* | Update FtrHeader and CFHeader clone/createNick Burch2015-07-123-14/+13
* | More whitespace / indent updatesNick Burch2015-07-124-635/+622
* | Fix indent/whitespaceNick Burch2015-07-121-315/+312
* | Start to support CF12 headers for #58130Nick Burch2015-07-125-32/+128
* | Javadocs, and more record namesNick Burch2015-07-124-14/+20
* | Javadoc and comment updates for CFsNick Burch2015-07-124-19/+10
* | When writing the mini-stream, set the size of it on the root property #58061Nick Burch2015-07-063-5/+19
* | Helper method to report the number of blocks used in a BATNick Burch2015-07-061-2/+15
* | Fix OPOIFS generics warningsNick Burch2015-07-025-30/+22
* | To better match OPOIFS, pad to the end of a block with 0xFF/-1Nick Burch2015-07-011-0/+10
* | Allow optional dumping of the raw ministream as wellNick Burch2015-06-301-11/+38
* | Support optionally dumping the properties streamNick Burch2015-06-291-4/+45
* | Put the properties table at block 0, with the first BAT at block 1, to hopefu...Nick Burch2015-06-281-6/+7
* | Print mini stream information, and property entriesNick Burch2015-06-281-5/+12
* | Fix inconsistent whitespaceNick Burch2015-06-281-134/+134
* | Refactor the small block reader creation, so that POIFSHeaderDumper can dump ...Nick Burch2015-06-282-21/+93
* | Bug 58069 - Biff8RC4 xorShort returns wrong value for unsigned shortsAndreas Beeker2015-06-231-2/+2
* | Bug 58040 - Log ForgingAndreas Beeker2015-06-214-1009/+106
* | Bug 57923: Fix check for tokens in NameRecord.getExternSheetNumber() to avoid...Dominik Stadler2015-06-211-2/+3
* | fixed javadoc links after imports have been organizedAndreas Beeker2015-06-202-2/+2