Searched refs:xMonProps (Results 1 – 3 of 3) sorted by relevance
207 Reference< XPropertySet > xMonProps( xMultiMon, UNO_QUERY ); in InitMonitorSettings() local208 if( xMonProps.is() ) try in InitMonitorSettings()211 xMonProps->getPropertyValue( sPropName1 ) >>= bMultiscreen; in InitMonitorSettings()213 xMonProps->getPropertyValue( sPropName2 ) >>= nDefaultDisplay; in InitMonitorSettings()
941 …uno::Reference< beans::XPropertySet > xMonProps( m_xFactory->createInstance(rtl::OUString( RTL_CON… in GetDocFrame() local944 xMonProps->getPropertyValue( sPropName ) >>= nDisplay; in GetDocFrame()946 uno::Reference< container::XIndexAccess > xMultiMon( xMonProps, uno::UNO_QUERY_THROW ); in GetDocFrame()
117 …Reference< XPropertySet > xMonProps(xFactory->createInstance(OUString( RTL_CONSTASCII_USTRINGPARAM… in GetDefaultDisplay() local120 if (xMonProps->getPropertyValue( sPropertyName ) >>= nPrimaryIndex) in GetDefaultDisplay()
Completed in 32 milliseconds