Lines Matching refs:GetViewFrame

476             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()
1137 FuBullet::GetSlotState( rSet, this, GetViewFrame() ); in GetMenuState()
1242 GetViewFrame()->GetBindings().Invalidate( SID_ATTR_ZOOM ); in SetZoom()
1243 GetViewFrame()->GetBindings().Invalidate( SID_ATTR_ZOOMSLIDER ); in SetZoom()
1267 GetViewFrame()->GetBindings().Invalidate( SID_ATTR_ZOOM ); in SetZoomRect()
1268 GetViewFrame()->GetBindings().Invalidate( SID_ATTR_ZOOMSLIDER ); in SetZoomRect()
1298 SfxViewFrame* pViewFrame = GetViewFrame(); in Execute()
1320 ((DrawDocShell*)GetViewFrame()->GetObjectShell())->ExecuteSlot( rReq ); in Execute()
1512 GetViewFrame()->GetDispatcher()->ExecutePopup(SdResId(RID_OUTLINE_POPUP)); in Command()
1711 …ISfxTemplateCommon* pTmplCommon = SFX_APP()->GetCurrentTemplateCommon(GetViewFrame()->GetBindings(… in GetAttrState()