summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)Author
2017-07-20revert fix typosThorsten Behrens
2017-07-20mxStatusIndicator is unusedNoel Grandin
2017-07-20mxStatusIndicator is unusedNoel Grandin
2017-07-20m_xExtHandler is unusedNoel Grandin
2017-07-19tdf#108824 Honor ODF default for "Mouse pointer visible" propertySamuel Mehrbrodt
2017-07-18Fix typosAndrea Gelmini
2017-07-18tdf#109080 First page header/footer ODF (1/2)Luke Deller
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin
2017-07-14xmloff: ODF export: fix redundant setting of GraphicStreamURL swappingMichael Stahl
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin
2017-07-14tdf#108824 Save "Mouse pointer visible" propertySamuel Mehrbrodt
2017-07-13loplugin:oncevar: empty strings: xmloffStephan Bergmann
2017-07-12loplugin:useuniqueptr in xmloffNoel Grandin
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin
2017-07-11simplify some OUString::concat usageNoel Grandin
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin
2017-07-11simplify some OUString::copy callsNoel Grandin
2017-07-11use more range-for on uno::SequenceNoel Grandin
2017-07-11Helper function to cast to FastAttributeList:Mohammed Abdul Azeem
2017-07-10Adding an overloaded IsXMLToken method:Mohammed Abdul Azeem
2017-07-10simplify some OUString compareTo callsNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-07xmloff: Updated XMLTextListBlockContext to insert elements before NumRulesVarun Dhall
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-07-06use more begin()/end() for SequenceNoel Grandin
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin
2017-07-05xmloff: XMLTextStyleContext: remove property name constant membersMichael Stahl
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-04xmloff: prefix members of XMLTextStyleContextMichael Stahl
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-07-02loplugin:casttovoid: xmloffStephan Bergmann
2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin
2017-06-29Added find function to FastAttributeList:Mohammed Abdul Azeem
2017-06-29improve refcounting lopluginNoel Grandin
2017-06-29Using range-for instead of iterator loop:Mohammed Abdul Azeem
2017-06-28loplugin:oncevar in xmloffNoel Grandin
2017-06-27Using fast tokens directly:Mohammed Abdul Azeem
2017-06-27xmloff: remove duplicate XML_NAMESPACE_##prefix##_IDX macrosMichael Stahl
2017-06-25tdf#107584: Load/save page background transparencyKatarina Behrens
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-20Remove useless if() conditionEike Rathke
2017-06-20Resolves: tdf#107438 write <text:sender-initials> for fieldsEike Rathke
2017-06-18Fix typosAndrea Gelmini
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-16loplugin:unusedfields xmlhelp..xmlsecurityNoel Grandin
2017-06-14use more SAL_N_ELEMENTS part 1Noel Grandin
2017-06-13tdf#103091 conditional style conditions not savedTroy Rollo
2017-06-13Reverse mapping fastToken to NamespaceURI:Mohammed Abdul Azeem