summaryrefslogtreecommitdiff
path: root/xmloff/source/forms
AgeCommit message (Expand)Author
2016-01-10Fix typosAndrea Gelmini
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
2015-11-26loplugin:unusedfields variousNoel Grandin
2015-11-26com::sun::star->css in xmloff/Noel Grandin
2015-11-25loplugin:unusedfields in include/xmloffNoel Grandin
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin
2015-11-17use unique_ptr for pImpl's in xmloff/Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-30xmloff tree cleanupMario J. Rugiero
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-10-21refactor out some com::sun::star typedefsNoel Grandin
2015-10-13coverity#1326118 Constant expression resultCaolán McNamara
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-06loplugin:mergeclassesNoel Grandin
2015-10-02make CppunitTest_sw_ww8export work againCaolán McNamara
2015-10-02loplugin:unusedmethodsNoel Grandin
2015-09-29Fix typosAndrea Gelmini
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht
2015-09-11xmloff: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
2015-08-19comphelper: remove unnecessary include <stack>Michael Stahl
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-15loplugin:unusedmethods xmloffNoel Grandin
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-03Fix typosAndrea Gelmini
2015-06-27coverity#1308433 Uncaught exceptionCaolán McNamara
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-18Fix typosAndrea Gelmini
2015-06-08some spelling fixes, mostly in Java codeNoel Grandin
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-24cppcheck: noExplicitConstructorCaolán McNamara
2015-05-18Remove include stdio (part2)Julien Nabet
2015-05-08std::ptr_fun became deprecated since C++11Takeshi Abe
2015-05-08XMLTransformerActionInit parameters are generically of type sal_uInt32Stephan Bergmann
2015-04-07loplugin:staticmethodsNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-24loplugin:constantfunction: xmloffNoel Grandin
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-01make this a bit less crypticDavid Tardon
2015-03-01remove duplicate lineDavid Tardon
2015-02-09OFormsRootImport::CreateChildContext: survive a missing css.form.FormsMiklos Vajna
2015-02-05Revert "ODF export: don't write invalid "group-name" attribute"Lionel Elie Mamane