summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)Author
2014-01-09Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann
2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2014-01-04cppcheck: const_cast instead of C castJulien Nabet
2013-12-20fdo#58112 write loext:contextual-spacing accept style:contextual-spacingEike Rathke
2013-12-20prepare to accept loext:contextual-spacing, fdo#58112Eike Rathke
2013-12-20typo fixesAndras Timar
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke
2013-12-20prepared XMLPropertyMapEntry with mbImportOnly flagEike Rathke
2013-12-20reordered member variables for 4 byte alignmentEike Rathke
2013-12-19Add new XML tokens for ODS, for calc data stream import & export.Kohei Yoshida
2013-12-19fdo#72304 Preserve Chart data table properties during ODF import/export.Nikhil Walvekar
2013-12-19fdo#72306 Axis names were lost after saving file on LO.sushil_shinde
2013-12-18fdo#72850: ODF export: don't export spurious style:display="false"Michael Stahl
2013-12-18fdo#72452: ODF import/export: fix handling of style:page-numberMichael Stahl
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin
2013-12-16Clean-up uno/lbnames.hStephan Bergmann
2013-12-13fdo#72697 actually write this only in ODF 1.2 extendedEike Rathke
2013-12-13fdo#72697 write <loext:sender-initials>Eike Rathke
2013-12-13fdo#72697 accept future <loext:sender-initials>Eike Rathke
2013-12-13Drop duplicate #includeTakeshi Abe
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-11Remove unused SvXMLExport::mbEnableExperimentalOdfExport.Matúš Kukan
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-10xmloff: remove unused XMLTimeFieldImportContext::fTimeValueMichael Stahl
2013-12-10sax, xmloff: fix ODF import/export of text:time/text:time-valueMichael Stahl
2013-12-10write the correct 'sort-ascending' value, fdo#72548Eike Rathke
2013-12-09resolved fdo#72537 write <loext:fill-character>Eike Rathke
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin
2013-12-08this assert is wrongMarkus Mohrhard
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann
2013-12-06Get rid of unnecessary comphelper::UStringEqualStephan Bergmann
2013-12-06Get rid of DECLARE_STL_MAPStephan Bergmann
2013-12-06Get rid of DECLARE_STL_VECTORStephan Bergmann
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann
2013-12-05Get rid of comphelper::UStringLessStephan Bergmann
2013-12-05Get rid of DECLARE_STL_STDKEY_SETStephan Bergmann
2013-12-02fdo#71450 fdo#71698: ODF import: fix frame name corner casesMichael Stahl
2013-12-02typo: intarnal -> internalAndras Timar
2013-11-25Fix some typos for "height"Julien Nabet
2013-11-24Support regression curve name in ODF.Tomaž Vajngerl
2013-11-23rigth -> right (other occurences)Julien Nabet
2013-11-22replace OUString::reverseCompareTo("xxx") with operator==Noel Grandin
2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin