summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl
AgeCommit message (Expand)AuthorFilesLines
2013-01-28fdo#46808, Adapt document::*PropertyValues UNO service to new styleNoel Grandin1-1/+2
2013-01-07UNO objects must be allocated on the heapStephan Bergmann1-1/+2
2013-01-07fix some memory leaks in sdMarkus Mohrhard1-1/+1
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky2-3/+3
2012-12-10Replacing '__LOADONCALLAPI' with 'SAL_CALL' definitionChristos Strubulis1-1/+1
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák1-1/+1
2012-12-03API CHANGE: remove com.sun.star.util.XArchiverMichael Stahl1-1/+0
2012-11-28re-base on ALv2 code. Includes:Michael Meeks23-536/+328
2012-11-28fix misuse of toAscii(Lower|Upper)CaseNorbert Thiebaud1-2/+2
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke1-4/+2
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-11-20Enforce use of accessors on gen.hxx structuresMatteo Casalin1-1/+1
2012-11-19use LanguageTagEike Rathke1-2/+2
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-0/+2
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-7/+7
2012-10-01Deduplication of NavigationOrderAccess for disable-dynlinkingTor Lillqvist1-9/+9
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-2/+2
2012-09-11-Werror,-Wunused-private-field (various sd)Stephan Bergmann3-14/+4
2012-09-11-Werror,-Wnon-literal-null-conversion (GetDrawOutliner(* pObj=NULL))Stephan Bergmann1-3/+3
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