Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-17 | these can be const | Caolán McNamara | |
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-10 | ensure correct export size type in stream operation | Caolán McNamara | |
2011-10-07 | WaE: could do away with nToken altogether, but this is more readable | Caolán McNamara | |
2011-10-07 | cppcheck reduce scope of var in editeng/..txtrange.cxx | Pierre-André Jacquod | |
2011-10-07 | cppcheck reduce scope of var in editeng/.. impedit3.cxx | Pierre-André Jacquod | |
2011-10-07 | cppcheck reduce scope in editeng/..svxrtf.cxx | Pierre-André Jacquod | |
2011-10-07 | WaE: unsafe mix of type 'sal_Bool' and type 'bool' in operation | Tor Lillqvist | |
2011-10-07 | WaE: assignment within conditional expression | Tor Lillqvist | |
2011-10-05 | callcatcher: unused methods | Caolán McNamara | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-10-04 | callcatcher: various unused methods | Caolán McNamara | |
2011-09-30 | callcatcher: newly unused code | Caolán McNamara | |
2011-09-30 | callcatcher: remove newly unused code | Caolán McNamara | |
2011-09-30 | callcatcher: newly unused methods | Caolán McNamara | |
2011-09-30 | callcatcher: remove newly unused code | Caolán McNamara | |
2011-09-30 | callcatcher: unused methods | Caolán McNamara | |
2011-09-30 | Repeat not implemented | Caolán McNamara | |
2011-09-29 | callcatcher: unused code | Caolán McNamara | |
2011-09-28 | WaE: base class should be explicitly initialized in the copy constructor | Tor Lillqvist | |
2011-09-28 | callcatcher: unused code | Caolán McNamara | |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
2011-09-22 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-09-21 | OSL_TRACE: Remove trailing newlines | Thomas 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-15 | replace ByteString::Fill | Caolán McNamara | |
2011-09-13 | I believe the src charset pragma is archaic and unused | Caolán McNamara | |
2011-09-12 | sb140: #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-12 | ByteString->rtl::OString | Caolán McNamara | |
2011-09-12 | don't comment it's removed, remove it | Caolán McNamara | |
2011-09-12 | declared but not defined | Caolán McNamara | |
2011-09-12 | callcatcher: various unused methods | Caolán McNamara | |
2011-09-09 | sb140: #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-09 | bah, missing CTL element | Caolán McNamara | |
2011-09-08 | add chaff to encrypted documents | Caolán McNamara | |
2011-09-06 | callcatcher: various unused methods | Caolán McNamara | |
2011-09-01 | remove obsolete, and apparently unused GLOBALOVERFLOW* defines | Michael Meeks | |
2011-08-31 | grabbag of unused code | Caolán McNamara | |
2011-08-29 | Rename class XColorTable to XColorList | Joseph 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-29 | callcatcher: drop various unused methods | Caolán McNamara | |
2011-08-29 | valgrind: various unused code | Caolán McNamara | |
2011-08-29 | callcatcher: debug-only and unused code | Caolán McNamara | |
2011-08-26 | unusedcode: SvxEditEngineViewForwarder class | Matúš Kukan | |
2011-08-24 | callcatcher: remove various unused methods | Caolán McNamara | |
2011-08-23 | generate list | Caolán McNamara | |
2011-08-22 | unusedcode.easy: Outline cleanup | Joseph Powers | |
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | |
2011-08-12 | reduce ByteString api | Caolán McNamara | |
2011-08-10 | ByteString::ConvertFromUnicode->rtl::OUStringToOString::toChar | Caolán McNamara | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |