aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
* Yegor's TxMasterStyleAtom code from Bug #40057Nick Burch2006-07-184-8/+454
* Add lookups for the common text alignmentsNick Burch2006-07-181-1/+16
* Yegor's update from bug #39991 - better identification of what underlying pic...Nick Burch2006-07-143-1/+28
* Expose the underlying TextRunNick Burch2006-07-131-0/+7
* Add in a main() method, so people can stop moaningNick Burch2006-07-121-0/+18
* Remove a bit of debug codeNick Burch2006-07-031-2/+0
* Get to a consistent indentNick Burch2006-07-031-140/+140
* Yegor's Slide Title patch from bug 39948Nick Burch2006-07-032-1/+97
* Add correct detection for encrypted powerpoint files. An exception will be th...Nick Burch2006-07-0311-60/+564
* Support re-ordering of slides, now that we know how slider ordering worksNick Burch2006-07-025-35/+498
* Hopefully fix bug 39228 - big overhaul of how slides and notes are build, bas...Nick Burch2006-06-274-153/+215
* Update Document to offer the SlideListWithTexts by name, and change addSlide ...Nick Burch2006-06-274-30/+76
* Tweak rich text handlingNick Burch2006-06-162-2/+13
* Tweak commentsNick Burch2006-06-161-2/+2
* Tests for new RichText codeNick Burch2006-06-131-5/+203
* Refactor to allow easy testing of multiple files. Will enable a second file w...Nick Burch2006-06-131-7/+29
* Hopefully handle the building and using of RichTextRuns correctly. Should inc...Nick Burch2006-06-132-39/+150
* Some PersistPtrHolders seem to reference records stored after them. Add a sec...Nick Burch2006-06-132-9/+28
* Some initial changes that are needed to fix bug #38544Nick Burch2006-06-122-9/+30
* New dev program for helping us understand how SlideListWithTexts interactNick Burch2006-06-122-1/+92
* Add some comments to the code, to help understand why an extra +1 is added (b...Nick Burch2006-06-121-0/+4
* Make the output of the positions easier to understandNick Burch2006-06-121-1/+1
* Better handling of zero sized images, and where the picture stream doesn't ha...Nick Burch2006-06-122-3/+14
* Add test for empty constructorNick Burch2006-05-101-1/+20
* Don't blindly cast children to FontEntityAtomNick Burch2006-05-091-6/+10
* Fixes from Yegor, from bug #39395Nick Burch2006-05-0813-177/+620
* Tests to go with fix for bug 39374Nick Burch2006-04-211-1/+46
* Fix for bug 39374 - handle unicode text runsNick Burch2006-04-211-12/+13
* Tests for fixes associated with Bug 39324Nick Burch2006-04-212-28/+314
* Bug fix for newly created bitmask values (part of bug 39324). A few enhanceme...Nick Burch2006-04-211-17/+50
* When adding TextBoxes to a slide, make sure we update the PPDrawing's cache o...Nick Burch2006-04-211-0/+7
* Test to ensure that when we add slides, we can write them back out and everyt...Nick Burch2006-04-191-0/+191
* Updated test from Yegor, to also test creating text boxes with propertiesNick Burch2006-04-191-27/+23
* Updates from Yegor: New shape and picture stuff (see bug 39256)Nick Burch2006-04-1220-74/+995
* PPT file where the slides are returned in the wrong order, from bug #39228Nick Burch2006-04-121-0/+0
* Tests to ensure that the StyleTextProp and RichText stuff plays nicely togetherNick Burch2006-04-123-4/+207
* Need right date in the test formatterNick Burch2006-04-122-3/+3
* Fix bug #39177 - Last TextPropCollection needs a length 1 longer than the tex...Nick Burch2006-04-121-2/+12
* Bug fix for writing out the mask for BitMask propertiesNick Burch2006-04-121-2/+15
* Add a check that just opening a usermodel slidesheet on it doesn't break thingsNick Burch2006-04-121-4/+40
* Add constructors taking the main objects, rather than just input streamsNick Burch2006-04-052-7/+26
* Fix for 12 vs 24 hour timesNick Burch2006-04-054-19/+29
* More HPSF-related beautificationNick Burch2006-04-051-2/+2
* HPSF-related beautificationRainer Klute2006-04-051-4/+4
* Convert HWPFDocument to having POIDocument as its parentNick Burch2006-04-042-16/+36
* Create a new Superclass, POIDocument, which handles the property (hpsf) stuff...Nick Burch2006-04-043-77/+233
* Prevent infinite recursion (leading to stack overflow) on broken documents wh...Nick Burch2006-04-031-3/+9
* Add more tests to ensure the IDs are still correct after writing out and read...Nick Burch2006-03-271-2/+43
* Fixes/Updates to tests to go with big change in how slides/notes are tied to ...Nick Burch2006-03-275-20/+49
* Big change in how we tie slides, notes, and their text together. Now make use...Nick Burch2006-03-277-139/+195