Searched refs:xMultiMon (Results 1 – 3 of 3) sorted by relevance
191 …Reference< XIndexAccess > xMultiMon( xFactory->createInstance(OUString( RTL_CONSTASCII_USTRINGPARA… in InitMonitorSettings() local196 mnMonitors = xMultiMon->getCount(); in InitMonitorSettings()207 Reference< XPropertySet > xMonProps( xMultiMon, UNO_QUERY ); in InitMonitorSettings()
946 uno::Reference< container::XIndexAccess > xMultiMon( xMonProps, uno::UNO_QUERY_THROW ); in GetDocFrame() local947 …uno::Reference< beans::XPropertySet > xMonitor( xMultiMon->getByIndex( nDisplay ), uno::UNO_QUERY_… in GetDocFrame()
883 …uno::Reference< XIndexAccess > xMultiMon( xFactory->createInstance(OUString( RTL_CONSTASCII_USTRIN… in ImplSalCalcFullScreenSize() local884 sal_Int32 nMonitors = xMultiMon->getCount(); in ImplSalCalcFullScreenSize()887 …uno::Reference< XPropertySet > xMonitor( xMultiMon->getByIndex( pFrame->mnDisplay ), UNO_QUERY_THR… in ImplSalCalcFullScreenSize()900 uno::Reference< XPropertySet > xMonitor( xMultiMon->getByIndex( 0 ), UNO_QUERY_THROW ); in ImplSalCalcFullScreenSize()910 … xMonitor = uno::Reference< XPropertySet >( xMultiMon->getByIndex(i), UNO_QUERY_THROW ); in ImplSalCalcFullScreenSize()
Completed in 46 milliseconds