summaryrefslogtreecommitdiff
path: root/sd/source/core
AgeCommit message (Expand)AuthorFilesLines
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-2/+2
2012-09-11XubString->rtl::OUStringCaolán McNamara4-20/+18
2012-08-08STL'ify CustomShowListNoel Grandin3-7/+10
2012-08-07drop bogus eof linesThomas Arnhold3-6/+0
2012-08-06There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-1/+1
2012-07-30Typo ressource -> resourceStephan Bergmann1-1/+1
2012-07-27sd, sfx2, writerfilter, xmloff: fix some warningsMichael Stahl1-3/+3
2012-07-25sal_Bool to bool, String to OUString, in SfxMedium.Kohei Yoshida1-1/+1
2012-07-15Bug fix: now repeated animations and begin=’after effect ‘ works properly...Marco Cecchetti1-1/+12
2012-07-09some UniString->rtl::OUStringCaolán McNamara2-2/+2
2012-07-05Related: fdo#51247 bandaid to not crashCaolán McNamara1-0/+5
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-1/+2
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-2/+2
2012-06-29Remove unused header guards and optionsThomas Arnhold1-3/+0
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara1-2/+2
2012-06-22re-base on ALv2 code.Michael Meeks2-46/+28
2012-06-21re-base on ALv2 code.Michael Meeks11-233/+161
2012-06-19merge together hand-crafted traditional/simplified chinese testsCaolán McNamara2-9/+4
2012-06-15move zoomitem from svx to sfx2Tim Hardeck1-1/+1
2012-06-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin2-4/+4
2012-06-09Remove superfluous empty lines on topThomas Arnhold6-12/+0
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann1-1/+1
2012-05-19Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet4-15/+15
2012-05-16removed unused constant rtl::OUStringTakeshi Abe1-1/+0
2012-05-16removed useless codeTakeshi Abe1-5/+0
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara1-6/+6
2012-05-09Fix fdo#43619 Animating only 2nd level paragraphs hides 1st levelStephan Bergmann1-7/+10
2012-05-04removed unwanted/bad cast, fixes n#759178Radek Doulik1-1/+1
2012-04-30make ResId::toString a non-static memberCaolán McNamara2-7/+7
2012-04-27n#48778: Clicking on Master Pages crashes.Muthu Subramanian1-1/+1
2012-04-25String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara1-1/+1
2012-04-23fdo#42986 Add Presentationsize 16:9 WidescreenRob Snelders1-1/+1
2012-04-18More RTL_CONSTASCII_ cleanupOlivier Hallot3-18/+17
2012-04-16Make an out argument a pointer instead of a reference.Rafael Dominguez2-8/+12
2012-04-16More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot1-1/+1
2012-04-15More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot11-168/+139
2012-04-13remove unused variablesLuboš Luňák1-1/+0
2012-04-13Remove deprecated and unused methods.Rafael Dominguez1-889/+3
2012-04-13Overload SdDrawDocument::InsertBookmark to use vector instead of List.Rafael Dominguez1-0/+75
2012-04-13Replace deprecated List with std::vector<rtl::OUString>.Rafael Dominguez1-3/+4
2012-04-13Make some inmutable parameters constant.Rafael Dominguez1-2/+2
2012-04-13Overload InsertBookmarkAsObject to use std::vector instead of List.Rafael Dominguez1-0/+189
2012-04-13Overload InsertBookmarkAsPage to use std::vector instead of List.Rafael Dominguez1-0/+555
2012-04-13Overload lcl_IterateBookmarkPages to use vector instead of List.Rafael Dominguez1-0/+73
2012-04-13Remove unneeded headers.Rafael Dominguez1-5/+0
2012-04-13Refactor SdDrawDocument::IterateBookmarkPages.Rafael Dominguez1-133/+123
2012-04-13Remove unused InsertBookmarkAsPage_AddBookmarkedPages functor.Rafael Dominguez1-15/+0
2012-04-11this can be a reference surelyCaolán McNamara1-7/+7
2012-04-11drop unused membersCaolán McNamara1-10/+3
2012-04-11Replace deprecated List with std::vector<StyleReplaceData>.Rafael Dominguez1-47/+25