summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-25coverity#1266501 Unused valueCaolán McNamara
2015-01-25coverity#1266507 Useless callCaolán McNamara
2015-01-25coverity#1266508 Useless call (gold)Caolán McNamara
2015-01-25coverity#1266513 Useless callCaolán McNamara
2015-01-25Retrieve sub-OUStrings without unnecessary copyingMatteo Casalin
2015-01-25Fix selection handling in SwTable::IsTblComplexForChartMatteo Casalin
2015-01-25Use more proper integer typesMatteo Casalin
2015-01-25sal_uInt16 to size_t, avoid unneeded OUString temporaryMatteo Casalin
2015-01-24Move sw::mark::MarkManager::dumpAsXml() out of docnodeMiklos Vajna
2015-01-24long should be fine hereMatteo Casalin
2015-01-24Group common code (multiplication/division/type conversion)Matteo Casalin
2015-01-24cppcheck: scope can be reducedCaolán McNamara
2015-01-24there's no way that cast is rightCaolán McNamara
2015-01-24coverity#1265805 Dereference null return valueCaolán McNamara
2015-01-24coverity#1265800 Dereference null return valueCaolán McNamara
2015-01-24coverity#1265792 Dereference after null checkCaolán McNamara
2015-01-24This cast is complete rubbish of courseCaolán McNamara
2015-01-24Use more proper integer typesMatteo Casalin
2015-01-24sal_uInt16 to size_type/sal_Int32, and avoid unneeded downcastsMatteo Casalin
2015-01-23remove manual iteration in SwViewShellBjoern Michaelsen
2015-01-23do not use manual iterationBjoern Michaelsen
2015-01-23do not use manual iterationBjoern Michaelsen
2015-01-23do not use manual iterationBjoern Michaelsen
2015-01-23do not use manual iterationBjoern Michaelsen
2015-01-23do not use manual iterationBjoern Michaelsen
2015-01-23do not use manual iterationBjoern Michaelsen
2015-01-23do not use manual iterationBjoern Michaelsen
2015-01-23do not use manual iterationBjoern Michaelsen
2015-01-23do not use manual iterationBjoern Michaelsen
2015-01-23do not use manual iterationBjoern Michaelsen
2015-01-23do not use manual iterationBjoern Michaelsen
2015-01-23do not use manual iterationBjoern Michaelsen
2015-01-23do not use manual iterationBjoern Michaelsen
2015-01-23do not use manual iterationBjoern Michaelsen
2015-01-23Related: fdo#78599 wrong methodCaolán McNamara
2015-01-23make writer build againCaolán McNamara
2015-01-23'Ownership' is one word, as is 'relationship'Tor Lillqvist
2015-01-23Related: fdo#78599 ensure RegisterFormat is called before SetModifiedCaolán McNamara
2015-01-23sw: SwpHintsArray::Contains() cannot call CHECKMichael Stahl
2015-01-23just use the returned ref, don't get its addressCaolán McNamara
2015-01-23valgrind invalid read after delete in rhbz499052-1.htmlCaolán McNamara
2015-01-23sw: redo check in SwFEShell::FindAnchorPos() a bit (related: fdo#87760)Michael Stahl
2015-01-23Factor out SfxPoolItem::dumpAsXml() from swMiklos Vajna
2015-01-22Resolves: fdo#87760 if we can't anchor at hidden text then...Caolán McNamara
2015-01-22Related: fdo#87760 don't crash on searching for a place to put the anchorCaolán McNamara
2015-01-22::rtl::OUString->OUStringCaolán McNamara
2015-01-22Resolves: fdo#88378 flipping by reversing co-ord system no longer worksCaolán McNamara
2015-01-22writerfilter: DOCX import: better error handling than "catch (...) {}"Michael Stahl
2015-01-22loplugin:stringconstantStephan Bergmann