Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-04 | add missing README to animation, sc, sd, slideshow, starmath, sw | Josh Heidenreich | |
2012-02-01 | InsertData 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-01 | pointer -> reference | Ivan Timofeev | |
2012-02-01 | convert SdPresLayoutDlg from tools/list.hxx to boost::ptr_vector | Noel Grandin | |
2012-02-01 | n#735533: Donot set duplicate master slide names. | Muthu Subramanian | |
2012-02-01 | add comments | Ivan Timofeev | |
2012-01-31 | Get the whole thing to build after the method sig change in SdrObject. | Kohei Yoshida | |
2012-01-31 | erase garbage after std::remove | Ivan Timofeev | |
this fixes commit 5a71069339b3a3c118f3015d978799ef66db7564 | |||
2012-01-31 | convert SdCustomeShow from tools/list to vector | Noel Grandin | |
2012-01-30 | remove '#define UNOOUSTRING ::rtl::OUString' | Ivan Timofeev | |
2012-01-30 | remove '#define OUSTRING ::rtl::OUString' | Ivan Timofeev | |
2012-01-28 | Fix duplicateExpression style Same expression on both sides of '&& | Julien Nabet | |
2012-01-26 | disable sd's regression test again | Markus Mohrhard | |
2012-01-25 | optimized zoom to use more common intervals | Tim 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-25 | Put font embedding disable to correct unit test | Thorsten Behrens | |
2012-01-24 | Adapt reference svg to not contain embedded fonts anymore. | Thorsten Behrens | |
2012-01-24 | Disable svg font embedding for sd filters test, enable again. | Thorsten Behrens | |
2012-01-24 | finalize gcc 4.7 string literal operators | Thomas Arnhold | |
2012-01-23 | add the "Send Feedback..." help menu item | Ivan Timofeev | |
2012-01-23 | drop tools/string.hxx include | Caolán McNamara | |
2012-01-22 | fdo#43705: fix incomplete updating of the page preview pane in Draw | Ivan 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-20 | Disable sd_regression_test until "do not embed font config" is fixed. | Stephan Bergmann | |
2012-01-19 | enable sd's regression test in the subsequenttest target | Markus Mohrhard | |
2012-01-19 | finish sd's regression test | Markus Mohrhard | |
Implemented a simple character based comparison of the exported file and the reference file | |||
2012-01-19 | WaE: ongoing stream operator cleanup, persuade ints they are sal_Int32s | Michael Meeks | |
2012-01-17 | Replaced SAL_INFO with SAL_WARN were applicable. | Marcel Metz | |
2012-01-17 | sd: remove some unused defines | Ivan Timofeev | |
2012-01-17 | sd: remove unused templates | Ivan Timofeev | |
2012-01-17 | Use platform-independent ::rtl::math::round to fix msvc build | Korrawit Pruegsanusak | |
2012-01-16 | Replaced DBG_ERRORFILE with SAL_INFO. | Marcel Metz | |
2012-01-15 | WaE: ordered comparison of pointer with integer zero | David Tardon | |
2012-01-15 | these are not old component files anymore | Matúš Kukan | |
2012-01-15 | vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplify | Michael Meeks | |
2012-01-14 | fix for gcc 4.7: unable to find string literal operator | Matúš Kukan | |
2012-01-13 | fdo#44173: use a geometric progression for zooming | Tim 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-13 | just return the read string here instead of passing one in by ref | Caolán McNamara | |
2012-01-13 | add test concept for draw/impress, import file and export to svg | Markus 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-10 | Fix for fdo43460 Part XXXI getLength() to isEmpty() | Olivier Hallot | |
Part XXXI Modules sd | |||
2012-01-10 | Tools 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-10 | simplify LocalFileHelper::ConvertURLToPhysicalName | Caolán McNamara | |
2012-01-08 | Kill SvNullStream duplication | Miklos Vajna | |
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-06 | Removed unnecessary tools/ref.hxx includes. | Marcel Metz | |
2012-01-06 | Removed unnecessary tools/link.hxx includes. | Marcel Metz | |
2012-01-06 | Merge 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-06 | fdo#44294: overlapped controls | Ivan Timofeev | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |