summaryrefslogtreecommitdiff
path: root/xmloff/source/xforms
AgeCommit message (Expand)AuthorFilesLines
2016-09-14loplugin:countusersofdefaultparams in xmloffNoel Grandin1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann8-8/+8
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann3-8/+8
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen1-1/+1
2016-06-17convert DBG_ASSERT in xmloffNoel Grandin7-16/+16
2016-04-21new plugin stylepoliceNoel Grandin1-5/+5
2016-04-18clean-up: unused using declarations and includesJochen Nitschke8-19/+0
2016-04-14loplugin:passstuffbyref in xmloffNoel Grandin1-1/+1
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke3-3/+0
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke2-2/+0
2016-02-09Remove excess newlinesChris Sherlock7-23/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-26com::sun::star->css in xmloff/Noel Grandin13-115/+115
2015-11-24loplugin:unusedfields in xmloff/Noel Grandin1-3/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann9-22/+22
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann8-21/+21
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-5/+1
2015-04-30xmloff: simplify code by using std::all_of/std::any_of/std::none_ofTakeshi Abe1-3/+2
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist8-79/+8
2015-03-09V801: Decreased performanceCaolán McNamara2-2/+2
2015-02-18Missing includeStephan Bergmann1-0/+4
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl7-0/+9
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-5/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-8/+8
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann8-21/+21
2014-02-26Remove visual noise from xmloffAlexander Wilms10-48/+48
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin2-5/+5
2013-11-14remove unnecessary sal_Unicode casts in XMLOFF moduleNoel Grandin2-3/+3
2013-11-11xmloff: include <> for external includesNorbert Thiebaud6-11/+11
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-10-23fixincludeguards.sh: xmloffThomas Arnhold10-20/+20
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-6/+0
2013-09-26typo fixes in commentsAndras Timar1-1/+1
2013-09-12Mark as constTakeshi Abe8-12/+12
2013-08-19fdo#57950: Remove some chained appends in xmloffJelle van der Waa1-5/+3
2013-07-15i#108348: support DateTimeWithTimezone in user defined Document PropertiesMichael Stahl2-2/+2
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-1/+1
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane2-2/+2
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák9-9/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák20-66/+54
2013-03-10Removed RTL_CONSTASCII_USTRINGPARAM in xmloff(xforms)Chr. Rossmanith3-21/+21
2013-03-04doubled namespaceThomas Arnhold1-1/+0
2013-03-04fdo#46808, convert xforms::Model to new styleNoel Grandin10-49/+38
2013-01-29xmloff: no longer necessary OUTSTRING() macroMiklos Vajna6-44/+41
2013-01-28fdo#46808, Adapt document::*PropertyValues UNO service to new styleNoel Grandin1-4/+2
2012-12-10PCH for xmloff, including LO headersLuboš Luňák2-12/+10
2012-11-15re-base on ALv2 code. Includes:Michael Meeks10-230/+140