| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | #58138 CF Border colour getters and setters on Color objects as well as shorts | Nick Burch | 2015-07-14 | 1 | -0/+10 |
* | | #58138 Color object support for HSSF CF borders | Nick Burch | 2015-07-14 | 1 | -6/+65 |
* | | Unset the border formattings when set to 0 | Nick Burch | 2015-07-14 | 1 | -2/+22 |
* | | Fix inconsistent whitespace/indents | Nick Burch | 2015-07-14 | 1 | -147/+147 |
* | | Prepare HSSFBorderFormatting for #58138 | Nick Burch | 2015-07-14 | 2 | -81/+52 |
* | | Cleaner code for checking and casting the Color objects | Nick Burch | 2015-07-14 | 4 | -15/+12 |
* | | Fix inconsistent whitespace/formatting | Nick Burch | 2015-07-14 | 2 | -264/+259 |
* | | Provide format-agnostic conditional formatting patter colour getters and setters | Nick Burch | 2015-07-14 | 3 | -7/+45 |
* | | Fix inconsistent whitespace/formatting | Nick Burch | 2015-07-14 | 6 | -1090/+1056 |
* | | Provide format-agnostic conditional formatting font colour getter and setter | Nick Burch | 2015-07-14 | 3 | -7/+41 |
* | | Bug 58133 - Agile encryption - wrong checksum calculation | Andreas Beeker | 2015-07-13 | 1 | -1/+1 |
* | | Consistent whitespace/indents | Nick Burch | 2015-07-13 | 1 | -75/+67 |
* | | Move some test checks to using ConditionType instead of raw bytes | Nick Burch | 2015-07-13 | 1 | -0/+2 |
* | | Enable CF2007 test for XLSX too | Nick Burch | 2015-07-13 | 1 | -0/+4 |
* | | Provide a Conditional Formatting type class, and deprecate the byte-based typ... | Nick Burch | 2015-07-13 | 5 | -11/+114 |
* | | Have the HSSF ConditionalFormattingTable look for CF12 records as well, and b... | Nick Burch | 2015-07-13 | 1 | -4/+3 |
* | | Fix inconsistent indents/whitespace | Nick Burch | 2015-07-13 | 1 | -214/+209 |
* | | Begin updating the HSSF CF code to work on the base types, so it can handle b... | Nick Burch | 2015-07-13 | 7 | -39/+77 |
* | | More clone support | Nick Burch | 2015-07-13 | 1 | -1/+14 |
* | | Enable CFRule12 use #58130 | Nick Burch | 2015-07-13 | 4 | -2/+5 |
* | | CFRule12 tests | Nick Burch | 2015-07-13 | 1 | -2/+3 |
* | | New future record interface, and more CFRule12 toString output | Nick Burch | 2015-07-13 | 3 | -7/+80 |
* | | Allow dumping of null arrays | Nick Burch | 2015-07-13 | 1 | -4/+7 |
* | | Further CFRule12 parsing | Nick Burch | 2015-07-13 | 3 | -80/+207 |
* | | CFRule12 can have standard formats too, so push logic to base class #58130 | Nick Burch | 2015-07-13 | 8 | -228/+255 |
* | | Add Sheet.getMergedRegions to obtain them all as a list. Implement this for X... | David North | 2015-07-13 | 2 | -0/+18 |
* | | Template IDs from which CFs can be based | Nick Burch | 2015-07-12 | 1 | -0/+28 |
* | | Refactor some of the CFRuleRecord logic out to CFRuleBase, and begin work on ... | Nick Burch | 2015-07-12 | 4 | -118/+361 |
* | | Fix formatting/indents/comments | Nick Burch | 2015-07-12 | 2 | -476/+421 |
* | | Introduce a CFHeaderBase common parent #58130 | Nick Burch | 2015-07-12 | 3 | -121/+161 |
* | | Update FtrHeader and CFHeader clone/create | Nick Burch | 2015-07-12 | 3 | -14/+13 |
* | | More whitespace / indent updates | Nick Burch | 2015-07-12 | 4 | -635/+622 |
* | | Fix indent/whitespace | Nick Burch | 2015-07-12 | 1 | -315/+312 |
* | | Start to support CF12 headers for #58130 | Nick Burch | 2015-07-12 | 5 | -32/+128 |
* | | Javadocs, and more record names | Nick Burch | 2015-07-12 | 4 | -14/+20 |
* | | Javadoc and comment updates for CFs | Nick Burch | 2015-07-12 | 4 | -19/+10 |
* | | When writing the mini-stream, set the size of it on the root property #58061 | Nick Burch | 2015-07-06 | 3 | -5/+19 |
* | | Helper method to report the number of blocks used in a BAT | Nick Burch | 2015-07-06 | 1 | -2/+15 |
* | | Fix OPOIFS generics warnings | Nick Burch | 2015-07-02 | 5 | -30/+22 |
* | | To better match OPOIFS, pad to the end of a block with 0xFF/-1 | Nick Burch | 2015-07-01 | 1 | -0/+10 |
* | | Allow optional dumping of the raw ministream as well | Nick Burch | 2015-06-30 | 1 | -11/+38 |
* | | Support optionally dumping the properties stream | Nick Burch | 2015-06-29 | 1 | -4/+45 |
* | | Put the properties table at block 0, with the first BAT at block 1, to hopefu... | Nick Burch | 2015-06-28 | 1 | -6/+7 |
* | | Print mini stream information, and property entries | Nick Burch | 2015-06-28 | 1 | -5/+12 |
* | | Fix inconsistent whitespace | Nick Burch | 2015-06-28 | 1 | -134/+134 |
* | | Refactor the small block reader creation, so that POIFSHeaderDumper can dump ... | Nick Burch | 2015-06-28 | 2 | -21/+93 |
* | | Bug 58069 - Biff8RC4 xorShort returns wrong value for unsigned shorts | Andreas Beeker | 2015-06-23 | 1 | -2/+2 |
* | | Bug 58040 - Log Forging | Andreas Beeker | 2015-06-21 | 4 | -1009/+106 |
* | | Bug 57923: Fix check for tokens in NameRecord.getExternSheetNumber() to avoid... | Dominik Stadler | 2015-06-21 | 1 | -2/+3 |
* | | fixed javadoc links after imports have been organized | Andreas Beeker | 2015-06-20 | 2 | -2/+2 |