summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-22Fix typosAndrea Gelmini3-3/+3
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann4-15/+15
2016-04-21new plugin stylepoliceNoel Grandin4-15/+12
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann43-166/+166
2016-04-20tdf#97567 xmloff: use programmatic name for imported automatic style.Mark Hung1-0/+10
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin19-54/+45
2016-04-18clean-up: unused using declarations and includesJochen Nitschke25-69/+0
2016-04-18Remove needless typedef from xmloff/source/style/impastpl.hxxRyan McCoskrie2-3/+2
2016-04-14loplugin:passstuffbyref in xmloffNoel Grandin6-7/+7
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke1-1/+0
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke4-9/+13
2016-04-12Avoid reserved identifiersStephan Bergmann1-16/+16
2016-04-12Avoid reserved identifiersStephan Bergmann1-3/+3
2016-04-12Avoid reserved identifiersStephan Bergmann1-14/+14
2016-04-12Avoid reserved identifierStephan Bergmann2-3/+3
2016-04-12Avoid reserved identifierStephan Bergmann1-2/+2
2016-04-12Fold elementimport_impl.hxx into elementimport.hxxStephan Bergmann2-112/+78
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke19-23/+0
2016-04-12clang-tidy performance-unnecessary-value-param in xmloffNoel Grandin30-58/+58
2016-04-11loplugin:constantparamNoel Grandin2-8/+6
2016-04-05loplugin:constantparam in xmloffNoel Grandin4-26/+9
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke7-7/+0
2016-04-01tdf#97966 Drop 'static' keywordsWastack6-11/+11
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-23/+23
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin1-5/+5
2016-03-29Avoid reserved identifiersStephan Bergmann27-206/+206
2016-03-16loplugin:defaultparamsTor Lillqvist1-3/+3
2016-03-16loplugin:constantparam in xmloff/Noel Grandin37-183/+127