summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2016-11-21ODF: do not write an empty style:text-position="" attribute for CharEscapementEike Rathke1-1/+1
2016-10-13catch the exception to prevent broken charts, tdf#98690Markus Mohrhard1-2/+9
2016-09-09Resolves: tdf#101963 loading zh-TW ROC calendar use EE|E instead of YYYY|YYEike Rathke1-2/+8
2016-09-01Resolves: tdf#100182 index entries lost on saveCaolán McNamara1-0/+1
2016-08-16XML number format: do not enquote space followed by minus, tdf#97837 follow-upEike Rathke1-7/+9
2016-08-09xmloff: forms import: convert relative xlink:href to absoluteMichael Stahl1-1/+10
2016-06-16tdf#97837 Detect delimiter only for date, time, currencyLaurent Balland-Poirier1-8/+12
2016-05-30prevent out of bounds string accessEike Rathke1-2/+3
2016-05-30tdf#100134 xmloff: only update the progressbar twice for every percentMiklos Vajna1-3/+8
2016-05-30Choose ODF version for min-decimal-place and force-exponent-signLaurent Balland-Poirier2-12/+30
2016-05-25Resolves: tdf#97879 loop in style hierarchy on odt loopCaolán McNamara1-1/+7
2016-05-25Convert XMLTextParagraphExport::FrameType to scoped enumNoel Grandin1-9/+9
2016-05-24Revert "remove some manual ref-counting"Noel Grandin1-3/+11
2016-05-24Convert XMLTextType to scoped enumNoel Grandin8-36/+36
2016-05-24remove some manual ref-countingNoel Grandin1-11/+3
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin1-1/+2
2016-05-19loplugin:unusedmethods in writerfilter to xmloffNoel Grandin7-69/+1
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin1-4/+4
2016-05-18clang-tidy modernize-make-sharedNoel Grandin3-4/+4
2016-05-16Fix typosAndrea Gelmini1-1/+1
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin10-46/+37
2016-05-12Convert SCA flags to scoped enumNoel Grandin6-123/+131
2016-05-12Convert EA flags to scoped enumNoel Grandin3-22/+27
2016-05-12Convert BA flags to scoped enumNoel Grandin5-45/+52
2016-05-12Fix bitmaskStephan Bergmann1-1/+1
2016-05-12Convert DA flags to scoped enumNoel Grandin6-63/+69
2016-05-12convert CCA flags to scoped enumNoel Grandin8-215/+222
2016-05-12Convert BOOL_ATTR to scoped enumNoel Grandin3-18/+23
2016-05-10Fix typosAndrea Gelmini1-2/+2
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann4-0/+10
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann15-28/+33
2016-05-09tdf#38097 min numerator/denominator at least 1Laurent Balland-Poirier1-3/+3
2016-05-09tdf#88657 calculate denominator lengthLaurent Balland-Poirier1-2/+4
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-2/+2
2016-05-06xmloff: C++ is an imperative language, so let's write imperative loopsMichael Stahl3-40/+15
2016-05-04fix export crash test due to assert hit, tdf#61996 follow-upEike Rathke1-1/+8
2016-05-04use Any constructor instead of temporariesNoel Grandin51-746/+278
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann3-18/+16
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann1-4/+2
2016-05-03tdf#31449 Correctly test if fraction has no integer partLaurent Balland-Poirier1-2/+2
2016-05-03Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann1-1/+1
2016-05-03-Werror=maybe-uninitializedStephan Bergmann1-2/+2
2016-05-03use Any constructor for bool values, instead of temporary varsNoel Grandin21-240/+103
2016-05-01Fix typos in codeAndrea Gelmini2-16/+16
2016-04-30Fix typosAndrea Gelmini2-3/+3
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin8-93/+93
2016-04-26simplifyStephan Bergmann1-4/+2
2016-04-26loplugin:salboolStephan Bergmann1-1/+1
2016-04-26tdf#98163 Flush ressources at CustomShapes during importArmin Le Grand2-23/+23
2016-04-25Kill comphelper::MakeMapStephan Bergmann1-38/+25