summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2013-12-20fdo#58112 write loext:contextual-spacing accept style:contextual-spacingEike Rathke1-2/+2
2013-12-20prepare to accept loext:contextual-spacing, fdo#58112Eike Rathke1-1/+7
2013-12-20typo fixesAndras Timar4-5/+5
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke21-63/+84
2013-12-20prepared XMLPropertyMapEntry with mbImportOnly flagEike Rathke7-29/+31
2013-12-20reordered member variables for 4 byte alignmentEike Rathke1-2/+2
2013-12-19Add new XML tokens for ODS, for calc data stream import & export.Kohei Yoshida1-0/+3
2013-12-19fdo#72304 Preserve Chart data table properties during ODF import/export.Nikhil Walvekar2-0/+8
2013-12-19fdo#72306 Axis names were lost after saving file on LO.sushil_shinde1-0/+8
2013-12-18fdo#72850: ODF export: don't export spurious style:display="false"Michael Stahl2-12/+13
2013-12-18fdo#72452: ODF import/export: fix handling of style:page-numberMichael Stahl2-4/+5
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2-4/+4
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin7-9/+9
2013-12-16Clean-up uno/lbnames.hStephan Bergmann1-1/+0
2013-12-13fdo#72697 actually write this only in ODF 1.2 extendedEike Rathke1-11/+17
2013-12-13fdo#72697 write <loext:sender-initials>Eike Rathke1-5/+15
2013-12-13fdo#72697 accept future <loext:sender-initials>Eike Rathke2-2/+3
2013-12-13Drop duplicate #includeTakeshi Abe1-1/+0
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-1/+1
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann2-11/+11
2013-12-11Remove unused SvXMLExport::mbEnableExperimentalOdfExport.Matúš Kukan1-2/+0
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann2-11/+11
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann2-11/+11
2013-12-10xmloff: remove unused XMLTimeFieldImportContext::fTimeValueMichael Stahl2-21/+0
2013-12-10sax, xmloff: fix ODF import/export of text:time/text:time-valueMichael Stahl3-5/+27
2013-12-10write the correct 'sort-ascending' value, fdo#72548Eike Rathke1-1/+3
2013-12-09resolved fdo#72537 write <loext:fill-character>Eike Rathke2-2/+3
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin4-36/+35
2013-12-08this assert is wrongMarkus Mohrhard1-1/+1
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann4-4/+0
2013-12-06Get rid of unnecessary comphelper::UStringEqualStephan Bergmann2-5/+2
2013-12-06Get rid of DECLARE_STL_MAPStephan Bergmann6-11/+16
2013-12-06Get rid of DECLARE_STL_VECTORStephan Bergmann2-5/+8
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann10-19/+32
2013-12-05Get rid of comphelper::UStringLessStephan Bergmann8-22/+10
2013-12-05Get rid of DECLARE_STL_STDKEY_SETStephan Bergmann7-8/+24
2013-12-02fdo#71450 fdo#71698: ODF import: fix frame name corner casesMichael Stahl1-2/+10
2013-12-02typo: intarnal -> internalAndras Timar1-1/+1
2013-11-25Fix some typos for "height"Julien Nabet1-3/+3
2013-11-24Support regression curve name in ODF.Tomaž Vajngerl2-0/+2
2013-11-23rigth -> right (other occurences)Julien Nabet1-1/+1
2013-11-22replace OUString::reverseCompareTo("xxx") with operator==Noel Grandin6-8/+8
2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann1-1/+3
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin4-39/+35
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin11-57/+56
2013-11-15Resolves: fdo#62461 put preferred image firstCaolán McNamara2-43/+52
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann4-7/+0
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann2-1/+10
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann2-4/+4
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-10/+1