summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2016-06-14tdf#88206 Change use of cppu::WeakImplHelper*krishna keshav1-1/+2
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin5-12/+12
2016-06-12convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin1-1/+1
2016-06-10o3tl::tryGet on a temporary is dangerousStephan Bergmann25-106/+106
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko1-4/+1
2016-06-06tdf#89329: use unique_ptr for pImpl in xmlnumfeXisco Fauli1-3/+2
2016-06-06remove some manual ref counting in svx and xmloffNoel Grandin4-70/+19
2016-06-06remove some manual ref-countingNoel Grandin1-11/+3
2016-06-03tdf#96099 Reduce number of typedefs used for trivial container typeskrishna keshav1-3/+2
2016-06-03Convert FontRights to scoped enumNoel Grandin1-1/+1
2016-06-02New o3tl::try/doGet to obtain value from AnyStephan Bergmann26-145/+173
2016-06-02drop some more RTL_CONSTASCII_USTRINGPARAMNoel Grandin2-36/+36
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-1/+1
2016-05-30Choose ODF version for fill-characterLaurent Balland-Poirier1-4/+11
2016-05-31prevent out of bounds string accessEike Rathke1-2/+3
2016-05-30tdf#99661 Add max-denominator-value attribute to number:fractionLaurent Balland-Poirier3-25/+100
2016-05-30Choose ODF version for min-decimal-place and force-exponent-signLaurent Balland-Poirier2-12/+30
2016-05-30tdf#100134 xmloff: only update the progressbar twice for every percentMiklos Vajna1-3/+8
2016-05-26cppcheck: variable scopeCaolán McNamara2-9/+11
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