summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Expand)AuthorAgeFilesLines
* Drop duplicate #includeTakeshi Abe2013-12-131-1/+0
* Do not use C++-UNO internal static_type functions in client codeStephan Bergmann2013-12-121-1/+1
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-122-11/+11
* Remove unused SvXMLExport::mbEnableExperimentalOdfExport.Matúš Kukan2013-12-111-2/+0
* Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann2013-12-112-11/+11
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-112-11/+11
* xmloff: remove unused XMLTimeFieldImportContext::fTimeValueMichael Stahl2013-12-102-21/+0
* sax, xmloff: fix ODF import/export of text:time/text:time-valueMichael Stahl2013-12-103-5/+27
* write the correct 'sort-ascending' value, fdo#72548Eike Rathke2013-12-101-1/+3
* resolved fdo#72537 write <loext:fill-character>Eike Rathke2013-12-092-2/+3
* fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin2013-12-094-36/+35
* this assert is wrongMarkus Mohrhard2013-12-081-1/+1
* Clean up includes of comphelper/stl_types.hxxStephan Bergmann2013-12-064-4/+0
* Get rid of unnecessary comphelper::UStringEqualStephan Bergmann2013-12-062-5/+2
* Get rid of DECLARE_STL_MAPStephan Bergmann2013-12-066-11/+16
* Get rid of DECLARE_STL_VECTORStephan Bergmann2013-12-062-5/+8
* Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann2013-12-0610-19/+32
* Get rid of comphelper::UStringLessStephan Bergmann2013-12-058-22/+10
* Get rid of DECLARE_STL_STDKEY_SETStephan Bergmann2013-12-057-8/+24
* fdo#71450 fdo#71698: ODF import: fix frame name corner casesMichael Stahl2013-12-021-2/+10
* typo: intarnal -> internalAndras Timar2013-12-021-1/+1
* Fix some typos for "height"Julien Nabet2013-11-251-3/+3
* Support regression curve name in ODF.Tomaž Vajngerl2013-11-242-0/+2
* rigth -> right (other occurences)Julien Nabet2013-11-231-1/+1
* replace OUString::reverseCompareTo("xxx") with operator==Noel Grandin2013-11-226-8/+8
* avmedia: Implement "block untrusted referer links" featureStephan Bergmann2013-11-201-1/+3
* convert equalsAsciiL calls to startWith calls where possibleNoel Grandin2013-11-194-39/+35
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-1911-57/+56
* Resolves: fdo#62461 put preferred image firstCaolán McNamara2013-11-152-43/+52
* SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann2013-11-144-7/+0
* rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann2013-11-142-1/+10
* Move MediaDescriptor from comphelper to unotoolsStephan Bergmann2013-11-142-4/+4
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-10/+1
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-6/+0
* remove unnecessary sal_Unicode casts in XMLOFF moduleNoel Grandin2013-11-1445-247/+247
* clear c++11ishCaolán McNamara2013-11-132-6/+7
* Respect svg:font-face-format element.Brennan Vincent2013-11-133-4/+97
* xmloff: include <> for external includesNorbert Thiebaud2013-11-11216-309/+309
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-116-16/+16
* convert OUString !compareToAscii to equalsAsciiNoel Grandin2013-11-111-1/+1
* convert OUString 0==compareToAscii to equalsAsciiNoel Grandin2013-11-116-27/+27
* remove unnecessary use of OUString constructorNoel Grandin2013-11-113-6/+6
* cppcheck: reduce scopeJulien Nabet2013-11-101-1/+1
* remove misleading commentAndras Timar2013-11-071-1/+1
* fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza2013-11-074-10/+5
* remove unnecessary use of OUString constructor in XMLOFF moduleNoel Grandin2013-11-077-28/+24
* Remove #ifdef TIMELOG'ed SAL_INFOsStephan Bergmann2013-11-062-23/+0
* check for empty stringCaolán McNamara2013-11-061-1/+2
* Resolves: #i123542# corrected ODF XML export of 3D cube and sphereArmin Le Grand2013-11-051-9/+13
* corrected export of polygons with textArmin Le Grand2013-11-051-38/+30