summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-02-11Resolves: tdf#70062 avoid crash on ungrouping "ac char" groupCaolán McNamara3-15/+39
2015-02-11OSL_ENSURE->assert when followed by unconditional dereferenceCaolán McNamara1-2/+2
2015-02-11Related: tdf#70062 keep drawing anchor objects sortedCaolán McNamara5-17/+62
2015-02-11sw: identation fixes in swparrtfMiklos Vajna1-22/+18
2015-02-10OSL_ENSURE -> assert when followed by unconditional dereferenceCaolán McNamara1-4/+4
2015-02-10Resolves: tdf#87083 images in help html stuck at default placeholder sizeCaolán McNamara2-16/+41
2015-02-10coverity#1267646 coverity#1267641: sw: logically dead codeMichael Stahl1-24/+21
2015-02-10coverity#1267654: sw: logically dead code in SwCrsrShell::GoNextCell()Michael Stahl1-2/+0
2015-02-10coverity#1267666: logically dead code in SwUndo::CanRepeat()Michael Stahl1-1/+0
2015-02-10coverity#1267639: logically dead code in SwUndo::UndoWithContext()Michael Stahl1-1/+0
2015-02-10coverity#1267638: logically dead code in SwUndo::RedoWithContext()Michael Stahl1-1/+0
2015-02-10coverity#1267637: logically dead code in SwUndo::Repeat()Michael Stahl1-1/+0
2015-02-10Resolves: tdf#83073 use loaded graphic's width/height as defaultsCaolán McNamara1-25/+37
2015-02-10Extract SwNodes::dumpAsXml() from nodedumpMiklos Vajna3-13/+11
2015-02-09sw: avoid temporary object creation to build GraphicPrimitive2DPierre-Eric Pelloux-Prayer1-1/+1
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