summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/elementimport.cxx
AgeCommit message (Expand)Author
2017-05-08loplugin:checkunusedparams in xmloffNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-01expose the SvXMLEnumMapEntry arrays in OEnumMapperNoel Grandin
2017-02-01loplugin:stringconstant handle calls to constructors with one argNoel Grandin
2016-12-12coverity#704109 Unchecked return valueCaolán McNamara
2016-12-02inline some constant strings in xmloff (part1)Noel Grandin
2016-10-31loplugin:oncevar in xmloff..xmlsecurityNoel Grandin
2016-05-12Convert SCA flags to scoped enumNoel Grandin
2016-05-12Convert BA flags to scoped enumNoel Grandin
2016-05-12Convert DA flags to scoped enumNoel Grandin
2016-05-12convert CCA flags to scoped enumNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-01-10Fix typosAndrea Gelmini
2015-11-26com::sun::star->css in xmloff/Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
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-13coverity#1326118 Constant expression resultCaolán McNamara
2015-09-29Fix typosAndrea Gelmini
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-03Fix typosAndrea Gelmini
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-05-24cppcheck: noExplicitConstructorCaolán McNamara
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan 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-02-01Resolves: #i114416# use default service name for scroll bar...Tsutomu Uchino
2015-01-28Use vector::dataStephan Bergmann
2014-12-19teach XML import/export about unsigned integer typesLionel Elie Mamane
2014-12-18xmloff: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-08fdo#38835 strip out OUString globalsNoel Grandin
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-15xmloff: sal_Bool->boolNoel Grandin
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann
2013-11-11xmloff: include <> for external includesNorbert Thiebaud
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa