Home
last modified time | relevance | path

Searched refs:getViewFrame (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx1043 if( getViewFrame() ) in startShow()
1044getViewFrame()->SetChildWindow( SID_NAVIGATOR, maPresSettings.mbStartWithNavigator ); in startShow()
2262 SfxViewFrame* pViewFrame = getViewFrame(); in IMPL_LINK()
2665 SfxViewFrame* pViewFrame = getViewFrame(); in hideChildWindows()
2692 SfxViewFrame* pViewFrame = getViewFrame(); in showChildWindows()
2708 SfxViewFrame* SlideshowImpl::getViewFrame() const in getViewFrame() function in sd::SlideshowImpl
2780 SfxViewFrame* pViewFrame = getViewFrame(); in setActiveXToolbarsVisible()
2820 SfxViewFrame* pViewFrame = getViewFrame(); in activate()
H A Dslideshowimpl.hxx319 SfxViewFrame* getViewFrame() const;
/AOO42X/main/sc/source/ui/vba/
H A Dexcelvbahelper.hxx50 SfxViewFrame* getViewFrame( const css::uno::Reference< css::frame::XModel >& xModel );
H A Dexcelvbahelper.cxx238 getViewFrame( const uno::Reference< frame::XModel >& xModel ) in getViewFrame() function
H A Dvbarange.cxx3551 SfxViewFrame* pViewFrame = excel::getViewFrame( xModel ); in End()