summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Expand)AuthorAgeFilesLines
* Clean up remaining C-style casts among void pointersStephan Bergmann2015-03-291-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-2827-110/+110
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-269-22/+22
* also import and export to ODF the new databar propertyMarkus Mohrhard2015-03-241-0/+2
* loplugin:constantfunction: xmloffNoel Grandin2015-03-243-41/+15
* TyposJulien Nabet2015-03-231-1/+1
* use ODFSaneDefaultVersion to determine if and how to store exponent-intervalEike Rathke2015-03-221-12/+3
* introduce SvXMLExport::getSaneDefaultVersion()Eike Rathke2015-03-221-0/+9
* use SvXMLExport::getDefaultVersion()Eike Rathke2015-03-221-2/+2
* write exponent-interval only for 1.2+ and later, tdf#30716 follow-upEike Rathke2015-03-221-3/+19
* read both, XML_NAMESPACE_LO_EXT and XML_NAMESPACE_NUMBER, tdf#30716 follow-upEike Rathke2015-03-221-1/+1
* tdf#30716 start Engineering notation: implement exponent-intervalLaurent Balland-Poirier2015-03-223-5/+56
* Char highlight: ODT filtersZolnai Tamás2015-03-212-2/+25
* Related tdf#50133: Wrong underlining in ReportsJulien Nabet2015-03-191-1/+3
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-172-2/+33
* Typo: elemet->elementJulien Nabet2015-03-131-1/+1
* V803 decreased performance postfix incrementMichael Stahl2015-03-131-1/+1
* Enhancement tdf#87972 : Cannot repeat items labels on a pivot tableDeena Francis2015-03-121-0/+1
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-115-58/+34
* V801: Decreased performanceCaolán McNamara2015-03-0914-68/+68
* tdf#50133: Wrong underlining in ReportsJulien Nabet2015-03-081-1/+1
* V813: Decreased performanceCaolán McNamara2015-03-041-4/+4
* TyposJulien Nabet2015-03-031-1/+1
* make this a bit less crypticDavid Tardon2015-03-011-10/+8
* remove duplicate lineDavid Tardon2015-03-011-1/+0
* i assume this is what is wantedDavid Tardon2015-03-011-1/+1
* cppcheck: redundantAssignmentCaolán McNamara2015-02-261-14/+3
* remove NUMBERFORMAT_ constantsNoel Grandin2015-02-252-32/+32
* Change var name: propertie->propertyStateJulien Nabet2015-02-181-129/+129
* Missing includeStephan Bergmann2015-02-181-0/+4
* boost->stdCaolán McNamara2015-02-178-77/+77
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-163-265/+250
* cppcheck: cstyleCastCaolán McNamara2015-02-102-3/+3
* cppcheck: variableScopeCaolán McNamara2015-02-101-2/+4
* xmloff: replace legacy DBG_WARNINGsMichael Stahl2015-02-097-13/+9
* OFormsRootImport::CreateChildContext: survive a missing css.form.FormsMiklos Vajna2015-02-091-1/+9
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-063-7/+6
* Revert "ODF export: don't write invalid "group-name" attribute"Lionel Elie Mamane2015-02-052-4/+6
* Revert "xmloff: dead code gives MSVC fits"Lionel Elie Mamane2015-02-051-0/+30
* Updated all precompiled headers.Ashod Nakashian2015-02-052-1/+7
* xmloff: write character borders in the extension namespace for nowMiklos Vajna2015-02-031-38/+68
* Resolves: #i114416# use default service name for scroll bar...Tsutomu Uchino2015-02-012-0/+7
* Use vector::dataStephan Bergmann2015-01-281-2/+1
* remove unused typedefsNoel Grandin2015-01-282-3/+0
* Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann2015-01-265-0/+5
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-264-16/+16
* fix 64-bit build after OUStringBuffer changeMichael Stahl2015-01-232-3/+3
* sal: try to avoid abuse of OUStringBuffer(int) ctorMichael Stahl2015-01-231-1/+1
* Some more loplugin:cstylecast: xmloffStephan Bergmann2015-01-201-1/+1
* fdo#39440 reduce scope of local variablesMichael Weghorn2015-01-197-12/+10