summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-02-04add missing README to animation, sc, sd, slideshow, starmath, swJosh Heidenreich
2012-02-01InsertData to AppendData, to hide the insert position.Kohei Yoshida
Only a few places in sc specified insert position, and those were not strictly necessary.
2012-02-01pointer -> referenceIvan Timofeev
2012-02-01convert SdPresLayoutDlg from tools/list.hxx to boost::ptr_vectorNoel Grandin
2012-02-01n#735533: Donot set duplicate master slide names.Muthu Subramanian
2012-02-01add commentsIvan Timofeev
2012-01-31Get the whole thing to build after the method sig change in SdrObject.Kohei Yoshida
2012-01-31erase garbage after std::removeIvan Timofeev
this fixes commit 5a71069339b3a3c118f3015d978799ef66db7564
2012-01-31convert SdCustomeShow from tools/list to vectorNoel Grandin
2012-01-30remove '#define UNOOUSTRING ::rtl::OUString'Ivan Timofeev
2012-01-30remove '#define OUSTRING ::rtl::OUString'Ivan Timofeev
2012-01-28Fix duplicateExpression style Same expression on both sides of '&&Julien Nabet
2012-01-26disable sd's regression test againMarkus Mohrhard
2012-01-25optimized zoom to use more common intervalsTim Hardeck
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.
2012-01-25Put font embedding disable to correct unit testThorsten Behrens
2012-01-24Adapt reference svg to not contain embedded fonts anymore.Thorsten Behrens
2012-01-24Disable svg font embedding for sd filters test, enable again.Thorsten Behrens
2012-01-24finalize gcc 4.7 string literal operatorsThomas Arnhold
2012-01-23add the "Send Feedback..." help menu itemIvan Timofeev
2012-01-23drop tools/string.hxx includeCaolán McNamara
2012-01-22fdo#43705: fix incomplete updating of the page preview pane in DrawIvan Timofeev
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...
2012-01-20Disable sd_regression_test until "do not embed font config" is fixed.Stephan Bergmann
2012-01-19enable sd's regression test in the subsequenttest targetMarkus Mohrhard
2012-01-19finish sd's regression testMarkus Mohrhard
Implemented a simple character based comparison of the exported file and the reference file
2012-01-19WaE: ongoing stream operator cleanup, persuade ints they are sal_Int32sMichael Meeks
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz
2012-01-17sd: remove some unused definesIvan Timofeev
2012-01-17sd: remove unused templatesIvan Timofeev
2012-01-17Use platform-independent ::rtl::math::round to fix msvc buildKorrawit Pruegsanusak
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz
2012-01-15WaE: ordered comparison of pointer with integer zeroDavid Tardon
2012-01-15these are not old component files anymoreMatúš Kukan
2012-01-15vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplifyMichael Meeks
2012-01-14fix for gcc 4.7: unable to find string literal operatorMatúš Kukan
2012-01-13fdo#44173: use a geometric progression for zoomingTim Hardeck
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.
2012-01-13just return the read string here instead of passing one in by refCaolán McNamara
2012-01-13add test concept for draw/impress, import file and export to svgMarkus Mohrhard
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
2012-01-10Fix for fdo43460 Part XXXI getLength() to isEmpty()Olivier Hallot
Part XXXI Modules sd
2012-01-10Tools container rework regression fix (for fdo#41657)Thorsten Behrens
Don't de-reference invalid iterator (and no point in doing anything with an empty style sheet list anyway).
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara
2012-01-08Kill SvNullStream duplicationMiklos Vajna
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2012-01-06Removed unnecessary tools/ref.hxx includes.Marcel Metz
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz
2012-01-06Merge branch 'feature/gbuild_extensions'Michael Stahl
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
2012-01-06fdo#44294: overlapped controlsIvan Timofeev
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz