summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
2016-09-13sw: emit LOK_CALLBACK_TEXT_VIEW_SELECTION as part of registerCallback()Miklos Vajna2-9/+21
2016-09-13sw: emit LOK_CALLBACK_VIEW_CURSOR_VISIBLE as part of registerCallback()Miklos Vajna1-0/+3
2016-09-13sw: implement SdrMarkView::GetSfxViewShell() APIMiklos Vajna3-1/+9
2016-09-02sw lok: avoid hiding / showing sdr mark handles on focus changeMiklos Vajna1-2/+5
2016-09-01Resolves: tdf#100094 hyperlink tabpage put hyperlink name in wrong fieldCaolán McNamara1-1/+1
2016-09-01Revert "fftester: non-contiguous cells"Michael Stahl1-10/+13
2016-09-01fftester: empty tabbox protectionCaolán McNamara1-0/+2
2016-09-01Resolves: tdf#100901 crash pressing tab in r-o document with hyperlinkCaolán McNamara1-1/+3
2016-09-01CppunitTest_sw_filters_test: fix ASan buildMiklos Vajna1-1/+2
2016-09-01sfx2 lok: introduce SfxViewShell::NotifyCursor()Miklos Vajna3-4/+24
2016-08-30sw: use SwModule::GetRedlineAuthor() in SwTextShell::ExecField()Miklos Vajna1-4/+3
2016-08-30sw lok: emit REDLINE_TABLE_ENTRY_MODIFIED when deleting self-added charactersMiklos Vajna1-0/+1
2016-08-30Emit notification to a LibreOfficeKit client also when a redline is modifiedTor Lillqvist1-6/+42
2016-08-19sw redlines: expose description as part of the UNO/LOK APIMiklos Vajna3-1/+12
2016-08-19sw lok: add callbacks for redline table insertion / removalMiklos Vajna3-4/+50
2016-08-19sw: remove never read SwViewShell::mbInLibreOfficeKitCallbackMiklos Vajna2-4/+2
2016-08-19sw: fix indentation in DocumentRedlineManager::AppendRedline()Miklos Vajna1-4/+4
2016-08-19tdf#101592 sw: track changes state is doc-specific, not view-specificMiklos Vajna1-0/+8
2016-08-19sw: fix accepting/rejecting a change by index when cursor is not at a redlineMiklos Vajna1-3/+6
2016-08-19sw redlining: support per-view authorsMiklos Vajna4-0/+30
2016-08-18sw: allow accept/reject of redline by indexMiklos Vajna1-3/+17
2016-08-16sw lok: limit undo/redo in SwDrawTextShellMiklos Vajna3-3/+64
2016-08-15sw undo: add a Repair argument to the .uno:Undo/Redo commandsMiklos Vajna3-3/+33
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