summaryrefslogtreecommitdiff
path: root/editeng/source
AgeCommit message (Expand)AuthorFilesLines
2011-10-07cppcheck reduce scope of var in editeng/.. impedit3.cxxPierre-André Jacquod1-2/+1
2011-10-07cppcheck reduce scope in editeng/..svxrtf.cxxPierre-André Jacquod1-2/+2
2011-10-07WaE: unsafe mix of type 'sal_Bool' and type 'bool' in operationTor Lillqvist1-2/+2
2011-10-07WaE: assignment within conditional expressionTor Lillqvist1-0/+9
2011-10-05callcatcher: unused methodsCaolán McNamara1-6/+0
2011-10-04callcatcher: various unused methodsCaolán McNamara1-40/+0
2011-09-30callcatcher: newly unused codeCaolán McNamara2-14/+0
2011-09-30callcatcher: remove newly unused codeCaolán McNamara1-46/+0
2011-09-30callcatcher: newly unused methodsCaolán McNamara2-43/+0
2011-09-30callcatcher: remove newly unused codeCaolán McNamara4-196/+0
2011-09-30callcatcher: unused methodsCaolán McNamara2-9/+0
2011-09-30Repeat not implementedCaolán McNamara2-11/+0
2011-09-29callcatcher: unused codeCaolán McNamara1-174/+0
2011-09-28WaE: base class should be explicitly initialized in the copy constructorTor Lillqvist1-0/+1
2011-09-28callcatcher: unused codeCaolán McNamara2-11/+0
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-2/+1
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara2-0/+12
2011-09-22ByteString->rtl::OString[Buffer]Caolán McNamara2-6/+8
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold2-4/+4
2011-09-15replace ByteString::FillCaolán McNamara1-3/+4
2011-09-13I believe the src charset pragma is archaic and unusedCaolán McNamara2-4/+2
2011-09-12ByteString->rtl::OStringCaolán McNamara3-16/+18
2011-09-12don't comment it's removed, remove itCaolán McNamara1-13/+0
2011-09-12declared but not definedCaolán McNamara1-1/+0
2011-09-12callcatcher: various unused methodsCaolán McNamara4-91/+0
2011-09-09sb140: #i117082# avoid unncessary static class data members (which are destro...Stephan Bergmann3-481/+40
2011-09-09bah, missing CTL elementCaolán McNamara1-1/+1
2011-09-08add chaff to encrypted documentsCaolán McNamara1-0/+4
2011-09-06callcatcher: various unused methodsCaolán McNamara1-5/+0
2011-09-01remove obsolete, and apparently unused GLOBALOVERFLOW* definesMichael Meeks3-5/+0
2011-08-31grabbag of unused codeCaolán McNamara1-16/+0
2011-08-29callcatcher: drop various unused methodsCaolán McNamara2-47/+0
2011-08-29valgrind: various unused codeCaolán McNamara4-57/+0
2011-08-29callcatcher: debug-only and unused codeCaolán McNamara2-25/+10
2011-08-26unusedcode: SvxEditEngineViewForwarder classMatúš Kukan1-140/+0
2011-08-24callcatcher: remove various unused methodsCaolán McNamara2-51/+0
2011-08-23generate listCaolán McNamara1-6/+0
2011-08-22unusedcode.easy: Outline cleanupJoseph Powers2-138/+0
2011-08-12reduce ByteString apiCaolán McNamara1-1/+1
2011-08-10ByteString::ConvertFromUnicode->rtl::OUStringToOString::toCharCaolán McNamara2-3/+3
2011-08-09Replace SvUShorts with vector in editeng/impedit.hxx and cascade changes.Nigel Hawkins2-14/+14
2011-08-08Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins8-35/+27
2011-08-08callcatcher: ditch some more methodsCaolán McNamara2-35/+0
2011-08-08callcatcher: object is never constructedCaolán McNamara2-10/+0
2011-08-08ByteString::ConvertToUnicode->rtl::OUString::ctor::toCharCaolán McNamara1-1/+4
2011-08-08runtime ConvertToUnicode->compile time unicodeCaolán McNamara1-10/+8
2011-08-06fdo#39869 Fix memory exhaustion with String length of STRLEN_MAXEike Rathke1-7/+11
2011-08-05callcatcher: unused methodsCaolán McNamara1-106/+0
2011-08-05convert deprecated ConvertToUnicode to rtl::OUStringCaolán McNamara1-1/+2
2011-08-04don't assert on an empty paragraph with a start index of 0, that's saneCaolán McNamara1-3/+4