summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
2016-08-10sw lok: limit undo/redo access to undo actions created by the same viewMiklos Vajna5-12/+38
2016-08-03editeng: make SfxUndoAction::GetViewShellId() interface availableMiklos Vajna1-1/+1
2016-08-02svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna3-2/+25
2016-08-01sw undo: implement SfxUndoAction::GetViewShellId() interfaceMiklos Vajna38-124/+157
2016-07-29Related: tdf#100813 crash in this doc on scrolling past page 44Caolán McNamara1-2/+2
2016-07-29sw layout xml dump: mention SfxViewShell addressesMiklos Vajna2-3/+19
2016-07-29tdf#101168 sw: fix missing repaint on undo with multiple windowsMiklos Vajna1-4/+8
2016-07-29sw: rename generic rSh in SwBaseShell::ExecUndo()Miklos Vajna1-8/+8
2016-07-22sw: add new LOK_CALLBACK_VIEW_LOCK callbackMiklos Vajna2-0/+16
2016-07-22sc: provide size in the payload of LOK_CALLBACK_DOCUMENT_SIZE_CHANGEDMiklos Vajna1-2/+2
2016-07-21sfx2 lok: expose part number in SfxLokHelper::notifyOtherViews()Miklos Vajna2-7/+15
2016-07-21lok::Document::destroyView: clean up view cursors/selectionsMiklos Vajna1-0/+7
2016-07-21sw lok: fix shape text editing with multiple viewsMiklos Vajna1-6/+3
2016-07-21sw lok: add LOK_CALLBACK_VIEW_CURSOR_VISIBLEMiklos Vajna1-2/+7
2016-07-20sw lok: mix missing invalidation due to page calc in visible cursor changeMiklos Vajna1-1/+3
2016-07-20Remove unused SfxObjectShell::libreOfficeKitCallback()Miklos Vajna1-4/+0
2016-07-20Remove no longer needed ImpEditView::mpLibreOfficeKitSearchableMiklos Vajna1-12/+0
2016-07-20sw lok: add LOK_CALLBACK_TEXT_VIEW_SELECTIONMiklos Vajna1-20/+3
2016-07-20Remove no longer needed vcl::ITiledRenderable::registerCallback()Miklos Vajna1-4/+0
2016-07-20Remove no longer needed SdrModel::libreOfficeKitCallback()Miklos Vajna3-24/+2
2016-07-20sw lok: add LOK_CALLBACK_INVALIDATE_VIEW_CURSORMiklos Vajna2-11/+22
2016-07-20sw: prefix members of SwWriteTableMiklos Vajna3-148/+148
2016-07-20comphelper lok: remove the g_bViewCallback globalMiklos Vajna9-91/+21
2016-07-20Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann5-1/+9
2016-07-20Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann4-0/+5
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann84-184/+205
2016-07-20use Any constructor instead of temporariesNoel Grandin10-73/+27
2016-07-20Fix typosAndrea Gelmini2-5/+5
2016-07-20tdf#99352 - Some VclPtrs leak past DeInitVCLNoel Grandin3-6/+6
2016-07-20tdf#84938 convert INV_ constants to scoped enumNoel Grandin7-50/+58
2016-07-20svx: remove unused SdrModel::getLibreOfficeKitCallback()Miklos Vajna1-6/+0
2016-07-20sw: we don't have space to spell out "focus" in ShLooseFcs...Michael Stahl6-14/+14
2016-07-20loplugin:commaoperator in sw/Noel Grandin80-216/+620
2016-07-20svx: SdrModel::mbTiledRendering is never readMiklos Vajna1-2/+0
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-20vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-07-20sw: remove no longer used SwViewShell::setTiledRendering()Miklos Vajna2-9/+0
2016-07-20Fix typosAndrea Gelmini12-14/+14
2016-07-20Autocompletion: complete year (part) to current dateLászló Németh1-0/+31
2016-07-20unnecessary use of OUString constructorNoel Grandin5-12/+12
2016-07-20vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock22-42/+42
2016-07-20sw, sd, sc: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna1-6/+0
2016-07-20loplugin:unusedmethods unused return value in include/editengNoel Grandin4-7/+4
2016-07-20Fix typosAndrea Gelmini95-110/+110
2016-07-20new loplugin rangedforcopy - use reference in range based forAndrzej Hunt4-4/+4
2016-07-20sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin1-2/+1
2016-07-20sw: clean up no longer needed SwViewShell::isTiledRendering()Miklos Vajna2-13/+7
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-1/+1
2016-07-13tdf#99090 docx export page-break only inside a paragraphJustin Luth2-1/+19
2016-07-13Resolves: tdf#100813 crash during pagination of particular docxCaolán McNamara1-0/+3