summaryrefslogtreecommitdiff
path: root/oox/source/helper/propertymap.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-31Use for-range loops in oox (part2)Julien Nabet1-16/+19
2018-01-12More loplugin:cstylecast: ooxStephan Bergmann1-1/+1
2017-11-04loplugin:constparams in various(1)Noel Grandin1-1/+1
2017-10-23loplugin:includeform: ooxStephan Bergmann1-3/+3
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-1/+1
2017-04-13Removed duplicated includesAndrea Gelmini1-4/+0
2017-04-04oox: -Werror=formatMichael Stahl1-2/+2
2017-03-31use actual UNO enums in ooxNoel Grandin1-4/+4
2017-03-02Align columns in output harderTor Lillqvist1-5/+5
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-20/+20
2016-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin1-1/+1
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas1-0/+1
2016-04-11clang-tidy performance-unnecessary-value-param in ooxNoel Grandin1-5/+5
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-10/+10
2015-08-23oox: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-08-04sal,rsc,oox: inline some use-once typedefsNoel Grandin1-3/+1
2015-07-21loplugin:unusedmethods ooxNoel Grandin1-9/+0
2015-06-23Drop duplicate #includesTakeshi Abe1-1/+0
2015-04-08A UNO Any can't contain an AnyStephan Bergmann1-1/+1
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-2/+2
2014-04-16oox: add a method to dump a PropertyMap as dataMiklos Vajna1-0/+19
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-10/+10
2014-03-18Use osl::Mutex member, not baseStephan Bergmann1-2/+3
2014-03-08remove one more debug outputMarkus Mohrhard1-1/+0
2014-03-07remove remaining debug loggingMarkus Mohrhard1-1/+0
2014-03-04Revert "fdo#75200:Libreoffice crash while opening the file"Markus Mohrhard1-5/+2
2014-03-04remove the inheritance to std::map in PropertyMapMarkus Mohrhard1-13/+55
2014-03-04adapt script to use setProperty instead of <<=Markus Mohrhard1-3/+3
2014-03-04fix indentationMarkus Mohrhard1-215/+252
2014-03-04remove whitespaceMarkus Mohrhard1-11/+0
2014-03-02fdo#75200:Libreoffice crash while opening the filePriyankaGaikwad1-2/+5
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-20/+20
2014-02-26Remove visual noise from ooxAlexander Wilms1-4/+4
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2013-07-11Uknown -> UnknownCaolán McNamara1-4/+4
2013-05-14remove non-sensical /*static*/ commentsLuboš Luňák1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+0
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0
2013-01-04oox: kill no longer needed CREATE_OUSTRINGMiklos Vajna1-4/+4
2012-12-20Removal unnecessary using declarationsJosé Guilherme Vanz1-2/+0
2012-09-18better pptx custom shape presets import/exportRadek Doulik1-0/+4
2012-08-01-Werror,-WformatStephan Bergmann1-2/+2
2012-07-17re-base on ALv2 code. Includes:Michael Meeks1-30/+21
2012-05-14removed unused static rtl::OUStringTakeshi Abe1-1/+0
2012-03-05remove unused codePetr Vorel1-5/+0
2012-03-02customshapes: special-case Sequence of EnhancedCustomShapeParameterPairMichael Meeks1-30/+39
2012-03-02customshapes: special case EnhancedCustomShapeParameterPair to winMichael Meeks1-80/+73