summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Expand)AuthorAgeFilesLines
* coverity#1267635 Logically dead codeCaolán McNamara2015-02-061-6/+6
* coverity#1267636 Logically dead codeCaolán McNamara2015-02-061-3/+6
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-062-6/+6
* bnc#637947 improve DrawingML export of custom shapesAndras Timar2015-02-063-18/+29
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-053-9/+6
* don't relatively move FAR_AWAY things away from FAR_AWAYCaolán McNamara2015-02-051-1/+5
* Remove uses of deprecated salhelper/refobj.hxxStephan Bergmann2015-02-054-4/+7
* sw: fix ASAN detected error in RtfSdrExport::Commit()Michael Stahl2015-02-051-1/+2
* tdf#60739 code factorisationMichaël Lefèvre2015-02-057-40/+19
* tdf#60739 code factorisationMichaël Lefèvre2015-02-057-30/+17
* Updated all precompiled headers.Ashod Nakashian2015-02-054-17/+16
* Resolves: tdf#Crash when clicking the Reminder icon on the Navigation toolbarCaolán McNamara2015-02-042-6/+13
* Resolves: fdo#68137 crash in traversing script fieldsCaolán McNamara2015-02-041-1/+6
* Extract SwNumRule::dumpAsXml() from docnodeMiklos Vajna2015-02-042-12/+10
* Don't downcast from Ring<T> base class ctor/dtor to derived class TStephan Bergmann2015-02-041-16/+16
* tdf#88854 crash on opening drop capsCaolán McNamara2015-02-041-1/+3
* coverity#1266467 Dereference null return valueCaolán McNamara2015-02-041-1/+1
* coverity#1266468 Dereference null return valueCaolán McNamara2015-02-041-0/+3
* coverity#1266469 Dereference null return valueCaolán McNamara2015-02-041-3/+4
* coverity#1266472 Dereference null return valueCaolán McNamara2015-02-041-5/+8
* coverity#735915 Dereference after null checkCaolán McNamara2015-02-041-3/+3
* coverity#708922 Use after freeCaolán McNamara2015-02-041-0/+4
* sw: convert legacy assertions in mmconfigitem.cxxMichael Stahl2015-02-041-9/+9
* Typo: selction/slection -> selectionJulien Nabet2015-02-034-4/+4
* xmloff: write character borders in the extension namespace for nowMiklos Vajna2015-02-031-1/+0
* CppunitTest_sw_odfexport: fix non-charborder-related issues in charborder.odtMiklos Vajna2015-02-032-1/+1
* tdf#88811 SwXText::convertToTextFrame: handle shapes anchored to usMiklos Vajna2015-02-033-3/+44
* Update for CJK numbered list enhancement.Mark Hung2015-02-035-1/+26
* Use offapi constants instead of hardcoded magic constantMichael Stahl2015-02-031-1/+4
* tdf#77241: sw: fix creation of field data source stringMichael Stahl2015-02-031-1/+2
* WaE: unused variable 'rects'Tor Lillqvist2015-02-031-0/+6
* Don't call touch_ui_*() API that are no-ops anywayTor Lillqvist2015-02-032-4/+9
* Typo: comparision->comparisonJulien Nabet2015-02-031-1/+1
* seeing as it assumed it was non-null since day 0, so can weCaolán McNamara2015-02-021-6/+3
* sw: don't expose RSID as-is in optcomparisonMiklos Vajna2015-02-021-3/+3
* fixup: use sal macros to force 64 bit integerLionel Elie Mamane2015-02-021-1/+5
* tdf#88899: sw: fix expanding of SwDocInfoField with DateTimeMichael Stahl2015-02-021-1/+1
* unwind the casts to initial entry pointsCaolán McNamara2015-02-027-55/+34
* coverity#705106 rearrange the assert and conditionCaolán McNamara2015-02-021-5/+3
* oox: 89 DPI is not such a great defaultMiklos Vajna2015-02-021-19/+10
* tdf#68183 sw: config option for disabling the creation of automatic RSID marksMiklos Vajna2015-02-027-2/+82
* callcatcher: remove some unused methodsCaolán McNamara2015-02-022-29/+5
* coverity#1242653 Untrusted loop boundCaolán McNamara2015-02-021-5/+12
* tdf#76291 write encoded URL as href in html outputVasily Melenchuk2015-02-021-1/+3
* RTF export: need to take care of fill attributes when building the color tableMiklos Vajna2015-02-023-0/+16
* Extract SfxUndoManager::dumpAsXml() from swMiklos Vajna2015-02-012-15/+0
* sw::mark::MarkManager: make it possible to generate a default ctorMiklos Vajna2015-02-011-6/+6
* writerfilter: import paragraph color as fill attributesMiklos Vajna2015-02-012-6/+10
* Extract SfxUndoAction::dumpAsXml() from swMiklos Vajna2015-01-311-19/+1
* tdf#88583 MSWordExportBase: fix handling of paragraph background colorMiklos Vajna2015-01-313-0/+15