summaryrefslogtreecommitdiff
path: root/svtools/source/edit
AgeCommit message (Expand)AuthorFilesLines
2012-06-21re-base on ALv2 code.Michael Meeks2-49/+31
2012-06-19typo: paramters, paramaters -> parametersAndras Timar1-1/+1
2012-06-19death to some UniStringsCaolán McNamara1-1/+1
2012-06-19remove some UniString ctorsCaolán McNamara1-2/+2
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara1-6/+6
2012-06-12use rtl_ustr_getLength instead of a temporary string just to find lengthCaolán McNamara1-1/+1
2012-06-09Remove superfluous empty lines on topThomas Arnhold2-4/+0
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 Grandin1-29/+26
2012-05-16reduce static_initialization_and_destruction chainCaolán McNamara1-27/+20
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara2-4/+3
2012-05-09removed unused definesTakeshi Abe1-4/+0
2012-05-09removed dead codeTakeshi Abe5-104/+0
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold1-1/+1
2012-04-25drop a String::CreateFromAsciiCaolán McNamara1-1/+1
2012-04-18UniString->rtl::OUStringCaolán McNamara1-13/+2
2012-04-12remove formfeedsThomas Arnhold4-8/+8
2012-04-10Resolves: fdo#31022 about dialog is suboptimalAndrew Higginson1-1/+14
2012-04-02removed duplicate includes in svl / svtoolsTakeshi Abe2-2/+0
2012-03-13TextEngine::SeekCursor needs to call SetFont after allStephan Bergmann1-1/+5
2012-03-05Replace VARARR TEWritingDirectionInfos with std::vectorMaciej Rumianowski3-24/+24
2012-03-05Replace VARARR_SORT TESortedPositions with std::setMaciej Rumianowski1-27/+24
2012-03-01WaE: equality comparison with extraneous parenthesesTor Lillqvist1-1/+1
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2-2/+2
2012-02-20Remove unused codePetr Vorel1-6/+0
2012-02-16Removed unused functions from MultiLineEdit in svtools moduleSzabolcs Dezsi1-19/+0
2012-02-16callcatcher: update unused code listCaolán McNamara1-6/+0
2012-02-15unusedcode.easy: Removed unused codeAlexander Bergmann1-6/+0
2012-01-30refactor ConvertLineEndCaolán McNamara2-4/+2
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann3-6/+6
2012-01-13Fix for fdo43460 Part XXXVII getLength() to isEmpty()Olivier Hallot1-1/+1
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz2-2/+0
2011-11-27remove include of pch header from svtoolsNorbert Thiebaud12-26/+0
2011-11-07ByteString->rtl::OStringCaolán McNamara2-6/+7
2011-10-21Fix for bug fdo#41997, cleanup vcl enumerationOlivier Hallot1-1/+1
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-2/+1
2011-09-10Drop unused partsJulien Nabet1-8/+0
2011-09-08callcatcher: update listCaolán McNamara1-106/+0
2011-08-29merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara1-18/+6
2011-08-29valgrind: various unused codeCaolán McNamara1-10/+0
2011-07-18callcatcher: remove unused methodsCaolán McNamara1-35/+0
2011-07-14Revert "WaE: unused parameter"Nigel Hawkins1-1/+1
2011-07-14Fix "unused attribute" build error.Nigel Hawkins1-2/+2
2011-07-14WaE: unused parameterThomas Arnhold1-1/+1
2011-07-14callcatcher: build fixesThomas Arnhold2-16/+17
2011-07-14callcatcher: remove TextView::FooThomas Arnhold1-36/+0