summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Collapse)AuthorAgeFilesLines
* fix filters test dependenciesCaolán McNamara2012-02-093-9/+2
|
* disentangled sddll.hxx vs. sdmod.hxxTakeshi Abe2012-02-0814-29/+6
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* add missing README to animation, sc, sd, slideshow, starmath, swJosh Heidenreich2012-02-041-0/+3
|
* InsertData to AppendData, to hide the insert position.Kohei Yoshida2012-02-015-8/+8
| | | | | Only a few places in sc specified insert position, and those were not strictly necessary.
* pointer -> referenceIvan Timofeev2012-02-0123-335/+327
|
* convert SdPresLayoutDlg from tools/list.hxx to boost::ptr_vectorNoel Grandin2012-02-012-29/+19
|
* n#735533: Donot set duplicate master slide names.Muthu Subramanian2012-02-011-4/+11
|
* add commentsIvan Timofeev2012-02-011-0/+6
|
* Get the whole thing to build after the method sig change in SdrObject.Kohei Yoshida2012-01-311-2/+2
|
* erase garbage after std::removeIvan Timofeev2012-01-314-8/+16
| | | | this fixes commit 5a71069339b3a3c118f3015d978799ef66db7564
* convert SdCustomeShow from tools/list to vectorNoel Grandin2012-01-318-51/+52
|
* remove '#define UNOOUSTRING ::rtl::OUString'Ivan Timofeev2012-01-302-12/+12
|
* remove '#define OUSTRING ::rtl::OUString'Ivan Timofeev2012-01-302-3/+2
|
* Fix duplicateExpression style Same expression on both sides of '&&Julien Nabet2012-01-281-1/+1
|
* disable sd's regression test againMarkus Mohrhard2012-01-261-1/+2
|
* optimized zoom to use more common intervalsTim Hardeck2012-01-251-4/+3
| | | | | | Round zoom values beginning with 50 to a multiple of 5, with 100 to one of 10, with 500 to one of 50 and with 1000 to one of 100. The step 100 is enforced to have one fixed point.
* Put font embedding disable to correct unit testThorsten Behrens2012-01-252-1/+2
|
* Adapt reference svg to not contain embedded fonts anymore.Thorsten Behrens2012-01-241-61/+4
|
* Disable svg font embedding for sd filters test, enable again.Thorsten Behrens2012-01-242-13/+2
|
* finalize gcc 4.7 string literal operatorsThomas Arnhold2012-01-241-3/+3
|
* add the "Send Feedback..." help menu itemIvan Timofeev2012-01-232-2/+4
|
* drop tools/string.hxx includeCaolán McNamara2012-01-232-35/+35
|
* fdo#43705: fix incomplete updating of the page preview pane in DrawIvan Timofeev2012-01-221-0/+1
| | | | | | | This regression was introduced in f215333002882872129066828228d3343a903331. As stated in PageObjectPainter::PaintPageObject: "The page object layouter is quite volatile." The rest of usages of mpPageObjectLayouter looks sane, but who knows...
* Disable sd_regression_test until "do not embed font config" is fixed.Stephan Bergmann2012-01-201-1/+12
|
* enable sd's regression test in the subsequenttest targetMarkus Mohrhard2012-01-191-0/+1
|
* finish sd's regression testMarkus Mohrhard2012-01-193-2/+203
| | | | | Implemented a simple character based comparison of the exported file and the reference file
* WaE: ongoing stream operator cleanup, persuade ints they are sal_Int32sMichael Meeks2012-01-192-3/+3
|
* Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2012-01-171-1/+1
|
* sd: remove some unused definesIvan Timofeev2012-01-1710-183/+0
|
* sd: remove unused templatesIvan Timofeev2012-01-179-1749/+0
|
* Use platform-independent ::rtl::math::round to fix msvc buildKorrawit Pruegsanusak2012-01-171-2/+3
|
* Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz2012-01-161-1/+1
|
* WaE: ordered comparison of pointer with integer zeroDavid Tardon2012-01-151-2/+1
|
* these are not old component files anymoreMatúš Kukan2012-01-152-9/+9
|
* vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplifyMichael Meeks2012-01-151-4/+4
|
* fix for gcc 4.7: unable to find string literal operatorMatúš Kukan2012-01-141-6/+6
|
* fdo#44173: use a geometric progression for zoomingTim Hardeck2012-01-131-4/+4
| | | | | | | Zooming does now base on a geometric progression instead of an arithmetic one. Since the zoom factor is not only used in Draw but for all other applications 1.2 seems like a good choice.
* just return the read string here instead of passing one in by refCaolán McNamara2012-01-131-3/+1
|
* add test concept for draw/impress, import file and export to svgMarkus Mohrhard2012-01-132-0/+344
| | | | | | | | | | | | | | | | | | | | | | the idea behind this concept: * have a file containing some test data * import file without UI * export file to svg through XStorable::storeToURL * compare exported svg file to a reference file and complain if they * differ advantages: * easy to create test cases, even for non coders * no special handling of sd internal code needed * svg is showing differences in the representation and not in the model * external programs that can be used to check the output * can be used for all input formats disadvantages: * changes to svg filter code might break test cases while the change is correct * slow test, import + export * might need external program for xml diff
* Fix for fdo43460 Part XXXI getLength() to isEmpty()Olivier Hallot2012-01-1058-129/+129
| | | | | | Part XXXI Modules sd
* Tools container rework regression fix (for fdo#41657)Thorsten Behrens2012-01-101-13/+15
| | | | | Don't de-reference invalid iterator (and no point in doing anything with an empty style sheet list anyway).
* simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara2012-01-104-5/+5
|
* Kill SvNullStream duplicationMiklos Vajna2012-01-081-1/+1
|
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-0613-14/+2
|
* Removed unnecessary tools/ref.hxx includes.Marcel Metz2012-01-063-2/+1
|
* Removed unnecessary tools/link.hxx includes.Marcel Metz2012-01-0613-12/+1
|
* Merge branch 'feature/gbuild_extensions'Michael Stahl2012-01-061-0/+2
|\ | | | | | | | | | | | | | | | | Conflicts: extensions/source/ole/servreg.cxx extensions/source/plugin/util/makefile.mk postprocess/packcomponents/makefile.mk postprocess/prj/build.lst tail_build/prj/build.lst
| * fix dep to svx/globlmn.hrc inside of tail_buildNorbert Thiebaud2012-01-041-1/+1
| |
| * Merge remote-tracking branch 'origin/master' into feature/gbuild_extensionsPeter Foley2011-12-2417-227/+41
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Module_tail_build.mk Repository.mk extensions/util/makefile.pmk postprocess/prj/build.lst svx/AllLangResTarget_svx.mk