summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Collapse)AuthorAgeFilesLines
* fdo#38391: don't crash while dropping textureIvan Timofeev2011-09-171-1/+1
|
* Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann2011-09-161-1/+0
| | | | | | Both C++ and Java OfficeConnection code now always pass --headless, so no need for SAL_USE_VCLPLUGIN=svp etc. any more. Only some C++ unit tests that link against vcl still need an explicit --headless.
* Fix of localised template name problems in Impress part 1Peter Rabi2011-09-143-2/+77
| | | | | | | Template entries now appear in the correct word order in their representation in TemplateScanner. That makes dlgass template listboxes work as expected. Contributed under license LGPLv3+/MPL.
* remove this TODO created in 2000Julien Nabet2011-09-131-15/+0
|
* sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann2011-09-121-2/+6
| | | | | | out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
* Initial DocumentSettingsSerializer implementationMichael Meeks2011-09-111-19/+139
|
* initial DocumentSettingsSerializer interface impl.Michael Meeks2011-09-112-2/+32
|
* add XPropertyList enum, factory, and associated cleanupMichael Meeks2011-09-111-212/+131
|
* convert the last of sd's ByteStrings to rtl::OString[Buffer]Caolán McNamara2011-09-094-7/+13
| | | | fix potential bug in "3D" search while I'm at it I guess
* ByteString->rtl::OString, etcCaolán McNamara2011-09-089-127/+131
|
* surely a terrible idea to use a random system encoding hereCaolán McNamara2011-09-071-1/+1
|
* use read_uInt8s_AsOString hereCaolán McNamara2011-09-071-4/+2
|
* ByteString->rtl::OStringCaolán McNamara2011-09-072-3/+3
|
* Fix hang in slideshow.Thorsten Behrens2011-09-061-0/+3
| | | | | | This fixes fdo#32861, by processing all remaining events after the post-yield callback comes around (that's supposed to be the time when the app can spend time on event processing).
* callcatcher: drop some Impl methods, regenerate listCaolán McNamara2011-09-052-11/+0
|
* regenerate listCaolán McNamara2011-08-306-26/+13
|
* Rename class XColorTable to XColorListJoseph Powers2011-08-2913-23/+23
| | | | | The class is now based on XPropertyList instead of XPropertyTable and all of the other classed based on XPropertyList are named X..List.
* merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara2011-08-291-6/+5
|
* tweak for changeCaolán McNamara2011-08-292-4/+4
|
* valgrind: various unused codeCaolán McNamara2011-08-292-58/+0
|
* WaE: unused variableCaolán McNamara2011-08-291-1/+1
|
* export the source storage to import filter, to mirror TargetStorage for exportMichael Meeks2011-08-261-1/+6
|
* Remove unused parameter: XFillGradientItemJoseph Powers2011-08-231-1/+1
| | | | | XFillGradientItem(SfxItemPool* pPool, const XGradient& rTheGradient) pPool wasn't used so why pass it.
* ditch deprecated apiCaolán McNamara2011-08-231-2/+2
|
* n#699334: Legacy Diagram Text import.Muthu Subramanian2011-08-234-3/+21
| | | | | - Imports Legacy Text. - Formatting info is not imported.
* Make template names appear in the correct word orderPeter Rabi2011-08-221-0/+2
| | | | | This patch turns on sorting in many listboxes containing template or region names in Impress. Contributed under license LGPLv3+/MPL.
* ByteString->rtl::OStringCaolán McNamara2011-08-221-4/+4
|
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* Remove SD_DLLPUBLIC, it breaks Windows build.Jan Holesovsky2011-08-181-1/+1
| | | | If there is a method that needs to be public, better SD_DLLPUBLIC just that one.
* Revert "windows compiler insist to have access to delete[], no matter what"Jan Holesovsky2011-08-181-2/+1
| | | | This reverts commit 0ae3794348be4520adff16eebaa9486c56de70e8.
* convert i18npool to gbuildMatúš Kukan2011-08-171-4/+1
|
* Fixed template dimension problem on Impress.Jeffrey Chang2011-08-171-7/+2
| | | | This fixes fdo#32719.
* WaE: unused variableCaolán McNamara2011-08-161-3/+3
|
* ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara2011-08-152-15/+14
| | | | | shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check
* merge snafuu: d.lst should be empty for gbuild moduleNorbert Thiebaud2011-08-141-3/+0
|
* Fix ruler to not generate negative left indentThorsten Behrens2011-08-151-2/+12
| | | | | | | This fixes n#707779 - previously, with larger number format AbsLSpace, LRSpace's left indent could easily become negative - which the EditEngine does not like at all & exhibits repaint errors.
* windows compiler insist to have access to delete[], no matter whatNorbert Thiebaud2011-08-131-1/+2
|
* Replace List with std::vector< ::basegfx::B2DPolyPolygon* >Joseph Powers2011-08-122-34/+79
|
* Import SmartArt graphics to ImpressThorsten Behrens2011-08-121-1/+1
| | | | | | | | | | | Extending the existing functionality to * properly parse and model the declarative shapes * provide means for round-tripping, and re-rendering the shapes from xml snippets * implements the layouts composite, cycle, linear, and the special 'text' node This is based on the initial smartart work from hfiguiere@novell.com
* WaE: pesky gcc 4.0.1Caolán McNamara2011-08-121-1/+1
|
* WaE: pesky gcc 4.0.1Caolán McNamara2011-08-121-1/+1
|
* Related: rhbz#730225 avoid segv in ld, this was set to -O0 around 2000Caolán McNamara2011-08-121-11/+1
|
* reduce ByteString apiCaolán McNamara2011-08-121-1/+1
|
* SvtFilterOptions::Get can never be NULL, return ref and don't leakCaolán McNamara2011-08-122-30/+24
|
* add the module oox into tail_build's foldNorbert Thiebaud2011-08-111-0/+1
|
* sd and slideshow depend on animations' apiNorbert Thiebaud2011-08-111-0/+1
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-1012-12/+12
|
* Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins2011-08-081-6/+3
| | | | LGPLv3+/MPL
* Emacs modeline compatible with vim's oneTakeshi Abe2011-08-051-0/+1
|
* Use rtl::OUStringHash.Kohei Yoshida2011-08-048-11/+11
|