summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2016-07-08loplugin:redundantcast: redundant static_casts in xmloffStephan Bergmann1-1/+1
2016-07-07tdf#83360 avoid inconsistent connector path dataArmin Le Grand1-0/+50
2016-07-07Simplify a bit by using return iterator from vector erase funcJulien Nabet1-6/+3
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann17-38/+38
2016-07-07GSoC Writer Table Styles ImportJakub Trzebiatowski6-41/+193
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen6-6/+6
2016-06-30loplugin:unusedfieldsNoel Grandin2-4/+0
2016-06-28loplugin:singlevalfields in variousNoel Grandin1-8/+4
2016-06-27ODF import: add embedded pdf supportMiklos Vajna1-1/+5
2016-06-24-Werror,-Wunused-private-fieldStephan Bergmann1-17/+1
2016-06-24loplugin:singlevalfields in xmlhelp,xmloffNoel Grandin11-95/+20
2016-06-23Simplify dynamic_cast followed by a static_cast.Jan Holesovsky1-9/+5
2016-06-23Introduce FillAutoStyle() method to reduce copy'n'paste.Jan Holesovsky5-72/+27
2016-06-22Simplify dynamic_cast followed by a static_cast.Jan Holesovsky1-13/+12
2016-06-21Simplify dynamic_cast followed by a static_cast.Jan Holesovsky1-49/+36
2016-06-21Simplify dynamic_cast followed by a static_cast.Jan Holesovsky1-11/+7
2016-06-20GSoC Table Styles, Export Cell StylesJakub Trzebiatowski4-30/+164
2016-06-17convert DBG_ASSERT in xmloffNoel Grandin53-151/+151
2016-06-16tdf#97837 Detect delimiter only for date, time, currencyLaurent Balland-Poirier1-8/+12
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