summaryrefslogtreecommitdiffstats
path: root/xmloff/source/xforms
Commit message (Expand)AuthorAgeFilesLines
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-172-5/+1
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-1/+1
* xmloff: sal_Bool->boolNoel Grandin2014-03-311-8/+8
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-268-21/+21
* Remove visual noise from xmloffAlexander Wilms2014-02-2610-48/+48
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-192-5/+5
* remove unnecessary sal_Unicode casts in XMLOFF moduleNoel Grandin2013-11-142-3/+3
* xmloff: include <> for external includesNorbert Thiebaud2013-11-116-11/+11
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-041-1/+1
* fixincludeguards.sh: xmloffThomas Arnhold2013-10-2310-20/+20
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-6/+0
* typo fixes in commentsAndras Timar2013-09-261-1/+1
* Mark as constTakeshi Abe2013-09-128-12/+12
* fdo#57950: Remove some chained appends in xmloffJelle van der Waa2013-08-191-5/+3
* i#108348: support DateTimeWithTimezone in user defined Document PropertiesMichael Stahl2013-07-152-2/+2
* remove unused componentcontext.hxx includesNoel Grandin2013-06-051-1/+0
* Use the new type-checking Reference constructor to reduce code noiseNoel Grandin2013-05-221-1/+1
* date/time IDL datatypes incompatible changeLionel Elie Mamane2013-04-182-2/+2
* remove needless forward rtl::OUString declarationsLuboš Luňák2013-04-079-9/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0720-66/+54
* Removed RTL_CONSTASCII_USTRINGPARAM in xmloff(xforms)Chr. Rossmanith2013-03-103-21/+21
* doubled namespaceThomas Arnhold2013-03-041-1/+0
* fdo#46808, convert xforms::Model to new styleNoel Grandin2013-03-0410-49/+38
* xmloff: no longer necessary OUTSTRING() macroMiklos Vajna2013-01-296-44/+41
* fdo#46808, Adapt document::*PropertyValues UNO service to new styleNoel Grandin2013-01-281-4/+2
* PCH for xmloff, including LO headersLuboš Luňák2012-12-102-12/+10
* re-base on ALv2 code. Includes:Michael Meeks2012-11-1510-230/+140
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-129-160/+159
* remove include comments and boxesThomas Arnhold2012-08-088-40/+0
* Remove unused localsThomas Arnhold2012-06-291-4/+0
* re-base on ALv2 code.Michael Meeks2012-06-2111-256/+157
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-3/+3
* Fix for fdo43460 Part LIII getLength() to isEmpty()Olivier Hallot2012-01-273-9/+9
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-063-8/+0
* remove include of pch header from xmloffNorbert Thiebaud2011-11-2711-22/+0
* Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann2011-11-141-2/+2
* #i108468#: clean up xmluconv code duplication, DateTime edition:Michael Stahl2011-10-112-16/+18
* #i108468#: clean up xmluconv code duplication, part 1:Michael Stahl2011-10-113-8/+14
* callcatcher: remove unused non-class level methodsCaolán McNamara2011-07-142-29/+0
* unused methodsCaolán McNamara2011-07-112-7/+0
* drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito2011-03-2921-0/+0
* Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-1822-95/+37
|\
| * Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens2011-03-1222-95/+37
| |\
| | * removetooltypes01: rebase to DEV300_m96Mikhail Voytenko2011-01-0612-74/+16
| | |\
| | | * gnumake2: removing old dmake file in migrated modulesBjoern Michaelsen2010-11-191-58/+0
| | | * CWS gnumake2: rebase to DEV300_m76; fix build problemsMathias Bauer2010-04-1722-89/+22
| | | |\
| | | * | CWS gnumake2: move delivered header files from xmloff/inc to xmloff/inc/xmlof...Mathias Bauer2010-04-1611-16/+16
| | * | | removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from xml...Xiaofei Zhang2010-11-1017-21/+21
| | | |/ | | |/|
* | / | Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold2011-03-131-3/+3
|/ / /
* | | Move DBG_ERROR to OSL_FAILThomas Arnhold2011-03-028-14/+14