summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2016-09-14sw draw text: emit LOK_CALLBACK_VIEW_LOCK from registerCallback()Miklos Vajna2-0/+11
2016-09-14sw draw text: emit LOK_CALLBACK_TEXT_VIEW_SELECTION from registerCallback()Miklos Vajna2-0/+15
2016-09-14sw draw text: emit LOK_CALLBACK_INVALIDATE_VIEW_CURSOR from registerCallback()Miklos Vajna2-6/+54
2016-09-14sw: emit LOK_CALLBACK_GRAPHIC_VIEW_SELECTION as part of registerCallback()Miklos Vajna2-3/+10
2016-09-13sw: emit LOK_CALLBACK_TEXT_VIEW_SELECTION as part of registerCallback()Miklos Vajna4-10/+59
2016-09-13sw: emit LOK_CALLBACK_VIEW_CURSOR_VISIBLE as part of registerCallback()Miklos Vajna2-0/+11
2016-09-13sw: implement SdrMarkView::GetSfxViewShell() APIMiklos Vajna4-1/+39
2016-09-02sw lok: avoid hiding / showing sdr mark handles on focus changeMiklos Vajna3-2/+46
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 Stahl2-10/+13
2016-09-01fftester: empty tabbox protectionCaolán McNamara2-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 Vajna6-6/+31
2016-08-30sw: use SwModule::GetRedlineAuthor() in SwTextShell::ExecField()Miklos Vajna2-4/+12
2016-08-30sw lok: emit REDLINE_TABLE_ENTRY_MODIFIED when deleting self-added charactersMiklos Vajna3-2/+34
2016-08-30Emit notification to a LibreOfficeKit client also when a redline is modifiedTor Lillqvist2-16/+46
2016-08-19sw redlines: expose description as part of the UNO/LOK APIMiklos Vajna4-1/+13
2016-08-19sw lok: add callbacks for redline table insertion / removalMiklos Vajna4-5/+81
2016-08-19sw: remove never read SwViewShell::mbInLibreOfficeKitCallbackMiklos Vajna3-6/+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 Vajna2-3/+38
2016-08-19sw redlining: support per-view authorsMiklos Vajna6-0/+62
2016-08-18sw: allow accept/reject of redline by indexMiklos Vajna3-7/+52
2016-08-17LOK unit tests: document what is a view callbackMiklos Vajna1-0/+1
2016-08-17editeng: introduce OutlinerViewShell::NotifyOtherViews()Miklos Vajna1-0/+43
2016-08-16sw lok: limit undo/redo in SwDrawTextShellMiklos Vajna5-3/+106
2016-08-15sw undo: add a Repair argument to the .uno:Undo/Redo commandsMiklos Vajna5-3/+79
2016-08-15sfx2: make SfxLokHelper::setView() set also the active frameMiklos Vajna1-0/+37
2016-08-10sw lok: limit undo/redo access to undo actions created by the same viewMiklos Vajna8-16/+78
2016-08-03editeng: track view shells in SfxListUndoActionsMiklos Vajna1-0/+32
2016-08-03editeng: implement SfxUndoAction::GetViewShellId() interface in EditUndoMiklos Vajna1-0/+31
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 Vajna39-125/+164
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 Vajna3-3/+21
2016-07-29tdf#101168 sw: fix missing repaint on undo with multiple windowsMiklos Vajna2-4/+44
2016-07-29sw: rename generic rSh in SwBaseShell::ExecUndo()Miklos Vajna1-8/+8
2016-07-27svx lok: draw text edits in all viewsMiklos Vajna1-0/+35
2016-07-22sw: add new LOK_CALLBACK_VIEW_LOCK callbackMiklos Vajna3-1/+64
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 Vajna3-7/+17
2016-07-21CppunitTest_sw_tiledrendering: blind stack-use-after-return fixMiklos Vajna1-0/+4
2016-07-21lok::Document::destroyView: clean up view cursors/selectionsMiklos Vajna2-1/+57
2016-07-21sw lok: fix shape text editing with multiple viewsMiklos Vajna1-6/+3
2016-07-21sw lok: add LOK_CALLBACK_VIEW_CURSOR_VISIBLEMiklos Vajna2-4/+48
2016-07-20sw lok: mix missing invalidation due to page calc in visible cursor changeMiklos Vajna2-2/+51
2016-07-20Remove unused SfxObjectShell::libreOfficeKitCallback()Miklos Vajna2-6/+0