summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Expand)AuthorAgeFilesLines
* XML number format: do not enquote space followed by minus, tdf#97837 follow-upEike Rathke2016-08-191-7/+9
* xmloff: forms import: convert relative xlink:href to absoluteMichael Stahl2016-08-091-1/+10
* tdf#97837 Detect delimiter only for date, time, currencyLaurent Balland-Poirier2016-06-161-8/+12
* prevent out of bounds string accessEike Rathke2016-05-301-2/+3
* tdf#100134 xmloff: only update the progressbar twice for every percentMiklos Vajna2016-05-301-3/+8
* Choose ODF version for min-decimal-place and force-exponent-signLaurent Balland-Poirier2016-05-302-12/+30
* Resolves: tdf#97879 loop in style hierarchy on odt loopCaolán McNamara2016-05-251-1/+7
* Convert XMLTextParagraphExport::FrameType to scoped enumNoel Grandin2016-05-251-9/+9
* Revert "remove some manual ref-counting"Noel Grandin2016-05-241-3/+11
* Convert XMLTextType to scoped enumNoel Grandin2016-05-248-36/+36
* remove some manual ref-countingNoel Grandin2016-05-241-11/+3
* clang-tidy misc-assign-operator-signatureNoel Grandin2016-05-201-1/+2
* loplugin:unusedmethods in writerfilter to xmloffNoel Grandin2016-05-197-69/+1
* clang-tidy modernize-make-uniqueNoel Grandin2016-05-191-4/+4
* clang-tidy modernize-make-sharedNoel Grandin2016-05-183-4/+4
* Fix typosAndrea Gelmini2016-05-161-1/+1
* clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin2016-05-1310-46/+37
* Convert SCA flags to scoped enumNoel Grandin2016-05-126-123/+131
* Convert EA flags to scoped enumNoel Grandin2016-05-123-22/+27
* Convert BA flags to scoped enumNoel Grandin2016-05-125-45/+52
* Fix bitmaskStephan Bergmann2016-05-121-1/+1
* Convert DA flags to scoped enumNoel Grandin2016-05-126-63/+69
* convert CCA flags to scoped enumNoel Grandin2016-05-128-215/+222
* Convert BOOL_ATTR to scoped enumNoel Grandin2016-05-123-18/+23
* Fix typosAndrea Gelmini2016-05-101-2/+2
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-104-0/+10
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-1015-28/+33
* tdf#38097 min numerator/denominator at least 1Laurent Balland-Poirier2016-05-091-3/+3
* tdf#88657 calculate denominator lengthLaurent Balland-Poirier2016-05-091-2/+4
* convert SfxStyleFamily to scoped enumNoel Grandin2016-05-091-2/+2
* xmloff: C++ is an imperative language, so let's write imperative loopsMichael Stahl2016-05-063-40/+15
* fix export crash test due to assert hit, tdf#61996 follow-upEike Rathke2016-05-041-1/+8
* use Any constructor instead of temporariesNoel Grandin2016-05-0451-746/+278
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-043-18/+16
* Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann2016-05-031-4/+2
* tdf#31449 Correctly test if fraction has no integer partLaurent Balland-Poirier2016-05-031-2/+2
* Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann2016-05-031-1/+1
* -Werror=maybe-uninitializedStephan Bergmann2016-05-031-2/+2
* use Any constructor for bool values, instead of temporary varsNoel Grandin2016-05-0321-240/+103
* Fix typos in codeAndrea Gelmini2016-05-012-16/+16
* Fix typosAndrea Gelmini2016-04-302-3/+3
* teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2016-04-288-93/+93
* simplifyStephan Bergmann2016-04-261-4/+2
* loplugin:salboolStephan Bergmann2016-04-261-1/+1
* tdf#98163 Flush ressources at CustomShapes during importArmin Le Grand2016-04-262-23/+23
* Kill comphelper::MakeMapStephan Bergmann2016-04-251-38/+25
* Fix typosAndrea Gelmini2016-04-223-3/+3
* loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann2016-04-214-15/+15
* new plugin stylepoliceNoel Grandin2016-04-214-15/+12
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-2043-166/+166