Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-14 | Removed comphelper -> unotools processfactory.hxx duplication. | Stephan Bergmann | |
2011-11-11 | callcatcher: remove some unused code | Caolán McNamara | |
2011-11-10 | callcatcher: remove unused methods | Caolán McNamara | |
2011-11-08 | Removed some SvStringsSortDtor | Daisuke Nishino | |
2011-11-03 | callcatcher: drop unused methods | Caolán McNamara | |
2011-11-03 | callcatcher: ditch some unused code | Caolán McNamara | |
2011-11-02 | update list post SvUShorts removal | Caolán McNamara | |
2011-11-02 | callcatcher: some unused code | Caolán McNamara | |
2011-11-01 | eliminate SvUShorts type | Daniel Di Marco | |
2011-10-28 | ODF conformance - Impress table markup fixes | Thorsten Behrens | |
Fix for fdo#35190 - Impress writes invalid ODF for the table styles (text:style-name instead of table:style-name). | |||
2011-10-24 | Some warning cleanup (found with trunk Clang). | Stephan Bergmann | |
2011-10-19 | Simplified comphelper::OSequenceIterator and its uses. | Stephan Bergmann | |
2011-10-17 | WaE: potentially uninitialized local variable 'nColor' used | Tor Lillqvist | |
2011-10-11 | xmluconv.hxx: noncopyable (thank you tinderbox) | Michael Stahl | |
2011-10-11 | #i108468#: clean up xmluconv: add a pImpl to SvXMLUnitConverter | Michael Stahl | |
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-11 | #i108468#: clean up xmluconv code duplication, DateTime edition: | Michael Stahl | |
remove duplicate methods from SvXMLUnitConverter: convertTime (all variants), convertDateTime (DateTime variants), convertTimeDuration. move convertAny from SvXMLUnitConverter to sax::converter. | |||
2011-10-11 | #i108468#: clean up xmluconv code duplication, part 1: | Michael Stahl | |
move convertNumber64 from SvXMLUnitConverter to sax::converter. remove duplicate methods from SvXMLUnitConverter: convertBool, convertPercent, convertColor, convertNumber, convertDouble, indexOfComma, encodeBase64, decodeBase64, decodeBase64SomeChars, clearUndefinedChars | |||
2011-10-10 | make xmloff ByteString free | Caolán McNamara | |
2011-10-05 | conversion operator is gone | Caolán McNamara | |
2011-10-05 | callcatcher: unused methods | Caolán McNamara | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-10-04 | WaE: 'rUnitConverter' : unreferenced formal parameter | Tor Lillqvist | |
2011-10-03 | callcatcher: comphelper's unused code | Matúš Kukan | |
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara | |
2011-09-29 | callcatcher: unused code | Caolán McNamara | |
2011-09-29 | WaE: Mark SvXMLExport_Impl and SvXMLImport_Impl as SAL_DLLPRIVATE | Tor Lillqvist | |
Fixes warnings: 'SvXML*_Impl' declared with greater visibility than the type of its field 'SvXMLExport_Impl::mpRDFaHelper'. | |||
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-26 | WaE: control reaches end of non-void function | Tor Lillqvist | |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
2011-09-20 | Add missing chart data point ODF1.2 standard symbols | Regina Henschel | |
2011-09-14 | pointless foo | Caolán McNamara | |
2011-09-12 | sb140: #i117310# remove unnecessary dependency on ↵ | Stephan Bergmann | |
XTypeProvider::getImplementationId plus sb140: #i117310# missing include sb140: #i117310# support EXCEPTIONS_OFF (no UNO_QUERY_THROW) | |||
2011-09-11 | initial DocumentSettingsSerializer interface impl. | Michael Meeks | |
2011-09-08 | add chaff to encrypted documents | Caolán McNamara | |
2011-09-05 | callcatcher: drop some Impl methods, regenerate list | Caolán McNamara | |
2011-09-05 | callcatcher: some more unused code | Caolán McNamara | |
2011-08-28 | some more sal_Bool -> bool in sc/source/filter/xml | Markus Mohrhard | |
2011-08-26 | Now AnimationsExporterImpl defines its own XMLSdPropHdlFactory object. | Marco Cecchetti | |
The old behaviour was to get the XMLSdPropHdlFactory object of SdXMLExport through a dangerous static cast of the exporter object (of type SvXMLExport). See method AnimationsExporterImpl::convertValue. This let the class AnimationsExporter to be used by any class derived from SvXMLExport. | |||
2011-08-26 | moved header file animationexport.hxx from "xmloff/inc" to ↵ | Marco Cecchetti | |
"xmloff/inc/xmloff". The configuration file Package_ink.mk has been modified in order to export the header file into "solver/*/*/inc/xmloff" Include directives of source files under "xmloff/source" have been changed accordingly | |||
2011-08-26 | Moved unointerfacetouniqueidentifiermapper.hxx under xmloff/inc/xmloff. The ↵ | Marco Cecchetti | |
Package_inc.mk file has been modified in order to export the header under solver/*/*/inc/xmloff and the UnoInterfaceToUniqueIdentifierMapper class has been made visible from the outside by the XMLOFF_DLLPUBLIC macro. | |||
2011-08-26 | export the source storage to import filter, to mirror TargetStorage for export | Michael Meeks | |
2011-08-25 | remove freshly unused methods | Caolán McNamara | |
2011-08-25 | callcatcher: yet more unused code | Caolán McNamara | |
2011-08-23 | Code review fixes. | Muthu Subramanian | |
2011-08-23 | generate list | Caolán McNamara | |
2011-08-22 | entire source file and header can go | Caolán McNamara | |
2011-08-22 | gsl_getSystemTextEncoding->osl_getThreadTextEncoding | Caolán McNamara | |
2011-08-22 | wrong seekPage | Caolán McNamara | |
2011-08-22 | callcatcher: next layer of unused methods | Caolán McNamara | |