summaryrefslogtreecommitdiffstats
path: root/svtools
Commit message (Expand)AuthorAgeFilesLines
* fdo#38731 added Papiamento (Curaçao) [pap-CW] and (Bonaire) [pap-BQ]Eike Rathke2012-06-201-0/+2
* typo: paramters, paramaters -> parametersAndras Timar2012-06-191-1/+1
* merge together hand-crafted traditional/simplified chinese testsCaolán McNamara2012-06-191-14/+9
* Related: #i89077# Singapore uses simplified chineseCaolán McNamara2012-06-191-9/+2
* death to some UniStringsCaolán McNamara2012-06-194-12/+9
* no references to temporariesLuboš Luňák2012-06-191-4/+3
* remove some UniString ctorsCaolán McNamara2012-06-193-7/+7
* detect wrong UniString ctorCaolán McNamara2012-06-181-1/+1
* convert LocaleDataWrapper to OUStringCaolán McNamara2012-06-181-1/+1
* removed unused forward declarations of classTakeshi Abe2012-06-162-6/+0
* Give Macro recorder separate option, apart from Experimental featuresCor Nouws2012-06-152-1/+36
* hrc cleanup: Remove completely unused RIDsThomas Arnhold2012-06-151-4/+0
* reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara2012-06-133-8/+8
* use rtl_ustr_getLength instead of a temporary string just to find lengthCaolán McNamara2012-06-121-1/+1
* remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2012-06-113-11/+8
* nuke dead codeTakeshi Abe2012-06-102-86/+0
* Remove superfluous empty lines on topThomas Arnhold2012-06-097-15/+0
* Remove superfluous include commentsThomas Arnhold2012-06-092-6/+0
* Convert SV_DECL_PTRARR(SvxEntryLst) to std::vectorNoel Grandin2012-06-081-2/+2
* fix missing braces in TextEngine::CreateLines in previous commitMichael Stahl2012-06-082-18/+26
* Convert SV_DECL_PTRARR(TextPortionArray) to std::vectorNoel Grandin2012-06-084-52/+51
* Forgot to add destructors for my PTRARR_DEL conversionsNoel Grandin2012-06-082-2/+16
* Convert SV_DECL_PTRARR_DEL(TextLines) to std::vectorNoel Grandin2012-06-084-57/+63
* Convert SV_DECL_PTRARR_DEL(TextCharAttribs) to std::vectorNoel Grandin2012-06-082-37/+29
* Convert SV_DECL_PTRARR(TextViews) to std::vectorNoel Grandin2012-06-082-30/+28
* Convert SV_DECL_PTRARR(SfxItemDesruptorList_Impl) to std::vectorNoel Grandin2012-06-081-4/+5
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-068-61/+49
* assume for all menus we reserve space for checkboxesCaolán McNamara2012-06-051-10/+6
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-043-52/+38
* CMIS UCP: Fixed folder creation and nodes renamingCédric Bosdonnat2012-06-042-17/+7
* targeted string re-workNorbert Thiebaud2012-06-025-32/+30
* rulers: Fix the drawing on Windows, the text was still off there.Jan Holesovsky2012-06-012-54/+19
* targetted prefer prefix operators reversionMichael Meeks2012-05-311-1/+1
* targetted revert of minor cppcheck cleanupsMichael Meeks2012-05-316-15/+18
* Store the module name here. I need to use it in the recent files menu.Kohei Yoshida2012-05-302-0/+3
* fdo#47752: first column of checkboxes is too smallIvan Timofeev2012-05-302-1/+20
* fdo#47752: use native checkbox widthIvan Timofeev2012-05-301-0/+2
* nuke unused typedefTakeshi Abe2012-05-311-1/+0
* add a little devtool to list the languages supported for spellcheckingCaolán McNamara2012-05-253-0/+169
* tidy SvtDocInfoTable_ImplCaolán McNamara2012-05-252-5/+2
* returning reference to temporary [-Werror]Stephan Bergmann2012-05-242-2/+2
* convert ResStringArray to rtl::OUStringCaolán McNamara2012-05-242-5/+4
* Some cppcheck cleaningJulien Nabet2012-05-201-2/+1
* useless temporaryCaolán McNamara2012-05-181-2/+0
* removed unused const rtl::OUStringTakeshi Abe2012-05-172-2/+0
* ruler: More off-by-one drawing problems fixed (hopefully all of them now).Jan Holesovsky2012-05-161-9/+9
* removed unused constant rtl::OUStringTakeshi Abe2012-05-161-6/+0
* reduce static_initialization_and_destruction chainCaolán McNamara2012-05-161-27/+20
* Unwound unhelpful LogHelper::logItStephan Bergmann2012-05-162-35/+32
* ruler: Fixed many off-by-one drawing problems.Jan Holesovsky2012-05-151-13/+22