Home
last modified time | relevance | path

Searched refs:xMonitor (Results 1 – 3 of 3) sorted by path

/aoo41x/main/embeddedobj/source/general/
H A Ddocholder.cxx947 …uno::Reference< beans::XPropertySet > xMonitor( xMultiMon->getByIndex( nDisplay ), uno::UNO_QUERY_… in GetDocFrame() local
949xMonitor->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "WorkArea" ) ) ) >>= aWork… in GetDocFrame()
/aoo41x/main/svx/source/gallery2/
H A Dgalmisc.cxx409 uno::Reference< awt::XProgressMonitor > xMonitor( xMgr->createInstance( in DBG_NAME() local
413 if ( xMonitor.is() ) in DBG_NAME()
415 mxProgressBar = uno::Reference< awt::XProgressBar >( xMonitor, uno::UNO_QUERY ); in DBG_NAME()
431xMonitor->addText( String( RTL_CONSTASCII_USTRINGPARAM( "Gallery" ) ), aProgressText, sal_False ) ; in DBG_NAME()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx887 …uno::Reference< XPropertySet > xMonitor( xMultiMon->getByIndex( pFrame->mnDisplay ), UNO_QUERY_THR… in ImplSalCalcFullScreenSize() local
889 …if( xMonitor->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "ScreenArea" ) ) ) >>= aRec… in ImplSalCalcFullScreenSize()
900 uno::Reference< XPropertySet > xMonitor( xMultiMon->getByIndex( 0 ), UNO_QUERY_THROW ); in ImplSalCalcFullScreenSize() local
902 …if( xMonitor->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "ScreenArea" ) ) ) >>= aRec… in ImplSalCalcFullScreenSize()
910xMonitor = uno::Reference< XPropertySet >( xMultiMon->getByIndex(i), UNO_QUERY_THROW ); in ImplSalCalcFullScreenSize()
911 …if( xMonitor->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "ScreenArea" ) ) ) >>= aRec… in ImplSalCalcFullScreenSize()

Completed in 59 milliseconds