summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Expand)AuthorAgeFilesLines
* -Werror,-Wunused-private-fieldStephan Bergmann2016-06-241-17/+1
* loplugin:singlevalfields in xmlhelp,xmloffNoel Grandin2016-06-2411-95/+20
* Simplify dynamic_cast followed by a static_cast.Jan Holesovsky2016-06-231-9/+5
* Introduce FillAutoStyle() method to reduce copy'n'paste.Jan Holesovsky2016-06-235-72/+27
* Simplify dynamic_cast followed by a static_cast.Jan Holesovsky2016-06-221-13/+12
* Simplify dynamic_cast followed by a static_cast.Jan Holesovsky2016-06-211-49/+36
* Simplify dynamic_cast followed by a static_cast.Jan Holesovsky2016-06-211-11/+7
* GSoC Table Styles, Export Cell StylesJakub Trzebiatowski2016-06-204-30/+164
* convert DBG_ASSERT in xmloffNoel Grandin2016-06-1753-151/+151
* tdf#97837 Detect delimiter only for date, time, currencyLaurent Balland-Poirier2016-06-161-8/+12
* tdf#88206 Change use of cppu::WeakImplHelper*krishna keshav2016-06-141-1/+2
* convert more DBG_ASSERT(false to SAL_WARNNoel Grandin2016-06-125-12/+12
* convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin2016-06-121-1/+1
* o3tl::tryGet on a temporary is dangerousStephan Bergmann2016-06-1025-106/+106
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-091-4/+1
* tdf#89329: use unique_ptr for pImpl in xmlnumfeXisco Fauli2016-06-061-3/+2
* remove some manual ref counting in svx and xmloffNoel Grandin2016-06-064-70/+19
* remove some manual ref-countingNoel Grandin2016-06-061-11/+3
* tdf#96099 Reduce number of typedefs used for trivial container typeskrishna keshav2016-06-031-3/+2
* Convert FontRights to scoped enumNoel Grandin2016-06-031-1/+1
* New o3tl::try/doGet to obtain value from AnyStephan Bergmann2016-06-0226-145/+173
* drop some more RTL_CONSTASCII_USTRINGPARAMNoel Grandin2016-06-022-36/+36
* teach refcounting clang plugin about uno::ReferenceNoel Grandin2016-05-311-1/+1
* Choose ODF version for fill-characterLaurent Balland-Poirier2016-05-301-4/+11
* prevent out of bounds string accessEike Rathke2016-05-311-2/+3
* tdf#99661 Add max-denominator-value attribute to number:fractionLaurent Balland-Poirier2016-05-303-25/+100
* Choose ODF version for min-decimal-place and force-exponent-signLaurent Balland-Poirier2016-05-302-12/+30
* tdf#100134 xmloff: only update the progressbar twice for every percentMiklos Vajna2016-05-301-3/+8
* cppcheck: variable scopeCaolán McNamara2016-05-262-9/+11
* 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