summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-02-09Also fix other Ring ctorStephan Bergmann1-2/+1
2015-02-09sw: another LONG_MAX fed into LogicToPixelMichael Stahl1-1/+1
2015-02-09Resolves: fdo#88933 Labeling of images impossible without categoryCaolán McNamara2-4/+11
2015-02-09LOK: add LOK_CALLBACK_TEXT_SELECTION and implement it in swMiklos Vajna2-1/+19
2015-02-09lok::Document::postMouseEvent(): allow double-clickMiklos Vajna2-3/+3
2015-02-09Don't hide cursor for Android anymore - makes cursor events workTomaž Vajngerl1-5/+5
2015-02-09Combine DBG_UTIL and header version of Stt{End}CrsrMoveTomaž Vajngerl2-9/+8
2015-02-09SwView: SelectShell() is needed on Android, tooMiklos Vajna1-2/+0
2015-02-09SwDLL: RegisterInterfaces() is needed on Android, tooMiklos Vajna1-1/+1
2015-02-09SwVisCrsr::Show: ignore VisArea() in case of tiled renderingMiklos Vajna2-4/+2
2015-02-09Add LOK_CALLBACK_INVALIDATE_VISIBLE_CURSORMiklos Vajna1-0/+9
2015-02-08sw: make sure that these headers are self-containedMiklos Vajna4-3/+9
2015-02-08Extract SfxItemSet::dumpAsXml() from swMiklos Vajna1-23/+7
2015-02-07ww8 export: indentation fixesMiklos Vajna2-16/+15
2015-02-07Unused 'using namespace ::comphelper'Miklos Vajna1-7/+3
2015-02-07Unused includeMiklos Vajna1-1/+0
2015-02-07loplugin:deletedspecialStephan Bergmann57-353/+242
2015-02-07Fixup --without-x buildRiccardo Magliocchetti2-2/+3
2015-02-06Simplify CSS1Expression::GetColor for CSS1_RGB caseMatteo Casalin1-27/+9
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage7-19/+20
2015-02-06fdo#39440: remove redundant checks and breaksJuan Picca2-6/+1
2015-02-06Extract SwNumRuleTbl::dumpAsXml() from docnodeMiklos Vajna2-12/+8
2015-02-06tdf#76291 unit test for html export href encodingVasily Melenchuk2-0/+9
2015-02-06coverity#1267635 Logically dead codeCaolán McNamara1-6/+6
2015-02-06coverity#1267636 Logically dead codeCaolán McNamara1-3/+6
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2-6/+6
2015-02-06bnc#637947 improve DrawingML export of custom shapesAndras Timar3-18/+29
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara3-9/+6
2015-02-05don't relatively move FAR_AWAY things away from FAR_AWAYCaolán McNamara1-1/+5
2015-02-05Remove uses of deprecated salhelper/refobj.hxxStephan Bergmann4-4/+7
2015-02-05sw: fix ASAN detected error in RtfSdrExport::Commit()Michael Stahl1-1/+2
2015-02-05tdf#60739 code factorisationMichaël Lefèvre7-40/+19
2015-02-05tdf#60739 code factorisationMichaël Lefèvre7-30/+17
2015-02-05Updated all precompiled headers.Ashod Nakashian4-17/+16
2015-02-04Resolves: tdf#Crash when clicking the Reminder icon on the Navigation toolbarCaolán McNamara2-6/+13
2015-02-04Resolves: fdo#68137 crash in traversing script fieldsCaolán McNamara1-1/+6
2015-02-04Extract SwNumRule::dumpAsXml() from docnodeMiklos Vajna2-12/+10
2015-02-04Don't downcast from Ring<T> base class ctor/dtor to derived class TStephan Bergmann1-16/+16
2015-02-04tdf#88854 crash on opening drop capsCaolán McNamara1-1/+3
2015-02-04coverity#1266467 Dereference null return valueCaolán McNamara1-1/+1
2015-02-04coverity#1266468 Dereference null return valueCaolán McNamara1-0/+3
2015-02-04coverity#1266469 Dereference null return valueCaolán McNamara1-3/+4
2015-02-04coverity#1266472 Dereference null return valueCaolán McNamara1-5/+8
2015-02-04coverity#735915 Dereference after null checkCaolán McNamara1-3/+3
2015-02-04coverity#708922 Use after freeCaolán McNamara1-0/+4
2015-02-04sw: convert legacy assertions in mmconfigitem.cxxMichael Stahl1-9/+9
2015-02-03Typo: selction/slection -> selectionJulien Nabet4-4/+4
2015-02-03xmloff: write character borders in the extension namespace for nowMiklos Vajna1-1/+0
2015-02-03CppunitTest_sw_odfexport: fix non-charborder-related issues in charborder.odtMiklos Vajna2-1/+1
2015-02-03tdf#88811 SwXText::convertToTextFrame: handle shapes anchored to usMiklos Vajna3-3/+44