summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl
AgeCommit message (Expand)AuthorFilesLines
2012-08-08STL'ify CustomShowListNoel Grandin2-16/+17
2012-07-29Replace usage of rtl/memory.h in sd with their equivalent from string.hArnaud Versini5-8/+4
2012-07-02removed unnecessary forward declarations of classTakeshi Abe3-16/+1
2012-06-29Remove some more include guardsThomas Arnhold1-3/+1
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara1-9/+8
2012-06-21re-base on ALv2 code.Michael Meeks7-167/+104
2012-06-15move zoomitem from svx to sfx2Tim Hardeck1-1/+1
2012-06-10nuke dead codeTakeshi Abe1-39/+0
2012-06-09Remove superfluous include commentsThomas Arnhold2-5/+0
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann1-1/+1
2012-05-16WaE: unsafe mix of bool and sal_BoolCaolán McNamara2-7/+7
2012-05-11Removing EXTENDED_DATE. There is really no such thing.Kohei Yoshida1-1/+1
2012-05-11Better names for presentation specific field item types.Kohei Yoshida1-3/+3
2012-05-05Use the UNO field type values instead of the internal ones.Kohei Yoshida1-4/+4
2012-04-25String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara1-3/+3
2012-04-15Some Unistring removalsOlivier Hallot1-1/+1
2012-04-13More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot1-3/+2
2012-04-08More RT_CONSTASCII_USTRINGPARAM removalsOlivier Hallot15-168/+161
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-9/+5
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-21/+21
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-5/+5
2012-04-06Do not extern these const char[]'s.Jan Holesovsky1-37/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-4/+4
2012-03-25removed duplicate includes in sdTakeshi Abe7-10/+0
2012-03-20split macros to elide unneeded methodsCaolán McNamara2-3/+1
2012-02-27Avoid temporary rtl::OUString in sdTakeshi Abe2-13/+13
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-1/+1
2012-02-08disentangled sddll.hxx vs. sdmod.hxxTakeshi Abe2-1/+2
2012-02-01InsertData to AppendData, to hide the insert position.Kohei Yoshida1-1/+1
2012-02-01n#735533: Donot set duplicate master slide names.Muthu Subramanian1-4/+11
2012-01-31erase garbage after std::removeIvan Timofeev1-2/+8
2012-01-31convert SdCustomeShow from tools/list to vectorNoel Grandin1-6/+10
2012-01-30remove '#define UNOOUSTRING ::rtl::OUString'Ivan Timofeev2-12/+12
2012-01-30remove '#define OUSTRING ::rtl::OUString'Ivan Timofeev2-3/+2
2012-01-10Fix for fdo43460 Part XXXI getLength() to isEmpty()Olivier Hallot5-8/+8
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz1-1/+0
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz1-1/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz2-2/+1
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-12-28option to export hidden slides to pdf filesPierre-André Jacquod1-1/+2
2011-12-28fdo43033 do not export to PDF hidden slidesPierre-André Jacquod1-247/+250
2011-12-25catch exception by constant referenceTakeshi Abe1-1/+1
2011-12-06impress210: resolve name clashOcke Janssen [oj]1-3/+3
2011-12-06impress210: #i41995# fixed import of path animation from sxi filesChristian Lippka ORACLE1-1/+11
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke1-1/+1
2011-11-27remove include of pch header from sdNorbert Thiebaud21-41/+0
2011-11-23impress212: #i114615# fixed hyperlink export (pdf) if exporting also notes pageserack1-2/+2
2011-09-24re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks1-40/+11
2011-09-11Initial DocumentSettingsSerializer implementationMichael Meeks1-19/+139
2011-09-11initial DocumentSettingsSerializer interface impl.Michael Meeks1-1/+31