summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-10-04adapt sd unittests to separate RdbTarget makefile requirementBjoern Michaelsen3-7/+37
2011-10-04fix doubling of one page when range is empty and incorrect selection pageIvan Timofeev1-12/+23
2011-10-03drop voids and constify GetCurrentPageIndexCaolán McNamara1-42/+42
2011-10-03remove unused and dead code in DocumentRenderer.cxxIvan Timofeev1-91/+5
2011-10-03migrate to StringRangeEnumerator in DrawIvan Timofeev1-51/+78
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara33-0/+98
2011-09-27add GetParentDialog to VCL's Window, and remove DLGWIN & cut/pasteMichael Meeks1-8/+0
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power6-18/+23
2011-09-26Fixed DBG_ASSERT broken by recent commit.Stephan Bergmann1-1/+1
2011-09-26more post colortable cleanupMichael Meeks1-1/+1
2011-09-24re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks25-139/+94
2011-09-23Fix comment to reference the right bugtracker.Jan Holesovsky1-1/+1
2011-09-22Fix #i118456# make sure TextEdit changes get pushed to modelArmin Le Grand1-0/+12
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara23-27/+81
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold5-18/+18
2011-09-17fdo#38391: don't crash while dropping textureIvan Timofeev1-1/+1
2011-09-16Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann1-1/+0
2011-09-14Fix of localised template name problems in Impress part 1Peter Rabi3-2/+77
2011-09-13remove this TODO created in 2000Julien Nabet1-15/+0
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann1-2/+6
2011-09-11Initial DocumentSettingsSerializer implementationMichael Meeks1-19/+139
2011-09-11initial DocumentSettingsSerializer interface impl.Michael Meeks2-2/+32
2011-09-11add XPropertyList enum, factory, and associated cleanupMichael Meeks1-212/+131
2011-09-09convert the last of sd's ByteStrings to rtl::OString[Buffer]Caolán McNamara4-7/+13
2011-09-08ByteString->rtl::OString, etcCaolán McNamara9-127/+131
2011-09-07surely a terrible idea to use a random system encoding hereCaolán McNamara1-1/+1
2011-09-07use read_uInt8s_AsOString hereCaolán McNamara1-4/+2
2011-09-07ByteString->rtl::OStringCaolán McNamara2-3/+3
2011-09-06Fix hang in slideshow.Thorsten Behrens1-0/+3
2011-09-05callcatcher: drop some Impl methods, regenerate listCaolán McNamara2-11/+0
2011-08-30regenerate listCaolán McNamara6-26/+13
2011-08-29Rename class XColorTable to XColorListJoseph Powers13-23/+23
2011-08-29merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara1-6/+5
2011-08-29tweak for changeCaolán McNamara2-4/+4
2011-08-29valgrind: various unused codeCaolán McNamara2-58/+0
2011-08-29WaE: unused variableCaolán McNamara1-1/+1
2011-08-26export the source storage to import filter, to mirror TargetStorage for exportMichael Meeks1-1/+6
2011-08-23Remove unused parameter: XFillGradientItemJoseph Powers1-1/+1
2011-08-23ditch deprecated apiCaolán McNamara1-2/+2
2011-08-23n#699334: Legacy Diagram Text import.Muthu Subramanian4-3/+21
2011-08-22Make template names appear in the correct word orderPeter Rabi1-0/+2
2011-08-22ByteString->rtl::OStringCaolán McNamara1-4/+4
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud1-1/+1
2011-08-18Remove SD_DLLPUBLIC, it breaks Windows build.Jan Holesovsky1-1/+1
2011-08-18Revert "windows compiler insist to have access to delete[], no matter what"Jan Holesovsky1-2/+1
2011-08-17convert i18npool to gbuildMatúš Kukan1-4/+1
2011-08-17Fixed template dimension problem on Impress.Jeffrey Chang1-7/+2
2011-08-16WaE: unused variableCaolán McNamara1-3/+3
2011-08-15ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara2-15/+14