summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann1-3/+1
2017-02-12Various typos about propertyJulien Nabet1-1/+1
2017-02-10Further modifications to FastAttributeIter:Mohammed Abdul Azeem1-0/+11
2017-02-09xmloff: remove onDemandRescueUsefulDataFromTemporaryMichael Stahl4-82/+0
2017-02-09tdf#103567 xmloff: ODF import: fix more lossage on Writer framesMichael Stahl1-0/+29
2017-02-09xmloff: fix this CreateChildContext to be properly ignorantMichael Stahl1-1/+1
2017-02-08tdf#103567 xmloff: ODF import: fix loss of events on SVG multi-imageMichael Stahl2-0/+13
2017-02-08-Werror,-Wunused-private-fieldStephan Bergmann2-11/+5
2017-02-08loplugin:unusedenumconstants read-only constants in xmloffNoel Grandin12-59/+1
2017-02-06Add missing #includesStephan Bergmann3-0/+3
2017-02-03loplugin:unusedenumconstants in xmloffNoel Grandin7-18/+2
2017-02-03new loplugin:unusedenumconstantsNoel Grandin12-29/+11
2017-02-02xmloff: fix loplugin:stringconstantMiklos Vajna1-1/+1
2017-02-02fix linux buildNoel Grandin1-1/+1
2017-02-02expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin21-114/+52
2017-02-01loplugin:stringconstant handle calls to constructors with one argNoel Grandin1-1/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin3-16/+13
2017-01-30GetWasUsed can return by value, no need to be a special snowflakeNoel Grandin2-9/+9
2017-01-28coverity#1399595 Uninitialized scalar fieldCaolán McNamara1-0/+1
2017-01-28Resolves: coverity#1399594 Unchecked dynamic_castCaolán McNamara1-2/+2
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2-7/+6
2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin9-43/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann52-624/+286
2017-01-25ScXMLTableRowCellContext implements fast interfaces:Mohammed Abdul Azeem26-54/+147
2017-01-23just for non exported thingsCaolán McNamara4-0/+11
2017-01-23ditch some empty dtors which match the default dtorCaolán McNamara63-208/+4
2017-01-20can use truncate instead of a new OUStringBufferCaolán McNamara1-1/+1
2017-01-19New loplugin:dynexcspec: Add @throws documentation, xmloffStephan Bergmann4-36/+227
2017-01-19new loplugin: useuniqueptr: unotools..xmlscriptNoel Grandin5-16/+8
2017-01-17use rtl::Reference in SvXMLExportNoel Grandin1-16/+14
2017-01-11Some loplugin:conststringvar/stringconstant improvements: xmloffStephan Bergmann3-17/+13
2017-01-10New loplugin:conststringvar: xmloffStephan Bergmann2-10/+10
2017-01-09use (new) -mlong-jump-table-offsets on m68k for libxoRene Engelhard1-0/+6
2017-01-09New loplugin:externvar: xmloffStephan Bergmann18-59/+78
2017-01-07coverity#705098 Explicit null dereferencedCaolán McNamara1-1/+1
2017-01-07coverity#705097 Explicit null dereferencedCaolán McNamara1-1/+1
2017-01-06writerperfect, xmloff: fix loplugin:cppunitassertequals warningsMiklos Vajna1-3/+3
2016-12-17More blind fix attempt for MSVCStephan Bergmann1-11/+2
2016-12-17More blind fix attempt for MSVCStephan Bergmann1-5/+10
2016-12-17More blind fix attempt for MSVCStephan Bergmann1-1/+4
2016-12-17Blind fix for MSVCStephan Bergmann1-2/+3
2016-12-17Minor simplificationStephan Bergmann1-38/+17
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann1-1/+1
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin4-13/+13
2016-12-14remove local macroJochen Nitschke1-18/+12
2016-12-13tdf#95416 Fix includes for xmloffAdam Kasztenny2-1/+1
2016-12-12coverity#1397053 Logically dead code (golden)Caolán McNamara1-2/+2
2016-12-12coverity#704109 Unchecked return valueCaolán McNamara5-9/+9
2016-12-12coverity#704108 Unchecked return valueCaolán McNamara1-4/+4
2016-12-09xmloff: XMLChangeImportContext: replace boolean pair with proper enumMichael Stahl4-27/+28