summaryrefslogtreecommitdiffstats
path: root/svtools/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-081-29/+26
* 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-041-16/+6
* targeted string re-workNorbert Thiebaud2012-06-025-32/+30
* rulers: Fix the drawing on Windows, the text was still off there.Jan Holesovsky2012-06-011-53/+18
* 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-301-0/+2
* fdo#47752: first column of checkboxes is too smallIvan Timofeev2012-05-301-1/+18
* fdo#47752: use native checkbox widthIvan Timofeev2012-05-301-0/+2
* nuke unused typedefTakeshi Abe2012-05-311-1/+0
* 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-241-4/+3
* 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
* n#760294 svtools: allow border gap < 1ptMiklos Vajna2012-05-141-4/+5
* FilterConfigCache not used outside svtoolsStephan Bergmann2012-05-141-4/+3
* WaE: unsafe mix of bool and sal_BoolCaolán McNamara2012-05-141-4/+4
* convert GetComment family to rtl::OUStringCaolán McNamara2012-05-142-4/+3
* callcatcher: update unused code listCaolán McNamara2012-05-131-7/+0
* removed unused definesTakeshi Abe2012-05-117-14/+0
* removed dead codeTakeshi Abe2012-05-112-114/+0
* removed unused static dataTakeshi Abe2012-05-113-7/+0
* work around -Wreturn-type with compilers that cannot figure it out themselvesLuboš Luňák2012-05-091-2/+1
* sort fonts so that upright faces are shown in the font dropdown listCaolán McNamara2012-05-091-5/+19
* removed unused definesTakeshi Abe2012-05-098-35/+0
* removed dead codeTakeshi Abe2012-05-098-181/+1
* Related: fdo#34814 check if a missing font is a known symbol fontCaolán McNamara2012-05-091-35/+44
* remove comment, it'll only confuse mattersCaolán McNamara2012-05-091-6/+1
* Incorrect character written out when saved in HTML formatGordon Lack2012-05-091-2/+7
* Revert "Set the listbox height to an integer multiple of the listbox entry...Ivan Timofeev2012-05-081-10/+0
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-045-18/+18