summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl
AgeCommit message (Expand)AuthorFilesLines
2013-05-20Resolves: #i122093# Don't show Impress layouts panel for master pagesAndre Fischer1-0/+50
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann1-28/+11
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-2/+2
2013-04-25fdo#46808 Convert animations::ParallelTimeContainer to new styleNoel Grandin1-7/+3
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák21-169/+157
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-04-05fdo#59071 Slideshow: allow automatic transitions with sub-secondCao Cuong Ngo1-3/+16
2013-04-02remove macros in sdThomas Arnhold4-88/+73
2013-03-25Fix issue #i119524#: [From Symphony]Can not open the sample ppt file which co...Zhe Wang1-1/+2
2013-03-22sd::DocumentSettings: throwing UnknownPropertyException ...Michael Stahl1-6/+19
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann1-2/+2
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-1/+1
2013-03-13several translations and fixes for translationsUrs Fässler7-53/+51
2013-03-11sd: translate debug messagesThomas Arnhold1-2/+2
2013-03-08n#699334: Legacy diagram import (PPTX).Muthu Subramanian1-2/+1
2013-03-07Reject type detection for zip formats when the stream is not a zip archive.Kohei Yoshida1-13/+41
2013-03-04fdo#46808, clean up some old queryInterface() callsNoel Grandin1-8/+7
2013-03-01added new Fonts property, it is used in xmloff for fonts embeddingRadek Doulik1-0/+58
2013-02-26clarify the duplicateThomas Arnhold1-0/+1
2013-02-26warning C4805: != : unsafe mix of bool and sal_BoolStephan Bergmann1-1/+1
2013-02-25loplugin: unused variablesThomas Arnhold1-2/+1
2013-02-24loplugin: unused variablesThomas Arnhold3-3/+0
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-1/+1
2013-02-22added EmbedFonts property, added File/Properties/Font tabRadek Doulik1-1/+20
2013-02-20typo: allways -> alwaysAndras Timar1-1/+1
2013-02-04String to OUString.Kohei Yoshida1-1/+1
2013-02-04fdo#59426: Don't try to repair package during flat detection phase.Kohei Yoshida1-0/+7
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