summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-6/+0
2013-11-14remove unnecessary sal_Unicode casts in XMLOFF moduleNoel Grandin45-247/+247
2013-11-13clear c++11ishCaolán McNamara2-6/+7
2013-11-13Respect svg:font-face-format element.Brennan Vincent3-4/+97
2013-11-11xmloff: include <> for external includesNorbert Thiebaud216-309/+309
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin6-16/+16
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin1-1/+1
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin6-27/+27
2013-11-11remove unnecessary use of OUString constructorNoel Grandin3-6/+6
2013-11-10cppcheck: reduce scopeJulien Nabet1-1/+1
2013-11-07remove misleading commentAndras Timar1-1/+1
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza4-10/+5
2013-11-07remove unnecessary use of OUString constructor in XMLOFF moduleNoel Grandin7-28/+24