Home
last modified time | relevance | path

Searched refs:GetBindings (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/trunk/main/sd/source/ui/view/
H A Ddrviewsf.cxx246 GetViewFrame()->GetBindings().SetVisibleState( SID_TRANSLITERATE_HALFWIDTH, sal_False ); in GetCtrlState()
247 GetViewFrame()->GetBindings().SetVisibleState( SID_TRANSLITERATE_FULLWIDTH, sal_False ); in GetCtrlState()
248 GetViewFrame()->GetBindings().SetVisibleState( SID_TRANSLITERATE_HIRAGANA, sal_False ); in GetCtrlState()
249 GetViewFrame()->GetBindings().SetVisibleState( SID_TRANSLITERATE_KATAGANA, sal_False ); in GetCtrlState()
253 GetViewFrame()->GetBindings().SetVisibleState( SID_TRANSLITERATE_HALFWIDTH, sal_True ); in GetCtrlState()
254 GetViewFrame()->GetBindings().SetVisibleState( SID_TRANSLITERATE_FULLWIDTH, sal_True ); in GetCtrlState()
255 GetViewFrame()->GetBindings().SetVisibleState( SID_TRANSLITERATE_HIRAGANA, sal_True ); in GetCtrlState()
256 GetViewFrame()->GetBindings().SetVisibleState( SID_TRANSLITERATE_KATAGANA, sal_True ); in GetCtrlState()
274 GetViewFrame()->GetBindings().SetVisibleState( SID_TRANSLITERATE_HALFWIDTH, sal_False ); in GetCtrlState()
275 GetViewFrame()->GetBindings().SetVisibleState( SID_TRANSLITERATE_FULLWIDTH, sal_False ); in GetCtrlState()
[all …]
H A Ddrviews6.cxx471 GetViewFrame()->GetBindings().Invalidate(SID_FONTWORK); in FuTemp04()
486 GetViewFrame()->GetBindings().Invalidate(SID_COLOR_CONTROL); in FuTemp04()
509 svx::ExtrusionBar::execute( mpDrawView, rReq, GetViewFrame()->GetBindings() ); in FuTemp04()
524 svx::FontworkBar::execute( mpDrawView, rReq, GetViewFrame()->GetBindings() ); in FuTemp04()
532 GetViewFrame()->GetBindings().Invalidate( SID_BMPMASK ); in FuTemp04()
542 GetViewFrame()->GetBindings().Invalidate( SID_GALLERY ); in FuTemp04()
558 GetViewFrame()->GetBindings().Invalidate(SID_NAVIGATOR); in FuTemp04()
575 GetViewFrame()->GetBindings().Invalidate(SID_ANIMATION_OBJECTS); in FuTemp04()
614 GetViewFrame()->GetBindings().Invalidate( SID_3D_WIN ); in FuTemp04()
669 GetViewFrame()->GetBindings().Invalidate( SID_AVMEDIA_PLAYER ); in FuTemp04()
[all …]
H A Ddrtxtob1.cxx126 … mpViewShell->GetViewFrame()->GetBindings().Invalidate( SID_STYLE_APPLY ); in Execute()
239 … mpViewShell->GetViewFrame()->GetBindings().Invalidate( SID_PREVIEW_STATE, sal_True, sal_False ); in Execute()
252 … mpViewShell->GetViewFrame()->GetBindings().Invalidate( SID_PREVIEW_STATE, sal_True, sal_False ); in Execute()
267 … mpViewShell->GetViewFrame()->GetBindings().Invalidate( SID_PREVIEW_STATE, sal_True, sal_False ); in Execute()
296 … mpViewShell->GetViewFrame()->GetBindings().Invalidate( SID_PREVIEW_STATE, sal_True, sal_False ); in Execute()
309 … mpViewShell->GetViewFrame()->GetBindings().Invalidate( SID_PREVIEW_STATE, sal_True, sal_False ); in Execute()
327 … mpViewShell->GetViewFrame()->GetBindings().Invalidate( SID_PREVIEW_STATE, sal_True, sal_False ); in Execute()
344 mpViewShell->GetViewFrame()->GetBindings().Invalidate( SID_ATTR_CHAR_FONTHEIGHT ); in Execute()
678 … mpViewShell->GetViewFrame()->GetBindings().Invalidate( SID_PREVIEW_STATE, sal_True, sal_False ); in Execute()
H A Doutlnvsh.cxx476 GetViewFrame()->GetBindings().SetVisibleState( SID_TRANSLITERATE_HALFWIDTH, sal_False ); in GetCtrlState()
477 GetViewFrame()->GetBindings().SetVisibleState( SID_TRANSLITERATE_FULLWIDTH, sal_False ); in GetCtrlState()
478 GetViewFrame()->GetBindings().SetVisibleState( SID_TRANSLITERATE_HIRAGANA, sal_False ); in GetCtrlState()
479 GetViewFrame()->GetBindings().SetVisibleState( SID_TRANSLITERATE_KATAGANA, sal_False ); in GetCtrlState()
487 GetViewFrame()->GetBindings().SetVisibleState( SID_TRANSLITERATE_HALFWIDTH, sal_True ); in GetCtrlState()
488 GetViewFrame()->GetBindings().SetVisibleState( SID_TRANSLITERATE_FULLWIDTH, sal_True ); in GetCtrlState()
489 GetViewFrame()->GetBindings().SetVisibleState( SID_TRANSLITERATE_HIRAGANA, sal_True ); in GetCtrlState()
490 GetViewFrame()->GetBindings().SetVisibleState( SID_TRANSLITERATE_KATAGANA, sal_True ); in GetCtrlState()
785 SfxBindings& rBindings = GetViewFrame()->GetBindings(); in IMPL_LINK()
1242 GetViewFrame()->GetBindings().Invalidate( SID_ATTR_ZOOM ); in SetZoom()
[all …]
H A Ddrviews1.cxx317 GetViewFrame()->GetBindings().Invalidate( SID_ATTR_ZOOM ); in SetZoom()
318 GetViewFrame()->GetBindings().Invalidate( SID_ATTR_ZOOMSLIDER ); in SetZoom()
331 GetViewFrame()->GetBindings().Invalidate( SID_ATTR_ZOOM ); in SetZoomRect()
332 GetViewFrame()->GetBindings().Invalidate( SID_ATTR_ZOOMSLIDER ); in SetZoomRect()
582 GetViewFrame()->GetBindings(), aWBits); in CreateHRuler()
616 GetViewFrame()->GetBindings(), aWBits); in CreateVRuler()
1256 SfxBindings& rBindings = GetViewFrame()->GetBindings(); in SwitchPage()
1391 GetViewFrame()->GetBindings().Invalidate( SID_MODIFYLAYER ); in ResetActualLayer()
1392 GetViewFrame()->GetBindings().Invalidate( SID_DELETE_LAYER ); in ResetActualLayer()
1405 GetViewFrame()->GetBindings().Execute( SID_CLOSEWIN ); in IMPL_LINK()
/trunk/main/sfx2/source/control/
H A Ddispatch.cxx305 SfxBindings *pBindings = GetBindings(); in Call_Impl()
434 SfxBindings* pBindings = GetBindings(); in ~SfxDispatcher()
527 SfxBindings* pBindings = GetBindings(); in Pop()
561 SfxBindings* pBindings = GetBindings(); in Pop()
587 SfxBindings* pBindings = GetBindings(); in IMPL_LINK_INLINE_START()
702 SfxBindings* SfxDispatcher::GetBindings() const in GetBindings() function in SfxDispatcher
717 return &pImp->pFrame->GetBindings(); in GetBindings()
767 SfxBindings* pBindings = GetBindings(); in DoActivate_Impl()
792 SfxBindings *pBind = GetBindings(); in DoActivate_Impl()
897 SfxBindings *pBind = GetBindings(); in DoDeactivate_Impl()
[all …]
H A Dshell.cxx377 pDispat->GetBindings()->Broadcast( SfxPoolItemHint( &aVoid ) ); in RemoveItem()
432 SfxBindings* pBindings = pDispat->GetBindings(); in PutItem()
607 Invalidate_Impl( GetViewShell()->GetViewFrame()->GetBindings(), nId ); in Invalidate()
1089 pViewSh->GetViewFrame()->GetDispatcher()->GetBindings(); in SFX_EXEC_STUB()
1143 GetBindings(); in SFX_EXEC_STUB()
1241 ((SfxDispatcher*) pArg)->GetBindings()->InvalidateAll(sal_False); in DispatcherUpdate_Impl()
/trunk/main/sc/source/ui/sidebar/
H A DAlignmentPropertyPanel.cxx203 GetBindings()->GetDispatcher()->Execute( in IMPL_LINK()
215 GetBindings()->GetDispatcher()->Execute( in IMPL_LINK()
227 GetBindings()->GetDispatcher()->Execute( in IMPL_LINK()
267 GetBindings()->GetDispatcher()->Execute(SID_H_ALIGNCELL, SFX_CALLMODE_RECORD, &aHorItem, 0L); in IMPL_LINK()
301 GetBindings()->GetDispatcher()->Execute(SID_V_ALIGNCELL, SFX_CALLMODE_RECORD, &aVerItem, 0L); in IMPL_LINK()
314 GetBindings()->GetDispatcher()->Execute(SID_ATTR_ALIGN_INDENT, SFX_CALLMODE_RECORD, &aItem, 0L); in IMPL_LINK()
328 GetBindings()->GetDispatcher()->Execute(FID_MERGE_ON, SFX_CALLMODE_RECORD); in IMPL_LINK()
330 GetBindings()->GetDispatcher()->Execute(FID_MERGE_OFF, SFX_CALLMODE_RECORD); in IMPL_LINK()
331 GetBindings()->Invalidate(FID_MERGE_TOGGLE,true,false); in IMPL_LINK()
343GetBindings()->GetDispatcher()->Execute(SID_ATTR_ALIGN_LINEBREAK, SFX_CALLMODE_RECORD, &aItem, 0L); in IMPL_LINK()
[all …]
H A DCellBorderStyleControl.cxx180 …mrCellAppearancePropertyPanel.GetBindings()->GetDispatcher()->Execute(SID_ATTR_BORDER_DIAG_BLTR, S… in IMPL_LINK()
181 …mrCellAppearancePropertyPanel.GetBindings()->GetDispatcher()->Execute(SID_ATTR_BORDER_DIAG_TLBR, S… in IMPL_LINK()
215 …mrCellAppearancePropertyPanel.GetBindings()->GetDispatcher()->Execute(SID_ATTR_BORDER, SFX_CALLMOD… in IMPL_LINK()
285 …mrCellAppearancePropertyPanel.GetBindings()->GetDispatcher()->Execute(SID_ATTR_BORDER, SFX_CALLMOD… in IMPL_LINK()
292 …mrCellAppearancePropertyPanel.GetBindings()->GetDispatcher()->Execute(SID_ATTR_BORDER_DIAG_BLTR, S… in IMPL_LINK()
299 …mrCellAppearancePropertyPanel.GetBindings()->GetDispatcher()->Execute(SID_ATTR_BORDER_DIAG_TLBR, S… in IMPL_LINK()
353 …mrCellAppearancePropertyPanel.GetBindings()->GetDispatcher()->Execute(SID_ATTR_BORDER, SFX_CALLMOD… in IMPL_LINK()
/trunk/main/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.cxx289 SfxBindings* ParaPropertyPanel::GetBindings() in GetBindings() function in svx::sidebar::ParaPropertyPanel
563 GetBindings()->Invalidate(SID_ATTR_PARA_ADJUST_LEFT,sal_True,sal_False); in initial()
564 GetBindings()->Invalidate(SID_ATTR_PARA_ADJUST_CENTER,sal_True,sal_False); in initial()
565 GetBindings()->Invalidate(SID_ATTR_PARA_ADJUST_RIGHT,sal_True,sal_False); in initial()
566 GetBindings()->Invalidate(SID_ATTR_PARA_ADJUST_BLOCK,sal_True,sal_False); in initial()
651 GetBindings()->GetDispatcher()->Execute(nSID, SFX_CALLMODE_RECORD, &aBoolItem, 0L); in IMPL_LINK()
688 GetBindings()->GetDispatcher()->Execute(nSID, SFX_CALLMODE_RECORD, &aBoolItem, 0L); in IMPL_LINK()
827GetBindings()->GetDispatcher()->Execute(SID_ATTR_PARA_ADJUST_LEFT, SFX_CALLMODE_RECORD, &aBoolItem… in IMPL_LINK()
837GetBindings()->GetDispatcher()->Execute(SID_ATTR_PARA_ADJUST_CENTER, SFX_CALLMODE_RECORD, &aBoolIt… in IMPL_LINK()
847GetBindings()->GetDispatcher()->Execute(SID_ATTR_PARA_ADJUST_RIGHT, SFX_CALLMODE_RECORD, &aBoolIte… in IMPL_LINK()
[all …]
/trunk/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx715 GetBindings()->GetDispatcher()->Execute( in IMPL_LINK()
733 GetBindings()->GetDispatcher()->Execute( in IMPL_LINK()
748 GetBindings()->GetDispatcher()->Execute( in IMPL_LINK()
755 GetBindings()->GetDispatcher()->Execute( in IMPL_LINK()
1100 SfxBindings* PosSizePropertyPanel::GetBindings() in GetBindings() function in svx::sidebar::PosSizePropertyPanel
1137GetBindings()->GetDispatcher()->Execute(SID_ATTR_TRANSFORM, SFX_CALLMODE_RECORD, &aWidthItem, &aHe… in executeSize()
1142GetBindings()->GetDispatcher()->Execute(SID_ATTR_TRANSFORM, SFX_CALLMODE_RECORD, &aWidthItem, &aHe… in executeSize()
1144GetBindings()->GetDispatcher()->Execute(SID_ATTR_TRANSFORM, SFX_CALLMODE_RECORD, &aWidthItem, &aPo… in executeSize()
1146GetBindings()->GetDispatcher()->Execute(SID_ATTR_TRANSFORM, SFX_CALLMODE_RECORD, &aHeightItem, &aP… in executeSize()
1176 GetBindings()->GetDispatcher()->Execute( in executePosX()
[all …]
/trunk/main/svx/source/sidebar/graphic/
H A DGraphicPropertyPanel.cxx213GetBindings()->GetDispatcher()->Execute(SID_ATTR_GRAF_LUMINANCE, SFX_CALLMODE_RECORD, &aBrightItem… in IMPL_LINK()
223GetBindings()->GetDispatcher()->Execute(SID_ATTR_GRAF_CONTRAST, SFX_CALLMODE_RECORD, &aContrastIte… in IMPL_LINK()
233GetBindings()->GetDispatcher()->Execute(SID_ATTR_GRAF_TRANSPARENCE, SFX_CALLMODE_RECORD, &aTransIt… in IMPL_LINK()
243GetBindings()->GetDispatcher()->Execute(SID_ATTR_GRAF_MODE, SFX_CALLMODE_RECORD, &aTransItem, 0L);
253 GetBindings()->GetDispatcher()->Execute(SID_ATTR_GRAF_RED, SFX_CALLMODE_RECORD, &aRedItem, 0L); in IMPL_LINK()
263GetBindings()->GetDispatcher()->Execute(SID_ATTR_GRAF_GREEN, SFX_CALLMODE_RECORD, &aGreenItem, 0L); in IMPL_LINK()
273GetBindings()->GetDispatcher()->Execute(SID_ATTR_GRAF_BLUE, SFX_CALLMODE_RECORD, &aBlueItem, 0L); in IMPL_LINK()
283GetBindings()->GetDispatcher()->Execute(SID_ATTR_GRAF_GAMMA, SFX_CALLMODE_RECORD, &nGammaItem, 0L); in IMPL_LINK()
541 SfxBindings* GraphicPropertyPanel::GetBindings() in GetBindings() function in svx::sidebar::GraphicPropertyPanel
/trunk/main/svx/source/dialog/
H A Dfontwork.cxx557 GetBindings().GetDispatcher()->Execute( in SetShadow_Impl()
585 GetBindings().GetDispatcher()->Execute( in SetShadow_Impl()
700GetBindings().GetDispatcher()->Execute( SID_FORMTEXT_STYLE, SFX_CALLMODE_RECORD, &aItem, 0L ); in IMPL_LINK()
718GetBindings().GetDispatcher()->Execute( SID_FORMTEXT_MIRROR, SFX_CALLMODE_SLOT, &aItem, 0L ); in IMPL_LINK()
731GetBindings().GetDispatcher()->Execute( SID_FORMTEXT_ADJUST, SFX_CALLMODE_RECORD, &aItem, 0L ); in IMPL_LINK()
749GetBindings().GetDispatcher()->Execute( SID_FORMTEXT_HIDEFORM, SFX_CALLMODE_RECORD, &aItem, 0L ); in IMPL_LINK()
754GetBindings().GetDispatcher()->Execute( SID_FORMTEXT_OUTLINE, SFX_CALLMODE_RECORD, &aItem, 0L ); in IMPL_LINK()
776GetBindings().GetDispatcher()->Execute( SID_FORMTEXT_SHADOW, SFX_CALLMODE_RECORD, &aItem, 0L ); in IMPL_LINK()
846 GetBindings().GetDispatcher()->Execute( SID_FORMTEXT_DISTANCE, SFX_CALLMODE_RECORD, &aDistItem, in IMPL_LINK_INLINE_END()
862GetBindings().GetDispatcher()->Execute( SID_FORMTEXT_SHDWCOLOR, SFX_CALLMODE_RECORD, &aItem, 0L ); in IMPL_LINK()
/trunk/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.cxx335 GetBindings()->GetDispatcher()->Execute( in IMPL_LINK()
348 GetBindings()->GetDispatcher()->Execute( in IMPL_LINK()
379 GetBindings()->GetDispatcher()->Execute( in IMPL_LINK()
418 GetBindings()->GetDispatcher()->Execute( in IMPL_LINK()
457 GetBindings()->GetDispatcher()->Execute( in IMPL_LINK()
508GetBindings()->GetDispatcher()->Execute(SID_ATTR_FILL_STYLE, SFX_CALLMODE_RECORD, &aXFillStyleItem… in IMPL_LINK()
531 GetBindings()->GetDispatcher()->Execute( in IMPL_LINK()
562 GetBindings()->GetDispatcher()->Execute( in IMPL_LINK()
593 GetBindings()->GetDispatcher()->Execute( in IMPL_LINK()
1181 SfxBindings* AreaPropertyPanel::GetBindings() in GetBindings() function in svx::sidebar::AreaPropertyPanel
[all …]
/trunk/main/svx/source/sidebar/line/
H A DLinePropertyPanel.cxx787 SfxBindings* LinePropertyPanel::GetBindings() in GetBindings() function in svx::sidebar::LinePropertyPanel
827GetBindings()->GetDispatcher()->Execute(SID_ATTR_LINE_STYLE, SFX_CALLMODE_RECORD, &aItem, 0L);
834GetBindings()->GetDispatcher()->Execute(SID_ATTR_LINE_STYLE, SFX_CALLMODE_RECORD, &aItem, 0L);
846GetBindings()->GetDispatcher()->Execute(SID_ATTR_LINE_STYLE, SFX_CALLMODE_RECORD, &aItemA, 0L);
847GetBindings()->GetDispatcher()->Execute(SID_ATTR_LINE_DASH, SFX_CALLMODE_RECORD, &aItemB, 0L);
866GetBindings()->GetDispatcher()->Execute(SID_ATTR_LINEEND_STYLE, SFX_CALLMODE_RECORD, pItem, 0L); in IMPL_LINK()
885GetBindings()->GetDispatcher()->Execute(SID_ATTR_LINEEND_STYLE, SFX_CALLMODE_RECORD, pItem, 0L); in IMPL_LINK()
926GetBindings()->GetDispatcher()->Execute(SID_ATTR_LINE_JOINT, SFX_CALLMODE_RECORD, pItem, 0L); in IMPL_LINK()
962 GetBindings()->GetDispatcher()->Execute(SID_ATTR_LINE_CAP, SFX_CALLMODE_RECORD, pItem, 0L); in IMPL_LINK()
989 GetBindings()->GetDispatcher()->Execute(SID_ATTR_LINE_STYLE, SFX_CALLMODE_RECORD, &aItem, 0L); in IMPL_LINK()
/trunk/main/sfx2/source/view/
H A Dviewfrm2.cxx235 GetBindings().Invalidate( SID_FRAMETITLE ); in UpdateTitle()
236 GetBindings().Invalidate( SID_CURRENT_URL ); in UpdateTitle()
257 GetBindings().Invalidate( SID_NEWDOCDIRECT ); in UpdateTitle()
291 GetBindings().HidePopups( !bShow ); in Exec_Impl()
296 SfxBindings *pBind = &GetBindings(); in Exec_Impl()
470 SfxStateCache *pCache = GetBindings().GetAnyStateCache_Impl( SID_OPENURL ); in INetExecute_Impl()
H A Dviewfrm.cxx1002 GetBindings().InvalidateAll(sal_False); in ExecHistory_Impl()
1008 GetBindings().InvalidateAll(sal_False); in ExecHistory_Impl()
1378 SfxBindings& rBind = GetBindings(); in Notify()
1391 pDispat->GetBindings()->InvalidateAll(sal_True); in Notify()
1410 SfxBindings& rBind = GetBindings(); in Notify()
1440 SfxBindings& rBind = GetBindings(); in Notify()
1454 SfxBindings& rBind = GetBindings(); in Notify()
1478 GetBindings().GetDispatcher_Impl()->Update_Impl( sal_True ); in Notify()
1504 if ( !GetBindings().GetDispatcher() ) in Construct_Impl()
1505 GetBindings().SetDispatcher( pDispatcher ); in Construct_Impl()
[all …]
/trunk/main/sfx2/source/menu/
H A Dmnumgr.cxx436 GetBindings().GetDispatcher()->_Execute( nId, SFX_CALLMODE_RECORD, pArgs, pArg1 ); in IMPL_LINK_INLINE_END()
536 PopupMenu* pThesSubMenu = InsertThesaurusSubmenu_Impl( &pFrame->GetBindings(), pSVMenu ); in Popup()
553 InsertVerbs_Impl( &pFrame->GetBindings(), pFrame->GetViewShell()->GetVerbs(), pSVMenu ); in Popup()
568 SfxPopupMenuManager* aMgr = new SfxPopupMenuManager( pSVMenu, pFrame->GetBindings()); in Popup()
588 PopupMenu* pThesSubMenu = InsertThesaurusSubmenu_Impl( &pFrame->GetBindings(), pSVMenu ); in ExecutePopup()
603 InsertVerbs_Impl( &pFrame->GetBindings(), pFrame->GetViewShell()->GetVerbs(), pSVMenu ); in ExecutePopup()
618 SfxPopupMenuManager aPop( pSVMenu, pFrame->GetBindings() ); in ExecutePopup()
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx320 SfxBindings& rBindings = mrView.GetViewFrame()->GetBindings(); in CalcWish()
430 SfxBindings& rBindings = mrView.GetViewFrame()->GetBindings(); in MovePage()
590 pTmpFrm->GetBindings().Execute( SID_VIEWSHELL0, NULL, 0, in MouseButtonDown()
609 SfxBindings& rBindings = mrView.GetViewFrame()->GetBindings(); in MouseButtonDown()
684 lcl_InvalidateZoomSlots(mrView.GetViewFrame()->GetBindings()); in DataChanged()
766 SfxBindings& rBindings = GetViewFrame()->GetBindings(); in _ExecPgUpAndPgDown()
832 SfxBindings& rBindings = GetViewFrame()->GetBindings(); in Execute()
956 SfxBindings& rBindings = GetViewFrame()->GetBindings(); in Execute()
1033 pTmpFrm->GetBindings().Execute( SID_VIEWSHELL0, NULL, 0, in Execute()
1496 SfxBindings& rBindings = GetViewFrame()->GetBindings(); in IMPL_LINK_INLINE_END()
[all …]
H A Dviewdraw.cxx256 GetViewFrame()->GetBindings().Invalidate(SID_INSERT_DRAW); in ExecDraw()
333 SfxBindings& rBind = GetViewFrame()->GetBindings(); in ExecDraw()
352 GetViewFrame()->GetBindings().Invalidate(aInval); in ExecDraw()
441 GetViewFrame()->GetBindings().Invalidate(SID_ENTER_GROUP); in ExitDraw()
453 GetViewFrame()->GetBindings().Invalidate(SID_INSERT_DRAW); in ExitDraw()
474 GetViewFrame()->GetBindings().SetState( aTmp ); in NoRotate()
841 GetViewFrame()->GetBindings().Invalidate(FN_HYPHENATE_OPT_DLG); in HyphenateDrawText()
H A Dview.cxx269 GetViewFrame()->GetBindings().InvalidateAll( sal_False ); in SelectShell()
512 GetViewFrame()->GetBindings().IsInUpdate() ) // do not confuse the SFX in IMPL_LINK()
522 GetViewFrame()->GetBindings().ENTERREGISTRATIONS(); in IMPL_LINK()
556 GetViewFrame()->GetBindings().LEAVEREGISTRATIONS(); in IMPL_LINK()
659 GetViewFrame()->GetBindings().InvalidateAll(sal_True); in _CheckReadonlyState()
713 GetViewFrame()->GetBindings().InvalidateAll( sal_True ); in _CheckReadonlySelection()
737 GetViewFrame()->GetBindings(), in SwView()
742 GetViewFrame()->GetBindings(), in SwView()
1029 GetViewFrame()->GetBindings().LEAVEREGISTRATIONS(); in SwView()
1058 GetViewFrame()->GetBindings().LEAVEREGISTRATIONS(); in ~SwView()
[all …]
/trunk/main/svx/source/inc/
H A Dtabwin.hxx120 inline SfxBindings& GetBindings() { return SfxControllerItem::GetBindings(); } in GetBindings() function in FmFieldWin
121 inline const SfxBindings& GetBindings() const { return SfxControllerItem::GetBindings(); } in GetBindings() function in FmFieldWin
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx834 rView.GetViewFrame()->GetBindings().GetRecorder(); in FlushInBuffer()
1293 rView.GetViewFrame()->GetBindings().Invalidate(SID_FORMATPAINTBRUSH); in KeyInput()
1329 rSh.GetView().GetViewFrame()->GetBindings().InvalidateAll( sal_False ); in KeyInput()
1456 rView.GetViewFrame()->GetBindings().GetRecorder(); in KeyInput()
2211 GetView().GetViewFrame()->GetBindings().Execute(SID_COPY); in KeyInput()
2571 if( nSlotId && rView.GetViewFrame()->GetBindings().GetRecorder().is() ) in KeyInput()
2699 rSh.GetView().GetViewFrame()->GetBindings().InvalidateAll(sal_False); in MouseButtonDown()
2743 SfxBindings& rBind = rView.GetViewFrame()->GetBindings(); in MouseButtonDown()
2766 SfxBindings& rBind = rView.GetViewFrame()->GetBindings(); in MouseButtonDown()
3038 GetView().GetViewFrame()->GetBindings().Execute( in MouseButtonDown()
[all …]
/trunk/main/sc/source/ui/drawfunc/
H A Dfutext.cxx278 SfxBindings& rBindings = pViewShell->GetViewFrame()->GetBindings(); in MouseButtonDown()
334 lcl_InvalidateAttribs( pViewShell->GetViewFrame()->GetBindings() ); in MouseButtonDown()
406 lcl_InvalidateAttribs( pViewShell->GetViewFrame()->GetBindings() ); in MouseButtonUp()
594 lcl_InvalidateAttribs( pViewShell->GetViewFrame()->GetBindings() ); in KeyInput()
615 SfxBindings& rBindings = pViewShell->GetViewFrame()->GetBindings(); in Activate()
671 SfxBindings& rBindings = pViewShell->GetViewFrame()->GetBindings(); in SelectionHasChanged()
/trunk/main/sc/source/ui/view/
H A Deditsh.cxx178 SfxBindings& rBindings = pViewData->GetBindings(); in Execute()
717 ScViewUtil::HideDisabledSlot( rSet, pViewData->GetBindings(), nWhich ); in GetState()
764 SfxBindings& rBindings = pViewData->GetBindings(); in IMPL_LINK()
832 SfxBindings& rBindings = pViewData->GetBindings(); in ExecuteAttr()
1123 pViewData->GetBindings().Invalidate( SID_SET_SUPER_SCRIPT ); in GetAttrState()
1124 pViewData->GetBindings().Invalidate( SID_SET_SUB_SCRIPT ); in GetAttrState()
1127 pViewData->GetBindings().Invalidate( SID_ATTR_CHAR_KERNING ); in GetAttrState()
1204 pViewData->GetBindings().InvalidateAll(sal_False); in ExecuteUndo()

12345678910>>...12