Searched refs:xFramesSupp (Results 1 – 3 of 3) sorted by relevance
115 …Reference< XFramesSupplier > xFramesSupp( xFactory->createInstance( CREATE_OUSTRING( "com.sun.star… in GraphicHelper() local116 xFrame = xFramesSupp->getActiveFrame(); in GraphicHelper()
150 …Reference< XFramesSupplier > xFramesSupp( xFactory->createInstance( CREATE_OUSTRING( "com.sun.star… in XclRootData() local151 Reference< XFrame > xFrame( xFramesSupp->getActiveFrame(), UNO_SET_THROW ); in XclRootData()
2066 … css::uno::Reference< css::frame::XFramesSupplier > xFramesSupp( aElement, css::uno::UNO_QUERY ); in lcl_changeVisibility() local2067 if ( xFramesSupp.is() ) in lcl_changeVisibility()2068 lcl_changeVisibility( xFramesSupp, i_bVisible ); in lcl_changeVisibility()
Completed in 85 milliseconds