summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin2-4/+2
2017-07-14xmloff: ODF export: fix redundant setting of GraphicStreamURL swappingMichael Stahl1-4/+7
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin27-64/+63
2017-07-14tdf#108824 Save "Mouse pointer visible" propertySamuel Mehrbrodt1-2/+2
2017-07-13loplugin:oncevar: empty strings: xmloffStephan Bergmann6-13/+10
2017-07-12loplugin:useuniqueptr in xmloffNoel Grandin2-4/+4
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin1-1/+1
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin1-1/+1
2017-07-11simplify some OUString::concat usageNoel Grandin1-4/+3
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin3-5/+5
2017-07-11simplify some OUString::copy callsNoel Grandin1-4/+2
2017-07-11use more range-for on uno::SequenceNoel Grandin2-20/+10
2017-07-11Helper function to cast to FastAttributeList:Mohammed Abdul Azeem2-2/+2
2017-07-10Adding an overloaded IsXMLToken method:Mohammed Abdul Azeem1-0/+11
2017-07-10simplify some OUString compareTo callsNoel Grandin4-6/+6
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-07-07xmloff: Updated XMLTextListBlockContext to insert elements before NumRulesVarun Dhall2-4/+4
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2-4/+4
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke3-8/+2
2017-07-06use more begin()/end() for SequenceNoel Grandin5-35/+21
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-1/+1
2017-07-05xmloff: XMLTextStyleContext: remove property name constant membersMichael Stahl2-12/+12
2017-07-05new loplugin unnecessaryparenNoel Grandin11-17/+16
2017-07-04xmloff: prefix members of XMLTextStyleContextMichael Stahl1-41/+43
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke8-17/+12
2017-07-02loplugin:casttovoid: xmloffStephan Bergmann11-32/+6
2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin1-3/+0
2017-06-29Added find function to FastAttributeList:Mohammed Abdul Azeem1-9/+15
2017-06-29improve refcounting lopluginNoel Grandin1-6/+6
2017-06-29Using range-for instead of iterator loop:Mohammed Abdul Azeem1-9/+5
2017-06-28loplugin:oncevar in xmloffNoel Grandin24-103/+42
2017-06-27Using fast tokens directly:Mohammed Abdul Azeem4-5/+5
2017-06-27xmloff: remove duplicate XML_NAMESPACE_##prefix##_IDX macrosMichael Stahl1-1/+1
2017-06-25tdf#107584: Load/save page background transparencyKatarina Behrens1-0/+1
2017-06-21convert ErrCode to strong typedefNoel Grandin9-13/+13
2017-06-20Remove useless if() conditionEike Rathke1-9/+6
2017-06-20Resolves: tdf#107438 write <text:sender-initials> for fieldsEike Rathke1-17/+4
2017-06-18Fix typosAndrea Gelmini1-1/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke6-10/+0
2017-06-16loplugin:unusedfields xmlhelp..xmlsecurityNoel Grandin8-57/+2
2017-06-14use more SAL_N_ELEMENTS part 1Noel Grandin2-10/+7
2017-06-13tdf#103091 conditional style conditions not savedTroy Rollo4-1/+198
2017-06-13Reverse mapping fastToken to NamespaceURI:Mohammed Abdul Azeem2-85/+126
2017-06-12Fix typosAndrea Gelmini1-1/+1
2017-06-12cleanup unused css/frame/* includesJochen Nitschke13-15/+0
2017-06-08remove some unnecessary use of OUStringBufferNoel Grandin1-1/+1
2017-06-07Exporting EditEngine document into a buffer with ODF FilterVarun Dhall1-2/+3
2017-06-05typosJulien Nabet1-1/+1
2017-06-05Improved loplugin:cstylecast to reference types: xmloffStephan Bergmann4-5/+4
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin3-3/+4