Lines Matching refs:pViewFrame
2262 SfxViewFrame* pViewFrame = getViewFrame(); in IMPL_LINK() local
2263 if( pViewFrame ) in IMPL_LINK()
2265 … Reference< ::com::sun::star::frame::XFrame > xFrame( pViewFrame->GetFrame().GetFrameInterface() ); in IMPL_LINK()
2665 SfxViewFrame* pViewFrame = getViewFrame(); in hideChildWindows() local
2667 if( pViewFrame ) in hideChildWindows()
2669 if( pViewFrame->GetChildWindow( SID_NAVIGATOR ) != NULL ) in hideChildWindows()
2676 if( pViewFrame->GetChildWindow( nId ) ) in hideChildWindows()
2678 pViewFrame->SetChildWindow( nId, sal_False ); in hideChildWindows()
2692 SfxViewFrame* pViewFrame = getViewFrame(); in showChildWindows() local
2693 if( pViewFrame ) in showChildWindows()
2695 … pViewFrame->SetChildWindow( SID_NAVIGATOR, ( mnChildMask & NAVIGATOR_CHILD_MASK ) != 0 ); in showChildWindows()
2700 pViewFrame->SetChildWindow( ( *aShowChilds[ i ] )(), sal_True ); in showChildWindows()
2780 SfxViewFrame* pViewFrame = getViewFrame(); in setActiveXToolbarsVisible() local
2781 if( pViewFrame ) in setActiveXToolbarsVisible()
2786 …Reference< beans::XPropertySet > xFrameProps( pViewFrame->GetFrame().GetTopFrame().GetFrameInterfa… in setActiveXToolbarsVisible()
2820 SfxViewFrame* pViewFrame = getViewFrame(); in activate() local
2821 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : 0; in activate()