summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-20Remove no longer needed ImpEditView::mpLibreOfficeKitSearchableMiklos Vajna2-14/+0
2016-07-20sw: add LOK_CALLBACK_TEXT_VIEW_SELECTION testcaseMiklos Vajna1-3/+38
2016-07-20sw lok: add LOK_CALLBACK_TEXT_VIEW_SELECTIONMiklos Vajna2-21/+4
2016-07-20Remove no longer needed vcl::ITiledRenderable::registerCallback()Miklos Vajna2-6/+0
2016-07-20sfx2 lok: fix missing view cursors in a new viewMiklos Vajna1-0/+60
2016-07-20Remove no longer needed SdrModel::libreOfficeKitCallback()Miklos Vajna4-29/+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-20comphelper: enable LibreOfficeKit::isViewCallback() by defaultMiklos Vajna1-11/+17
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