summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)Author
2015-02-07Unused 'using namespace ::comphelper'Miklos Vajna
2015-02-07Unused includeMiklos Vajna
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-06Simplify CSS1Expression::GetColor for CSS1_RGB caseMatteo Casalin
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2015-02-06fdo#39440: remove redundant checks and breaksJuan Picca
2015-02-06Extract SwNumRuleTbl::dumpAsXml() from docnodeMiklos Vajna
2015-02-06coverity#1267635 Logically dead codeCaolán McNamara
2015-02-06coverity#1267636 Logically dead codeCaolán McNamara
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-02-05don't relatively move FAR_AWAY things away from FAR_AWAYCaolán McNamara
2015-02-05Remove uses of deprecated salhelper/refobj.hxxStephan Bergmann
2015-02-05sw: fix ASAN detected error in RtfSdrExport::Commit()Michael Stahl
2015-02-05tdf#60739 code factorisationMichaël Lefèvre
2015-02-05tdf#60739 code factorisationMichaël Lefèvre
2015-02-04Resolves: tdf#Crash when clicking the Reminder icon on the Navigation toolbarCaolán McNamara
2015-02-04Resolves: fdo#68137 crash in traversing script fieldsCaolán McNamara
2015-02-04Extract SwNumRule::dumpAsXml() from docnodeMiklos Vajna
2015-02-04tdf#88854 crash on opening drop capsCaolán McNamara
2015-02-04coverity#1266467 Dereference null return valueCaolán McNamara
2015-02-04coverity#1266468 Dereference null return valueCaolán McNamara
2015-02-04coverity#1266469 Dereference null return valueCaolán McNamara
2015-02-04coverity#1266472 Dereference null return valueCaolán McNamara
2015-02-04coverity#735915 Dereference after null checkCaolán McNamara
2015-02-04coverity#708922 Use after freeCaolán McNamara
2015-02-04sw: convert legacy assertions in mmconfigitem.cxxMichael Stahl
2015-02-03Typo: selction/slection -> selectionJulien Nabet
2015-02-03tdf#88811 SwXText::convertToTextFrame: handle shapes anchored to usMiklos Vajna
2015-02-03Update for CJK numbered list enhancement.Mark Hung
2015-02-03Use offapi constants instead of hardcoded magic constantMichael Stahl
2015-02-03tdf#77241: sw: fix creation of field data source stringMichael Stahl
2015-02-03WaE: unused variable 'rects'Tor Lillqvist
2015-02-03Don't call touch_ui_*() API that are no-ops anywayTor Lillqvist
2015-02-02seeing as it assumed it was non-null since day 0, so can weCaolán McNamara
2015-02-02fixup: use sal macros to force 64 bit integerLionel Elie Mamane
2015-02-02tdf#88899: sw: fix expanding of SwDocInfoField with DateTimeMichael Stahl
2015-02-02unwind the casts to initial entry pointsCaolán McNamara
2015-02-02coverity#705106 rearrange the assert and conditionCaolán McNamara
2015-02-02tdf#68183 sw: config option for disabling the creation of automatic RSID marksMiklos Vajna
2015-02-02callcatcher: remove some unused methodsCaolán McNamara
2015-02-02coverity#1242653 Untrusted loop boundCaolán McNamara
2015-02-02tdf#76291 write encoded URL as href in html outputVasily Melenchuk
2015-02-02RTF export: need to take care of fill attributes when building the color tableMiklos Vajna
2015-02-01Extract SfxUndoManager::dumpAsXml() from swMiklos Vajna
2015-02-01sw::mark::MarkManager: make it possible to generate a default ctorMiklos Vajna
2015-02-01writerfilter: import paragraph color as fill attributesMiklos Vajna
2015-01-31Extract SfxUndoAction::dumpAsXml() from swMiklos Vajna
2015-01-31tdf#88583 MSWordExportBase: fix handling of paragraph background colorMiklos Vajna
2015-01-30coverity#1267672 Unchecked dynamic_castCaolán McNamara