| Commit message (Expand) | Author | Age | Files | Lines |
* | Yegor's TxMasterStyleAtom code from Bug #40057 | Nick Burch | 2006-07-18 | 4 | -8/+454 |
* | Add lookups for the common text alignments | Nick Burch | 2006-07-18 | 1 | -1/+16 |
* | Yegor's update from bug #39991 - better identification of what underlying pic... | Nick Burch | 2006-07-14 | 3 | -1/+28 |
* | Expose the underlying TextRun | Nick Burch | 2006-07-13 | 1 | -0/+7 |
* | Add in a main() method, so people can stop moaning | Nick Burch | 2006-07-12 | 1 | -0/+18 |
* | Remove a bit of debug code | Nick Burch | 2006-07-03 | 1 | -2/+0 |
* | Get to a consistent indent | Nick Burch | 2006-07-03 | 1 | -140/+140 |
* | Yegor's Slide Title patch from bug 39948 | Nick Burch | 2006-07-03 | 2 | -1/+97 |
* | Add correct detection for encrypted powerpoint files. An exception will be th... | Nick Burch | 2006-07-03 | 11 | -60/+564 |
* | Support re-ordering of slides, now that we know how slider ordering works | Nick Burch | 2006-07-02 | 5 | -35/+498 |
* | Hopefully fix bug 39228 - big overhaul of how slides and notes are build, bas... | Nick Burch | 2006-06-27 | 4 | -153/+215 |
* | Update Document to offer the SlideListWithTexts by name, and change addSlide ... | Nick Burch | 2006-06-27 | 4 | -30/+76 |
* | Tweak rich text handling | Nick Burch | 2006-06-16 | 2 | -2/+13 |
* | Tweak comments | Nick Burch | 2006-06-16 | 1 | -2/+2 |
* | Tests for new RichText code | Nick Burch | 2006-06-13 | 1 | -5/+203 |
* | Refactor to allow easy testing of multiple files. Will enable a second file w... | Nick Burch | 2006-06-13 | 1 | -7/+29 |
* | Hopefully handle the building and using of RichTextRuns correctly. Should inc... | Nick Burch | 2006-06-13 | 2 | -39/+150 |
* | Some PersistPtrHolders seem to reference records stored after them. Add a sec... | Nick Burch | 2006-06-13 | 2 | -9/+28 |
* | Some initial changes that are needed to fix bug #38544 | Nick Burch | 2006-06-12 | 2 | -9/+30 |
* | New dev program for helping us understand how SlideListWithTexts interact | Nick Burch | 2006-06-12 | 2 | -1/+92 |
* | Add some comments to the code, to help understand why an extra +1 is added (b... | Nick Burch | 2006-06-12 | 1 | -0/+4 |
* | Make the output of the positions easier to understand | Nick Burch | 2006-06-12 | 1 | -1/+1 |
* | Better handling of zero sized images, and where the picture stream doesn't ha... | Nick Burch | 2006-06-12 | 2 | -3/+14 |
* | Add test for empty constructor | Nick Burch | 2006-05-10 | 1 | -1/+20 |
* | Don't blindly cast children to FontEntityAtom | Nick Burch | 2006-05-09 | 1 | -6/+10 |
* | Fixes from Yegor, from bug #39395 | Nick Burch | 2006-05-08 | 13 | -177/+620 |
* | Tests to go with fix for bug 39374 | Nick Burch | 2006-04-21 | 1 | -1/+46 |
* | Fix for bug 39374 - handle unicode text runs | Nick Burch | 2006-04-21 | 1 | -12/+13 |
* | Tests for fixes associated with Bug 39324 | Nick Burch | 2006-04-21 | 2 | -28/+314 |
* | Bug fix for newly created bitmask values (part of bug 39324). A few enhanceme... | Nick Burch | 2006-04-21 | 1 | -17/+50 |
* | When adding TextBoxes to a slide, make sure we update the PPDrawing's cache o... | Nick Burch | 2006-04-21 | 1 | -0/+7 |
* | Test to ensure that when we add slides, we can write them back out and everyt... | Nick Burch | 2006-04-19 | 1 | -0/+191 |
* | Updated test from Yegor, to also test creating text boxes with properties | Nick Burch | 2006-04-19 | 1 | -27/+23 |
* | Updates from Yegor: New shape and picture stuff (see bug 39256) | Nick Burch | 2006-04-12 | 20 | -74/+995 |
* | PPT file where the slides are returned in the wrong order, from bug #39228 | Nick Burch | 2006-04-12 | 1 | -0/+0 |
* | Tests to ensure that the StyleTextProp and RichText stuff plays nicely together | Nick Burch | 2006-04-12 | 3 | -4/+207 |
* | Need right date in the test formatter | Nick Burch | 2006-04-12 | 2 | -3/+3 |
* | Fix bug #39177 - Last TextPropCollection needs a length 1 longer than the tex... | Nick Burch | 2006-04-12 | 1 | -2/+12 |
* | Bug fix for writing out the mask for BitMask properties | Nick Burch | 2006-04-12 | 1 | -2/+15 |
* | Add a check that just opening a usermodel slidesheet on it doesn't break things | Nick Burch | 2006-04-12 | 1 | -4/+40 |
* | Add constructors taking the main objects, rather than just input streams | Nick Burch | 2006-04-05 | 2 | -7/+26 |
* | Fix for 12 vs 24 hour times | Nick Burch | 2006-04-05 | 4 | -19/+29 |
* | More HPSF-related beautification | Nick Burch | 2006-04-05 | 1 | -2/+2 |
* | HPSF-related beautification | Rainer Klute | 2006-04-05 | 1 | -4/+4 |
* | Convert HWPFDocument to having POIDocument as its parent | Nick Burch | 2006-04-04 | 2 | -16/+36 |
* | Create a new Superclass, POIDocument, which handles the property (hpsf) stuff... | Nick Burch | 2006-04-04 | 3 | -77/+233 |
* | Prevent infinite recursion (leading to stack overflow) on broken documents wh... | Nick Burch | 2006-04-03 | 1 | -3/+9 |
* | Add more tests to ensure the IDs are still correct after writing out and read... | Nick Burch | 2006-03-27 | 1 | -2/+43 |
* | Fixes/Updates to tests to go with big change in how slides/notes are tied to ... | Nick Burch | 2006-03-27 | 5 | -20/+49 |
* | Big change in how we tie slides, notes, and their text together. Now make use... | Nick Burch | 2006-03-27 | 7 | -139/+195 |