summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Expand)AuthorAgeFilesLines
* trivial empty-init String::Fill -> comphelper::padToLengthCaolán McNamara2012-10-302-8/+8
* fix some VS 2010 specific issuesDavid Ostrovsky2012-10-282-4/+10
* WaE: 'xChartType$D57056$_pInterface' may be used uninitialized…Christian Lohmaier2012-10-251-1/+3
* fdo#46808, use service constructor for uri::UriReferenceFactoryNoel Grandin2012-10-232-42/+30
* fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin2012-10-221-3/+4
* accelerate shape import & export by more sensible XInterface handling.Michael Meeks2012-10-222-6/+23
* loplugin: some log, indent and unused variable warningsCaolán McNamara2012-10-132-5/+0
* uninit variableJulien Nabet2012-10-121-1/+2
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-1234-207/+206
* Remove more useless code inside "#if 0" blocksMarcos Paulo de Souza2012-10-082-21/+0
* fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin2012-10-041-8/+3
* don't blow up on .odt export with !hasValue footers/headersCaolán McNamara2012-10-021-6/+8
* String->OUString in svl::ImpSvNumberformatInfoNoel Grandin2012-10-021-14/+14
* XubString->OUStringCaolán McNamara2012-10-021-2/+1
* Deduplication of NavigationOrderAccess for disable-dynlinkingTor Lillqvist2012-10-011-8/+8
* Use comphelper::getComponentContextStephan Bergmann2012-09-293-61/+15
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-282-4/+0
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-282-2/+4
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-282-0/+2
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-253-8/+5
* Sprinkle some staticness to avoid duplicate symbols when DISABLE_DYNLOADINGTor Lillqvist2012-09-201-2/+2
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-194-8/+8
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-181-1/+0
* SvXMLImportPropertyMapper::importXML: fix assertion to be less sillyMichael Stahl2012-09-141-4/+4
* fdo#49571: ODF import: ignore "text:enable-numbering" attributeMichael Stahl2012-09-141-1/+0
* fdo#49876: ODF export: do not export font-size="0pt"Michael Stahl2012-09-141-0/+2
* fdo#49678: ODF export: add svg:viewBox to draw:connectorMichael Stahl2012-09-141-0/+18
* fdo#49677: ODF export: always add xlink:type attributeMichael Stahl2012-09-141-0/+1
* fdo#30711: ODF export: "text:name" is mandatory on bookmarks:Michael Stahl2012-09-142-16/+56
* Improvement on previous commitStephan Bergmann2012-09-127-57/+28
* fdo#46808, Adapt xml::dom::SAXDocumentBuilderr UNO service to new styleNoel Grandin2012-09-123-9/+10
* fdo#46808, Adapt xml::dom::DocumentBuilder UNO service to new styleNoel Grandin2012-09-031-9/+6
* gbuild: register all jarsMichael Stahl2012-08-171-5/+5
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-1628-110/+42
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2012-08-101-2/+2
* fdo#39468: Translate German comments in toolkit,unotools, & xmloffOliver Günther2012-08-102-2/+2
* remove include comments and boxesThomas Arnhold2012-08-089-45/+0
* drop bogus eof linesThomas Arnhold2012-08-072-4/+0
* Replace usage of rtl/memory.h in xmloff with equivalent from string.hArnaud Versini2012-08-048-13/+18
* fdo#38056: fix XMLTextImportPropertyMapper regression:Michael Stahl2012-08-031-51/+52
* support new xml number:fill-character elem for number-style namespaceNoel Power2012-08-035-0/+29
* additional const_iterator in const methodCaolán McNamara2012-08-031-2/+2
* SvXMLAutoStylePoolP_Impl: try to make MSVC happyMichael Stahl2012-08-021-4/+6
* cntnrsrt.hxx: remove dead codeMichael Stahl2012-08-021-1/+0
* STL'ify DECLARE_CONTAINER_SORT_DEL(SvXMLAutoStylePoolParentsP_Impl)Noel Grandin2012-08-024-40/+33
* STL'ify DECLARE_CONTAINER_SORT(XMLTextListAutoStylePool_Impl)Noel Grandin2012-08-021-44/+37
* STL'ify DECLARE_CONTAINER_SORT_DEL(XMLFontAutoStylePool_Impl)Noel Grandin2012-08-021-34/+37
* convert XMLFamilyDataList_Impl to boost::ptr_setCaolán McNamara2012-08-025-239/+188
* const SvXMLStyleIndexCmp_Impl upCaolán McNamara2012-08-011-1/+1
* convert SvXMLAutoStylePoolNamesP_Impl to a std::setCaolán McNamara2012-08-0110-123/+47