summaryrefslogtreecommitdiff
path: root/xmloff/source/table
AgeCommit message (Expand)AuthorFilesLines
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin1-2/+2
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-05-08loplugin:checkunusedparams in xmloffNoel Grandin1-3/+3
2017-04-15ODF import / export of rotated text in Impress tableTamás Zolnai3-0/+16
2017-02-21loplugin:subtlezeroinit: xmloffStephan Bergmann1-1/+1
2016-12-02inline some constant strings in xmloff (part1)Noel Grandin1-2/+1
2016-12-01loplugin:unnecessaryoverride (dtors) in xmloffStephan Bergmann1-11/+0
2016-10-03Fix typosAndrea Gelmini1-1/+1
2016-09-21Resolves: tdf#101708 only export loext table attributes in 'extended' variantCaolán McNamara1-1/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-09-09resolve the snafu with 2 separate refcounted basesDavid Tardon1-1/+1
2016-07-07GSoC Writer Table Styles ImportJakub Trzebiatowski3-29/+131
2016-06-20GSoC Table Styles, Export Cell StylesJakub Trzebiatowski1-11/+135
2016-06-17convert DBG_ASSERT in xmloffNoel Grandin1-1/+1
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-1/+1
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin1-9/+9
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-12Avoid reserved identifiersStephan Bergmann1-3/+3
2015-12-21loplugin:unusedfields in xmlhelp,xmloffNoel Grandin1-2/+0
2015-11-26com::sun::star->css in xmloff/Noel Grandin1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-9/+9
2015-08-05improve refcounting loplugin to check SvRef-based classesNoel Grandin1-2/+2
2015-02-17boost->stdCaolán McNamara2-32/+32
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2014-09-11Avoid ODR-violating name clashStephan Bergmann1-0/+4
2014-08-07fdo#75757: remove inheritance to std::mapTakeshi Abe1-7/+10
2014-07-25Apply pimpl to XMLPropertySetMapper.Kohei Yoshida1-1/+6
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin1-3/+3
2014-04-27Fix typo: cought => caughtMatteo Casalin1-1/+1
2014-04-15xmloff: sal_Bool->boolNoel Grandin1-1/+1
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-1/+1
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-6/+6
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-9/+9
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke2-4/+4
2013-12-20prepared XMLPropertyMapEntry with mbImportOnly flagEike Rathke1-2/+2
2013-11-11xmloff: include <> for external includesNorbert Thiebaud3-16/+16
2013-10-23fixincludeguards.sh: xmloffThomas Arnhold1-2/+2
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa2-111/+0
2013-07-18Mark as static and/or constTakeshi Abe1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-2/+2
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák3-4/+2
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+3
2013-03-04doubled namespaceThomas Arnhold1-1/+0
2013-02-26removed RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith2-21/+21
2012-11-15re-base on ALv2 code. Includes:Michael Meeks2-46/+28