summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2017-05-12remove unused uno::Reference varsNoel Grandin11-20/+2
2017-05-11Document how to add new XML tokens.Kohei Yoshida1-2/+12
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin1-1/+1
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke7-7/+0
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin5-9/+5
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin2-6/+3
2017-05-08loplugin:useuniqueptrTor Lillqvist1-2/+2
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke55-55/+0
2017-05-08loplugin:checkunusedparams in xmloffNoel Grandin28-222/+124
2017-05-07revert OSL_ASSERT changesChris Sherlock3-7/+7
2017-05-07tdf#43157: convert xmloff module away from OSL_ASSERT to assertChris Sherlock3-7/+7
2017-05-05Fix typosAndrea Gelmini2-2/+2
2017-05-05xmloff: typoMichael Stahl1-2/+2
2017-05-03typoTomaž Vajngerl1-1/+1
2017-05-03remove empty commentsNoel Grandin1-2/+0
2017-04-29tdf#107097 invoke internal DP and correctly handle "range" namesTomaž Vajngerl1-5/+15
2017-04-28xmloff: fix --enable-mergedlibs buildMichael Stahl1-0/+4
2017-04-28loplugin:salunicodeliteral: xmloffStephan Bergmann6-9/+9
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin4-17/+7
2017-04-26tdf#107392 ODF import: fix z-order sorting of SVG imagesMiklos Vajna5-7/+46
2017-04-26use strong_int for LanguageTypeNoel Grandin2-7/+7
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock14-0/+14
2017-04-25loplugin:checkunusedparams in vclNoel Grandin1-1/+1
2017-04-24Fix typosAndrea Gelmini2-2/+2
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky3-3/+0
2017-04-21xmloff: fix typoMichael Stahl1-1/+1
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2-2/+2
2017-04-15ODF import / export of rotated text in Impress tableTamás Zolnai5-1/+81
2017-04-12enum spelling: throught -> throughJustin Luth2-2/+2
2017-04-12convert FOUND_ constants to o3tl::typed_flagsNoel Grandin1-45/+48
2017-04-11OFFICE-2102: ODF export: write <text:s> after non-mark elements tooMichael Stahl3-40/+42
2017-04-11xmloff: rename one overloaded XMLTextParagraphExport::exportTextMichael Stahl1-2/+2
2017-04-11loplugin:inlinefields in XMLTextParagraphExportNoel Grandin2-7/+6
2017-04-11loplugin:inlinefields in SvXMLExportNoel Grandin1-8/+5
2017-04-06No real need for OPropertyExport::AddAttributeASCIIStephan Bergmann2-12/+1
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: xmloffStephan Bergmann5-9/+7
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin1-1/+1
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin1-1/+1
2017-04-04tdf#83257 [API-CHANGE] Pivot chart implementationTomaž Vajngerl9-69/+152
2017-04-04loplugin:unusedmethodsNoel Grandin1-7/+0
2017-04-03tdf#39468 Translate German commentsJens Carl1-1/+1
2017-04-02coverity#1403662 Mixing enum typesCaolán McNamara1-2/+3
2017-04-01coverity#1403657 Unchecked return valueCaolán McNamara2-4/+4
2017-03-31use actual UNO enums in xmloffNoel Grandin6-10/+10
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2-53/+53
2017-03-30remove type decorations on char literalsJochen Nitschke5-10/+10
2017-03-28tdf#96505 Get rid of cargo cult "long" integer literalsThomas Beck5-35/+35
2017-03-25Fix typosAndrea Gelmini8-8/+8
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin8-22/+22
2017-03-22Use rtl::isAscii* instead of ctype.h is* with sal_Unicode argStephan Bergmann1-1/+2