summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2012-06-09Remove superfluous include commentsThomas Arnhold2-6/+0
2012-06-08Convert SV_DECL_PTRARR(SvxEntryLst) to std::vectorNoel Grandin1-2/+2
2012-06-08fix missing braces in TextEngine::CreateLines in previous commitMichael Stahl2-18/+26
2012-06-08Convert SV_DECL_PTRARR(TextPortionArray) to std::vectorNoel Grandin4-52/+51
2012-06-08Forgot to add destructors for my PTRARR_DEL conversionsNoel Grandin2-2/+16
2012-06-08Convert SV_DECL_PTRARR_DEL(TextLines) to std::vectorNoel Grandin4-57/+63
2012-06-08Convert SV_DECL_PTRARR_DEL(TextCharAttribs) to std::vectorNoel Grandin2-37/+29
2012-06-08Convert SV_DECL_PTRARR(TextViews) to std::vectorNoel Grandin2-30/+28
2012-06-08Convert SV_DECL_PTRARR(SfxItemDesruptorList_Impl) to std::vectorNoel Grandin1-4/+5
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin8-61/+49
2012-06-05assume for all menus we reserve space for checkboxesCaolán McNamara1-10/+6
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin3-52/+38
2012-06-04CMIS UCP: Fixed folder creation and nodes renamingCédric Bosdonnat2-17/+7
2012-06-02targeted string re-workNorbert Thiebaud5-32/+30
2012-06-01rulers: Fix the drawing on Windows, the text was still off there.Jan Holesovsky2-54/+19
2012-05-31targetted prefer prefix operators reversionMichael Meeks1-1/+1
2012-05-31targetted revert of minor cppcheck cleanupsMichael Meeks6-15/+18
2012-05-30Store the module name here. I need to use it in the recent files menu.Kohei Yoshida2-0/+3
2012-05-30fdo#47752: first column of checkboxes is too smallIvan Timofeev2-1/+20
2012-05-30fdo#47752: use native checkbox widthIvan Timofeev1-0/+2
2012-05-31nuke unused typedefTakeshi Abe1-1/+0
2012-05-25add a little devtool to list the languages supported for spellcheckingCaolán McNamara3-0/+169
2012-05-25tidy SvtDocInfoTable_ImplCaolán McNamara2-5/+2
2012-05-24returning reference to temporary [-Werror]Stephan Bergmann2-2/+2
2012-05-24convert ResStringArray to rtl::OUStringCaolán McNamara2-5/+4
2012-05-20Some cppcheck cleaningJulien Nabet1-2/+1
2012-05-18useless temporaryCaolán McNamara1-2/+0
2012-05-17removed unused const rtl::OUStringTakeshi Abe2-2/+0
2012-05-16ruler: More off-by-one drawing problems fixed (hopefully all of them now).Jan Holesovsky1-9/+9
2012-05-16removed unused constant rtl::OUStringTakeshi Abe1-6/+0
2012-05-16reduce static_initialization_and_destruction chainCaolán McNamara1-27/+20
2012-05-16Unwound unhelpful LogHelper::logItStephan Bergmann2-35/+32
2012-05-15ruler: Fixed many off-by-one drawing problems.Jan Holesovsky1-13/+22
2012-05-14n#760294 svtools: allow border gap < 1ptMiklos Vajna1-4/+5
2012-05-14FilterConfigCache not used outside svtoolsStephan Bergmann1-4/+3
2012-05-14WaE: unsafe mix of bool and sal_BoolCaolán McNamara2-10/+10
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara2-4/+3
2012-05-14Add helpful instructions nearby encrypted CVE files.Michael Meeks1-0/+7
2012-05-13callcatcher: update unused code listCaolán McNamara2-8/+0
2012-05-11removed unused definesTakeshi Abe7-14/+0
2012-05-11removed dead codeTakeshi Abe2-114/+0
2012-05-11removed unused static dataTakeshi Abe3-7/+0
2012-05-09work around -Wreturn-type with compilers that cannot figure it out themselvesLuboš Luňák1-2/+1
2012-05-09sort fonts so that upright faces are shown in the font dropdown listCaolán McNamara1-5/+19
2012-05-09removed unused definesTakeshi Abe8-35/+0
2012-05-09removed dead codeTakeshi Abe8-181/+1
2012-05-09Related: fdo#34814 check if a missing font is a known symbol fontCaolán McNamara1-35/+44
2012-05-09remove comment, it'll only confuse mattersCaolán McNamara1-6/+1
2012-05-09Incorrect character written out when saved in HTML formatGordon Lack1-2/+7
2012-05-08Revert "Set the listbox height to an integer multiple of the listbox entry...Ivan Timofeev1-10/+0