summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin2-6/+5
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin7-18/+18
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin6-17/+17
2017-08-15xmloff: fix crash on exporting non-loadable external image URLMichael Stahl1-2/+5
2017-08-14Using static_cast instead of dynamic_cast:Mohammed Abdul Azeem1-2/+3
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin5-25/+15
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin9-22/+14
2017-08-08loplugin:constantparamNoel Grandin1-26/+23
2017-08-07Use OUString::clearStephan Bergmann1-1/+1
2017-08-06tdf#87592 Consistent terminology for Master Slidesheiko tietze1-1/+1
2017-08-02remove unnecessary use of 'this->'Noel Grandin3-5/+5
2017-07-31add initial file format representation for data import featureMarkus Mohrhard2-0/+8
2017-07-28loplugin:constparams in xmloffNoel Grandin35-94/+94
2017-07-27tdf#109202 Add mimetype to image elementSamuel Mehrbrodt1-0/+26
2017-07-27correct some Date related typesJochen Nitschke1-1/+1
2017-07-26Mark SvXMLTokenMapEntry arrays as constantTakeshi Abe6-6/+7
2017-07-25Use isEmpty instead of getLengthSamuel Mehrbrodt1-1/+1
2017-07-25loplugin:unusedmethodsNoel Grandin4-60/+0
2017-07-25Typo: tyoe->typeJulien Nabet1-1/+1
2017-07-21Fix typosAndrea Gelmini1-2/+2
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke1-2/+2
2017-07-21xmloff: don't warn on future LO versions, SAL_INFO is enoughMichael Stahl1-1/+1
2017-07-20tdf#109228: FILESAVE: ODT: Anchor changed to 'to character' after RTTamás Zolnai1-0/+1
2017-07-20loplugin:constparams in xmloffNoel Grandin40-77/+74
2017-07-20tdf#109080 First page header/footer ODF (2/2)Luke Deller1-2/+2
2017-07-20revert fix typosThorsten Behrens1-1/+1
2017-07-20mxStatusIndicator is unusedNoel Grandin2-7/+0
2017-07-20mxStatusIndicator is unusedNoel Grandin2-9/+0
2017-07-20m_xExtHandler is unusedNoel Grandin2-13/+2
2017-07-19tdf#108824 Honor ODF default for "Mouse pointer visible" propertySamuel Mehrbrodt3-9/+18
2017-07-18Fix typosAndrea Gelmini1-1/+1
2017-07-18tdf#109080 First page header/footer ODF (1/2)Luke Deller1-0/+2
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