summaryrefslogtreecommitdiff
path: root/xmloff/source/transform
AgeCommit message (Expand)AuthorFilesLines
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-11-14remove unnecessary sal_Unicode casts in XMLOFF moduleNoel Grandin4-25/+25
2013-11-11xmloff: include <> for external includesNorbert Thiebaud25-25/+25
2013-11-10cppcheck: reduce scopeJulien Nabet1-1/+1
2013-11-04remove redundant calls to OUString constructorNoel Grandin2-4/+4
2013-10-31Remove the xmloff::token::ResetTokens race conditionStephan Bergmann1-2/+0
2013-10-23fixincludeguards.sh: xmloffThomas Arnhold48-139/+139
2013-10-16cleanupThomas Arnhold1-6/+0
2013-09-12sal_Bool to boolTakeshi Abe3-25/+25
2013-09-12Mark as constTakeshi Abe2-7/+7
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák4-12/+12
2013-08-19fdo#57950: Remove some chained appends in xmloffJelle van der Waa1-4/+1
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa13-87/+0
2013-07-18Mark as static and/or constTakeshi Abe1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-3/+3
2013-06-29String to OUString and cleanupThomas Arnhold1-2/+2
2013-05-15fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin1-14/+10
2013-05-14fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan2-7/+7
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák70-316/+279
2013-03-27-Wunused-macrosStephan Bergmann2-6/+0
2013-03-19fdo#61135 stepped lines graph: handle ods filesEricSeynaeve1-1/+1
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold2-2/+2
2013-03-10Removed RTL_CONSTASCII_USTRINGPARAM in xmloff(transform)Chr. Rossmanith3-10/+8
2013-03-08make use of startsWith()Thomas Arnhold1-3/+2
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-18coverity#705351 missing break in switchNorbert Thiebaud1-0/+1
2013-02-18coverity#705351 Missing break in switchNorbert Thiebaud1-0/+1
2012-12-28xmloff: mostly kill CONSTASCII_STRINGPARAM usageMiklos Vajna2-4/+4
2012-11-15re-base on ALv2 code. Includes:Michael Meeks31-722/+443
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin1-42/+20
2012-11-03xmloff: drop unused OUStringsMiklos Vajna1-1/+0
2012-10-23fdo#46808, use service constructor for uri::UriReferenceFactoryNoel Grandin1-35/+27
2012-10-13loplugin: some log, indent and unused variable warningsCaolán McNamara2-5/+0
2012-08-04Replace usage of rtl/memory.h in xmloff with equivalent from string.hArnaud Versini3-4/+5
2012-07-16the unknwon typo is surprisingly popularLuboš Luňák1-1/+1
2012-06-27removed unnecessary forward declarations of classTakeshi Abe3-6/+0
2012-06-21re-base on ALv2 code.Michael Meeks57-1401/+888
2012-06-02targeted string re-workNorbert Thiebaud3-11/+11
2012-06-02targeted string re-workNorbert Thiebaud1-5/+5
2012-05-18removed unused const rtl::OUStringTakeshi Abe2-2/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-03-23.component files don't need executable bitsMichael Stahl1-0/+0
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-2/+2
2012-02-18xmloff: use ::comphelper::UStringLess instead of less_functorThomas Arnhold1-3/+2
2012-01-27Fix for fdo43460 Part LIII getLength() to isEmpty()Olivier Hallot13-31/+31
2011-12-08childs -> childrenMichael T. Whiteley5-5/+5
2011-12-06impress210: #i41995# fixed distinct shape and page idChristian Lippka ORACLE4-0/+37
2011-11-27remove include of pch header from xmloffNorbert Thiebaud39-78/+0
2011-10-24Some warning cleanup (found with trunk Clang).Stephan Bergmann1-1/+1