summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-20Fix typosAndrea Gelmini9-11/+11
2016-07-20unnecessary use of OUString constructorNoel Grandin2-2/+2
2016-07-20Fix typosAndrea Gelmini20-28/+28
2016-07-20tdf#95505 Dump usage stats to text fileAybuke Ozdemir1-0/+2
2016-07-20sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin1-1/+1
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2-5/+5
2016-07-19Fix a warning when DontTerminateEdit is mentionedPranav Kant2-0/+4
2016-07-18Resolves: tdf#100910 yes/no doesn't clear bgCaolán McNamara1-2/+2
2016-07-14sc lok: add more toolbar itemsHenry Castro1-4/+6
2016-07-13Resolves: tdf#88396 switching to sidebar panel will toggle it *off*...Caolán McNamara3-5/+41
2016-07-13Resolves: tdf#100692 crash in sidebar on deleting image from writerCaolán McNamara1-3/+3
2016-07-12sfx2: clean up no longer needed SfxObjectShell::isTiledRendering()Miklos Vajna1-6/+0
2016-07-12Bin silly 'STATIC DATA' commentsTor Lillqvist5-12/+0
2016-07-12sfx2: bring the view shell's LOK callback up to date with SdrModelMiklos Vajna2-0/+27
2016-07-12sfx2: implement per-view LOK_CALLBACK_CONTEXT_MENUMiklos Vajna1-2/+10
2016-07-12lok context menu: Include uno commands for submenus tooPranav Kant1-0/+2
2016-07-12lok context menu: Handle the case we only get the slot-id.Jan Holesovsky1-1/+8
2016-07-12lok context menu: Expose the disabled commands too.Jan Holesovsky1-32/+19
2016-07-12lok context menu: Expose context menuPranav Kant1-3/+123
2016-07-12coverity#1355501 Dereference after null checkCaolán McNamara1-1/+1
2016-07-12Use menu URLs for context menu interceptionMaxim Monastirsky1-1/+2
2016-07-12Context menus were never destructedMaxim Monastirsky1-0/+4
2016-07-12tdf#93837 sfx2: Allow loading xml menus by resource nameMaxim Monastirsky1-29/+35
2016-07-12nConfigId is always 0Maxim Monastirsky1-6/+3
2016-07-12tdf#93837 Adapt sfx2 to use xml based context menusMaxim Monastirsky3-1/+108
2016-07-12loplugin:unusedfields variousNoel Grandin4-7/+2
2016-07-12Remove excess newlinesChris Sherlock102-816/+0
2016-07-12sfx2: implement per-view LOK_CALLBACK_STATE_CHANGEDMiklos Vajna1-5/+21