summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2012-11-03xmloff: drop unused OUStringsMiklos Vajna11-27/+2
2012-11-02implement icon set import/export from odfMarkus Mohrhard2-0/+6
2012-10-30trivial empty-init String::Fill -> comphelper::padToLengthCaolán McNamara2-8/+8
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky2-4/+10
2012-10-25WaE: 'xChartType$D57056$_pInterface' may be used uninitialized…Christian Lohmaier1-1/+3
2012-10-23fdo#46808, use service constructor for uri::UriReferenceFactoryNoel Grandin2-42/+30
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin1-3/+4
2012-10-22accelerate shape import & export by more sensible XInterface handling.Michael Meeks2-6/+23
2012-10-13loplugin: some log, indent and unused variable warningsCaolán McNamara2-5/+0
2012-10-12uninit variableJulien Nabet1-1/+2
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák34-207/+206
2012-10-08Remove more useless code inside "#if 0" blocksMarcos Paulo de Souza2-21/+0
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin1-8/+3
2012-10-02don't blow up on .odt export with !hasValue footers/headersCaolán McNamara1-6/+8
2012-10-02String->OUString in svl::ImpSvNumberformatInfoNoel Grandin1-14/+14
2012-10-02XubString->OUStringCaolán McNamara1-2/+1
2012-10-01Deduplication of NavigationOrderAccess for disable-dynlinkingTor Lillqvist1-8/+8
2012-09-29Use comphelper::getComponentContextStephan Bergmann3-61/+15
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl2-4/+0
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2-2/+4
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2-0/+2
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud3-8/+5
2012-09-20Sprinkle some staticness to avoid duplicate symbols when DISABLE_DYNLOADINGTor Lillqvist1-2/+2
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann4-8/+8
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+0
2012-09-14SvXMLImportPropertyMapper::importXML: fix assertion to be less sillyMichael Stahl1-4/+4
2012-09-14fdo#49571: ODF import: ignore "text:enable-numbering" attributeMichael Stahl1-1/+0
2012-09-14fdo#49876: ODF export: do not export font-size="0pt"Michael Stahl1-0/+2
2012-09-14fdo#49678: ODF export: add svg:viewBox to draw:connectorMichael Stahl1-0/+18
2012-09-14fdo#49677: ODF export: always add xlink:type attributeMichael Stahl1-0/+1
2012-09-14fdo#30711: ODF export: "text:name" is mandatory on bookmarks:Michael Stahl2-16/+56
2012-09-12Improvement on previous commitStephan Bergmann7-57/+28
2012-09-12fdo#46808, Adapt xml::dom::SAXDocumentBuilderr UNO service to new styleNoel Grandin3-9/+10
2012-09-03fdo#46808, Adapt xml::dom::DocumentBuilder UNO service to new styleNoel Grandin1-9/+6
2012-08-17gbuild: register all jarsMichael Stahl1-5/+5
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann28-110/+42
2012-08-10Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-2/+2
2012-08-10fdo#39468: Translate German comments in toolkit,unotools, & xmloffOliver Günther2-2/+2
2012-08-08remove include comments and boxesThomas Arnhold9-45/+0
2012-08-07drop bogus eof linesThomas Arnhold2-4/+0
2012-08-04Replace usage of rtl/memory.h in xmloff with equivalent from string.hArnaud Versini8-13/+18
2012-08-03fdo#38056: fix XMLTextImportPropertyMapper regression:Michael Stahl1-51/+52
2012-08-03support new xml number:fill-character elem for number-style namespaceNoel Power5-0/+29
2012-08-03additional const_iterator in const methodCaolán McNamara1-2/+2
2012-08-02SvXMLAutoStylePoolP_Impl: try to make MSVC happyMichael Stahl1-4/+6
2012-08-02cntnrsrt.hxx: remove dead codeMichael Stahl1-1/+0
2012-08-02STL'ify DECLARE_CONTAINER_SORT_DEL(SvXMLAutoStylePoolParentsP_Impl)Noel Grandin4-40/+33
2012-08-02STL'ify DECLARE_CONTAINER_SORT(XMLTextListAutoStylePool_Impl)Noel Grandin1-44/+37
2012-08-02STL'ify DECLARE_CONTAINER_SORT_DEL(XMLFontAutoStylePool_Impl)Noel Grandin1-34/+37
2012-08-02convert XMLFamilyDataList_Impl to boost::ptr_setCaolán McNamara5-239/+188