summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Collapse)Author
2011-10-11#i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl
modify sax::Converter::convertMeasure to use sal_Int64 instead of BigInt: should be sufficient, since the largest number is SAL_INT32_MAX * 10^7. remove duplicate methods from SvXMLUnitConverter: convertMeasurePx, convertMeasure (static variants) remove entirely duplicative class SvXMLExportHelper: GetConversionFactor, GetUnitFromString, AddLength change SvXMLUnitConverter interface from MapUnit to css::util::MeasureUnit. change SvXMLExport constructor params from MapUnit to css::util::MeasureUnit. rename some methods to turn compiler into merge conflict detector :)
2011-10-10ensure correct export size type in stream operationCaolán McNamara
2011-10-07WaE: could do away with nToken altogether, but this is more readableCaolán McNamara
2011-10-07cppcheck reduce scope of var in editeng/..txtrange.cxxPierre-André Jacquod
2011-10-07cppcheck reduce scope of var in editeng/.. impedit3.cxxPierre-André Jacquod
2011-10-07cppcheck reduce scope in editeng/..svxrtf.cxxPierre-André Jacquod
2011-10-07WaE: unsafe mix of type 'sal_Bool' and type 'bool' in operationTor Lillqvist
2011-10-07WaE: assignment within conditional expressionTor Lillqvist
2011-10-05callcatcher: unused methodsCaolán McNamara
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-10-04callcatcher: various unused methodsCaolán McNamara
2011-09-30callcatcher: newly unused codeCaolán McNamara
2011-09-30callcatcher: remove newly unused codeCaolán McNamara
2011-09-30callcatcher: newly unused methodsCaolán McNamara
2011-09-30callcatcher: remove newly unused codeCaolán McNamara
2011-09-30callcatcher: unused methodsCaolán McNamara
2011-09-30Repeat not implementedCaolán McNamara
2011-09-29callcatcher: unused codeCaolán McNamara
2011-09-28WaE: base class should be explicitly initialized in the copy constructorTor Lillqvist
2011-09-28callcatcher: unused codeCaolán McNamara
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-22ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
2011-09-15replace ByteString::FillCaolán McNamara
2011-09-13I believe the src charset pragma is archaic and unusedCaolán McNamara
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12ByteString->rtl::OStringCaolán McNamara
2011-09-12don't comment it's removed, remove itCaolán McNamara
2011-09-12declared but not definedCaolán McNamara
2011-09-12callcatcher: various unused methodsCaolán McNamara
2011-09-09sb140: #i117082# avoid unncessary static class data members (which are ↵Stephan Bergmann
destroyed too late) plus sb140: #i117082# extra indirections to apeace MSC sb140: #i117082# avoid warnings about not intializing boost::noncopyable base in copy ctors
2011-09-09bah, missing CTL elementCaolán McNamara
2011-09-08add chaff to encrypted documentsCaolán McNamara
2011-09-06callcatcher: various unused methodsCaolán McNamara
2011-09-01remove obsolete, and apparently unused GLOBALOVERFLOW* definesMichael Meeks
2011-08-31grabbag of unused codeCaolán McNamara
2011-08-29Rename class XColorTable to XColorListJoseph Powers
The class is now based on XPropertyList instead of XPropertyTable and all of the other classed based on XPropertyList are named X..List.
2011-08-29callcatcher: drop various unused methodsCaolán McNamara
2011-08-29valgrind: various unused codeCaolán McNamara
2011-08-29callcatcher: debug-only and unused codeCaolán McNamara
2011-08-26unusedcode: SvxEditEngineViewForwarder classMatúš Kukan
2011-08-24callcatcher: remove various unused methodsCaolán McNamara
2011-08-23generate listCaolán McNamara
2011-08-22unusedcode.easy: Outline cleanupJoseph Powers
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-12reduce ByteString apiCaolán McNamara
2011-08-10ByteString::ConvertFromUnicode->rtl::OUStringToOString::toCharCaolán McNamara
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-09Replace SvUShorts with vector in editeng/impedit.hxx and cascade changes.Nigel Hawkins
LGPLv3+/MPL