summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-09-30Calc: implemented parallel cell text editingMarco Cecchetti1-1/+20
2016-09-29LOK: conditionally include part number in invalidation payloadMiklos Vajna3-4/+14
2016-09-28sw: avoid emitting invalid cursor pos during end text edit of commentMiklos Vajna1-0/+2
2016-09-22lok::Document::getCommandValues: expose sw redline author colorsMiklos Vajna1-0/+7
2016-09-20disable generation of ole previews in ODF format until after loadCaolán McNamara1-0/+16
2016-09-16sfx2: add SfxLokHelper::getViewIdsMiklos Vajna3-0/+23
2016-09-16LOK: tile rendering regression fixAshod Nakashian1-0/+12
2016-09-16lok::Document: rename getViews() to getViewsCount()Miklos Vajna3-9/+9
2016-09-15Revert "LOK: we use callbacks latch for not missing messages sent very early"Marco Cecchetti2-15/+0
2016-09-14sw draw text: emit LOK_CALLBACK_TEXT_VIEW_SELECTION from registerCallback()Miklos Vajna1-0/+2
2016-09-14sw draw text: emit LOK_CALLBACK_INVALIDATE_VIEW_CURSOR from registerCallback()Miklos Vajna3-0/+6
2016-09-11LOK: we use callbacks latch for not missing messages sent very earlyMarco Cecchetti2-0/+15
2016-09-10Revert "LOK: we use callbacks latch for not missing messages sent very early"Marco Cecchetti2-20/+3
2016-09-09LOK: we use callbacks latch for not missing messages sent very earlyMarco Cecchetti2-3/+20
2016-09-02sd lok: implement SfxViewShell::NotifyCursor() APIMiklos Vajna2-3/+3
2016-09-02svx: move GetSfxViewShell() to SdrMarkViewMiklos Vajna2-3/+4
2016-09-01Resolves: tdf#88953 byref args incorrectly passed in basic->c++Caolán McNamara1-0/+2
2016-09-01sfx2 lok: introduce SfxViewShell::NotifyCursor()Miklos Vajna2-0/+4
2016-08-31sc lok: implement getCommandValues(.uno:AcceptTrackedChanges) APIMiklos Vajna1-0/+8
2016-08-30Emit notification to a LibreOfficeKit client also when a redline is modifiedTor Lillqvist1-0/+23
2016-08-19sw redlines: expose description as part of the UNO/LOK APIMiklos Vajna1-0/+1
2016-08-19sw lok: add callbacks for redline table insertion / removalMiklos Vajna1-0/+24
2016-08-19sw: remove never read SwViewShell::mbInLibreOfficeKitCallbackMiklos Vajna1-0/+4
2016-08-19gtktiledviewer: specify author name when calling initializeForRendering()Miklos Vajna1-1/+3
2016-08-17editeng: introduce OutlinerViewShell::NotifyOtherViews()Miklos Vajna2-0/+4
2016-08-16unused class: drawinglayer::primitive3d::Primitive3DContainercp-5.1-4Andras Timar1-17/+0
2016-08-10LOK init: strcpy() -> strncpy()Miklos Vajna1-4/+5
2016-08-09desktop: add undo/redo support to lok::Document::getCommandValues()Miklos Vajna1-0/+6
2016-08-05LOK init: avoid non-inline function definition in header fileMiklos Vajna1-5/+5
2016-08-05svl: track creation time of SfxUndoAction instancesMiklos Vajna1-0/+5
2016-08-04svx: track view shell id in SdrUndoActionMiklos Vajna1-3/+5
2016-08-03editeng: implement SfxUndoAction::GetViewShellId() interface in EditUndoMiklos Vajna1-0/+3
2016-08-03editeng: make SfxUndoAction::GetViewShellId() interface availableMiklos Vajna3-12/+12
2016-08-02svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-3/+5
2016-08-02svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna1-2/+2
2016-08-01svl: add SfxUndoAction::GetViewShellId()Miklos Vajna1-0/+2
2016-08-01sfx2: introduce SfxViewShell::GetViewShellId()Miklos Vajna1-0/+1
2016-07-29Need to try to avoid TDR also with NVIDIA cards on Windows 7 or earlierLaszlo Nemeth1-1/+1
2016-07-29sw layout xml dump: mention SfxViewShell addressesMiklos Vajna1-0/+1
2016-07-28svx: fix loplugin:nullptrMiklos Vajna1-1/+1
2016-07-28svx lok: fix handling of text edit drawing when view/page changesMiklos Vajna1-1/+3
2016-07-28svx lok: avoid SfxViewShell::Current() during constructing a new view shellMiklos Vajna1-0/+4
2016-07-22sw: add new LOK_CALLBACK_VIEW_LOCK callbackMiklos Vajna1-0/+16
2016-07-21sd lok: fix hard to select a full tableHenry Castro1-1/+1
2016-07-21sd lok: decouple vcl window focus from cursor visibilityMiklos Vajna2-4/+4
2016-07-21sfx2 lok: expose part number in SfxLokHelper::notifyOtherViews()Miklos Vajna1-0/+2
2016-07-21sw lok: add LOK_CALLBACK_VIEW_CURSOR_VISIBLEMiklos Vajna1-0/+16
2016-07-21svx lok: add LOK_CALLBACK_GRAPHIC_VIEW_SELECTIONMiklos Vajna1-0/+16
2016-07-20sc lok: add LOK_CALLBACK_CELL_VIEW_CURSORMiklos Vajna1-1/+16
2016-07-20LOK: change back type of view ids to intMiklos Vajna2-9/+8