summaryrefslogtreecommitdiff
path: root/lotuswordpro/source
AgeCommit message (Expand)AuthorFilesLines
2011-05-23fix endianness sufficiently to pass unit testsCaolán McNamara5-30/+83
2011-05-23fix debug buildDavid Tardon1-1/+4
2011-05-22fix up endianness of higher-hanging QuickReadsCaolán McNamara1-1/+0
2011-05-22fix up endianness of higher-hanging QuickReadsCaolán McNamara6-52/+44
2011-05-22fix up endianness of lowhanging QuickReadsCaolán McNamara44-351/+292
2011-05-21can't correctly use auto_ptr on new[] allocated memoryCaolán McNamara1-1/+3
2011-05-16WaE - add explicit casting (decimal-types → integer types)Christian Lohmaier2-8/+8
2011-04-26do not leak memoryDavid Tardon1-4/+11
2011-04-26return early if no stream has been foundDavid Tardon1-0/+7
2011-04-26fix operator delete mismatchDavid Tardon1-1/+1
2011-04-21WaE - base class should be explicitly initialized in the copy constructorChristian Lohmaier6-7/+7
2011-04-15if using gbuild component_getFactory needs to be SAL_DLLPUBLIC_EXPORTCaolán McNamara1-2/+2
2011-04-14remove unused filesDavid Tardon14-2209/+0
2011-04-14gbuildize lotuswordproDavid Tardon2-258/+0
2011-04-13catch by const referenceCaolán McNamara1-7/+7
2011-04-12asserts aren't helpful to me hereCaolán McNamara3-6/+2
2011-04-11fix what there is to fixCaolán McNamara54-809/+743
2011-04-08fix typedetection for deep caseCaolán McNamara1-1/+1
2011-04-06avoid possibility of accessing out of range ObjTimesCaolán McNamara2-3/+3
2011-04-01register lotuswordpro filter componentMichael Meeks1-29/+0
2011-03-27WaE: overloaded virtualDavid Tardon13-15/+24
2011-03-27WaE: unused variableDavid Tardon2-6/+3
2011-03-27WaE: unused variableDavid Tardon1-5/+5
2011-03-25WaE: set but unusedCaolán McNamara1-19/+0
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-13convert tools type in lotuswordproNorbert Thiebaud30-156/+156
2011-03-07WaE: explicitly cast resultCaolán McNamara1-3/+3
2011-03-07enable exceptions hereCaolán McNamara1-0/+1
2011-03-04Remove useless comments in filters.Guillaume Poussel74-311/+1
2011-03-04Remove useless comments in filters.Guillaume Poussel115-475/+2
2011-03-04Remove useless comments in filters.Guillaume Poussel32-127/+27
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold2-9/+9
2011-03-01Remove "using namespace ::rtl"Julien Nabet1-1/+2
2011-02-16add copyright headersNoel Power2-0/+60
2011-02-14throw out some warningsCaolán McNamara2-4/+4
2011-02-13cppcheck: init member variableCaolán McNamara1-1/+3
2011-02-11WaE: unused variablesCaolán McNamara1-8/+3
2011-02-08unused variableCaolán McNamara1-2/+1
2011-02-06sgi hash containers -> boost unordered containersFridrich Štrba3-3/+3
2011-02-03fix copy ctor and assignment sigsCaolán McNamara4-8/+8
2011-02-01Clean up makefilesThomas Arnhold1-3/+0
2011-01-30Remove dead code.Thomas Arnhold1-60/+1
2011-01-30cppcheck: remove unused variable TextSizeIsCellHeight.Thomas Arnhold1-8/+1
2011-01-30Remove double line spacing and a comment.Thomas Arnhold1-11/+0
2011-01-26cpp cleanliness: check for assignment to selfAn Leenders1-0/+3
2011-01-25ULONG is not unsigned longTor Lillqvist2-2/+2
2011-01-22Remove some dead code.Thomas Arnhold2-8/+0
2011-01-18WaE patch for filterChristian Lohmaier4-22/+2
2011-01-11cppcheck: this can be constCaolán McNamara1-2/+2
2011-01-07cppcheck: prefer prefix variantCaolán McNamara3-6/+6