summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Collapse)AuthorAgeFilesLines
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* adapt sd unittests to separate RdbTarget makefile requirementBjoern Michaelsen2011-10-043-7/+37
|
* fix doubling of one page when range is empty and incorrect selection pageIvan Timofeev2011-10-041-12/+23
|
* drop voids and constify GetCurrentPageIndexCaolán McNamara2011-10-031-42/+42
|
* remove unused and dead code in DocumentRenderer.cxxIvan Timofeev2011-10-031-91/+5
|
* migrate to StringRangeEnumerator in DrawIvan Timofeev2011-10-031-51/+78
|
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-3033-0/+98
|
* add GetParentDialog to VCL's Window, and remove DLGWIN & cut/pasteMichael Meeks2011-09-271-8/+0
|
* move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power2011-09-266-18/+23
|
* Fixed DBG_ASSERT broken by recent commit.Stephan Bergmann2011-09-261-1/+1
|
* more post colortable cleanupMichael Meeks2011-09-261-1/+1
|
* re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks2011-09-2425-139/+94
| | | | | | This cleans up a lot of lifecycle nasties and cleans up some serious cut/paste code duplication issues at the same time. Cleanup the naming of ColorTable -> ColorList to match the impl. too
* Fix comment to reference the right bugtracker.Jan Holesovsky2011-09-231-1/+1
|
* Fix #i118456# make sure TextEdit changes get pushed to modelArmin Le Grand2011-09-221-0/+12
| | | | (cherry-picked from http://svn.apache.org/viewvc?rev=1174130&view=rev)
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-2223-27/+81
|
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-215-18/+18
| | | | | | | Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
* 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