summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2017-03-24tdf#75369 Start Center: Non-installed applications aren't greyed outAkshay Deep2-0/+22
2017-03-17tdf#106488 - workaround to disable un-necessary locking for the kit.Michael Meeks1-0/+5
2017-03-15LOK: Calc: invalidation on insert imageMarco Cecchetti1-0/+9
2017-02-08Resolves: tdf#104884 print preview replaces the frame controllerCaolán McNamara1-0/+14
2017-02-08tdf#105011, tdf#104795: copy string until its end if there's no commaJulien Nabet1-2/+4
2017-02-08usageinfo causes one of our more frequent fedora 25 crashesCaolán McNamara1-2/+10
2017-02-08tdf#62625 - reopen temp stream to readBasic .xls VBAJustin Luth1-1/+2
2017-02-01Build the json message a much less expensive way.cp-5.1-18Jan Holesovsky1-10/+4
2017-01-23lok: Listen for state change events for cell alignment commandsPranav Kant1-1/+4
2016-12-22coverity#1371337 Dereference null return valueCaolán McNamara1-2/+6
2016-12-16lok: Fix state feedback for ToggleMergeCellsPranav Kant1-2/+13
2016-12-16lok: Sort ascending/descending is enabled/disabled statePranav Kant1-4/+4
2016-10-21Revert "CppunitTest_desktop_lib: add ModifiedStatus callback testcase"Miklos Vajna1-3/+1
2016-10-04comphelper: move setTiledPainting() from SfxViewShellMiklos Vajna1-17/+1
2016-10-01Resolves: tdf#100670 Crash in: sfx2::sidebar::Panel::SetExpanded(bool)Caolán McNamara1-9/+11
2016-09-29LOK: conditionally include part number in invalidation payloadMiklos Vajna1-0/+12
2016-09-28sw: avoid emitting invalid cursor pos during end text edit of commentMiklos Vajna1-0/+5
2016-09-20sw: emit LOK_CALLBACK_STATE_CHANGED when cursor enters/leaves a redlineMiklos Vajna1-1/+2
2016-09-16sfx2: add SfxLokHelper::getViewIdsMiklos Vajna1-0/+14
2016-09-16lok::Document: rename getViews() to getViewsCount()Miklos Vajna1-2/+2
2016-09-14sfx2: use range-based for loop in lokhelperMiklos Vajna1-4/+2
2016-09-14sw draw text: emit LOK_CALLBACK_INVALIDATE_VIEW_CURSOR from registerCallback()Miklos Vajna1-0/+9
2016-09-09Fixed several WerrorsMarco Cecchetti1-2/+0
2016-09-01sfx2: nullptr pViewShell was seen in SfxLokHelper::getView()Miklos Vajna1-0/+4
2016-09-01sfx2 lok: introduce SfxViewShell::NotifyCursor()Miklos Vajna2-14/+21
2016-08-19sw: remove never read SwViewShell::mbInLibreOfficeKitCallbackMiklos Vajna2-0/+16
2016-08-19tdf#101592 sw: track changes state is doc-specific, not view-specificMiklos Vajna1-1/+2
2016-08-17editeng: introduce OutlinerViewShell::NotifyOtherViews()Miklos Vajna1-0/+6
2016-08-15sw undo: add a Repair argument to the .uno:Undo/Redo commandsMiklos Vajna2-3/+19
2016-08-15sfx2: make SfxLokHelper::setView() set also the active frameMiklos Vajna1-0/+10
2016-08-01sfx2: introduce SfxViewShell::GetViewShellId()Miklos Vajna3-23/+17
2016-07-29sw layout xml dump: mention SfxViewShell addressesMiklos Vajna1-0/+8
2016-07-21sfx2 lok: expose part number in SfxLokHelper::notifyOtherViews()Miklos Vajna2-0/+7
2016-07-21sfx2 lok: handle when SfxViewFrame::Current() returns nullptrMiklos Vajna1-15/+2
2016-07-21tdf#100600 sfx2 classification: never replace the control with labelMiklos Vajna1-1/+3
2016-07-21svx lok: add LOK_CALLBACK_GRAPHIC_VIEW_SELECTIONMiklos Vajna1-0/+2
2016-07-20LOK: change back type of view ids to intMiklos Vajna1-8/+27
2016-07-20Remove unused SfxObjectShell::libreOfficeKitCallback()Miklos Vajna1-5/+0
2016-07-20sw lok: add LOK_CALLBACK_TEXT_VIEW_SELECTIONMiklos Vajna1-0/+25
2016-07-20sfx2 lok: fix missing view cursors in a new viewMiklos Vajna2-1/+10
2016-07-20sfx2: implement per-view LOK_CALLBACK_CONTEXT_MENUMiklos Vajna2-121/+6
2016-07-20sw lok: add LOK_CALLBACK_INVALIDATE_VIEW_CURSORMiklos Vajna1-3/+9
2016-07-20LOK: change type of view ids to uintptr_tMiklos Vajna1-34/+34
2016-07-20comphelper lok: remove the g_bViewCallback globalMiklos Vajna2-20/+4
2016-07-20convert more DBG_ASSERT(false to SAL_WARNNoel Grandin4-9/+9
2016-07-20convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin5-5/+6
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann7-8/+8
2016-07-20use Any constructor instead of temporariesNoel Grandin7-26/+11
2016-07-20Fix typosAndrea Gelmini4-5/+5
2016-07-20Avoid reserved identifiersStephan Bergmann3-18/+18