summaryrefslogtreecommitdiff
path: root/xmloff/source/forms
AgeCommit message (Expand)AuthorFilesLines
2014-12-02ODF export: don't write invalid "group-name" attributeMichael Stahl2-6/+4
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke1-1/+1
2013-12-20prepared XMLPropertyMapEntry with mbImportOnly flagEike Rathke1-4/+4
2013-11-11xmloff: include <> for external includesNorbert Thiebaud14-23/+23
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin1-1/+1
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin2-6/+6
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-1/+1
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-4/+2
2013-10-23fixincludeguards.sh: xmloffThomas Arnhold27-81/+81
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist3-3/+3
2013-10-11loplugin if-body warningsStephan Bergmann1-0/+4
2013-09-16sal_Bool to boolEike Rathke1-27/+27
2013-09-12xmloff: fix Apple g++ 4.2.1 warningMichael Stahl1-1/+2
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák2-2/+2
2013-08-19fdo#57950: Remove some chained appends in xmloffJelle van der Waa1-3/+1
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa55-949/+0
2013-08-04fdo#67235 adapt form control code to time nanosecond API change, step 3Lionel Elie Mamane2-24/+29
2013-08-02fdo#67235 adapt form control code to time nanosecond API changeLionel Elie Mamane1-3/+5
2013-07-29fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa7-7/+0
2013-07-28surely this is a typoLionel Elie Mamane1-2/+2
2013-07-28More details in debug outputLionel Elie Mamane2-3/+13
2013-07-18Mark as static and/or constTakeshi Abe2-53/+53
2013-07-15i#108348: support DateTimeWithTimezone in user defined Document PropertiesMichael Stahl1-2/+2
2013-06-27fdo#66171 ListBox correctly save empty or zero BoundColumnLionel Elie Mamane3-6/+12
2013-06-27Resolves: #i121162# ImageScaleMode constants should be in UPPERCASEAriel Constenla-Haile1-5/+5
2013-06-03fix for unused return value.Noel Grandin1-1/+1
2013-04-23fdo#46808, convert form::Forms to new styleNoel Grandin2-2/+1
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane5-18/+22
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-04-15fdo#60724 successfull -> successfulThomas Arnhold1-1/+1
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák38-636/+636
2013-04-02Some cppcheck cleaningJulien Nabet1-2/+1
2013-03-25xmloff/source/forms/strings.cxx no longer relevantStephan Bergmann1-28/+0
2013-03-20simplify OUString assignmentsChr. Rossmanith1-1/+1
2013-03-09Work around -Werror=unused-local-typedefs from comphelper/stl_types.hxxStephan Bergmann1-3/+2
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck2-3/+3
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold2-2/+2
2013-03-01xmloff: remove no longer needed XMLFORM_CONSTASCII_STRING macroMiklos Vajna10-262/+252
2013-02-26undo removal of RTL_CONSTASCII_STRINGPARAM in strings.hxxChr. Rossmanith1-1/+1
2013-02-26removed RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith6-13/+13
2013-02-25remove some trivial duplicatesThomas Arnhold1-1/+0
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2013-02-12fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin1-1/+2
2013-02-11fdo#46808, Adapt document::XML*BasicExporter UNO services to new styleNoel Grandin1-1/+1
2012-12-28xmloff: mostly kill CONSTASCII_STRINGPARAM usageMiklos Vajna2-3/+2
2012-12-10use PCH for LO headers in xmloff tooLuboš Luňák2-9/+9
2012-12-10PCH for xmloff, including LO headersLuboš Luňák5-22/+24
2012-12-06fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new styleNoel Grandin2-17/+8
2012-11-15re-base on ALv2 code. Includes:Michael Meeks27-618/+378