Home
last modified time | relevance | path

Searched refs:xMonProps (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/ui/dlg/
H A Dpresent.cxx207 Reference< XPropertySet > xMonProps( xMultiMon, UNO_QUERY ); in InitMonitorSettings() local
208 if( xMonProps.is() ) try in InitMonitorSettings()
211 xMonProps->getPropertyValue( sPropName1 ) >>= bMultiscreen; in InitMonitorSettings()
213 xMonProps->getPropertyValue( sPropName2 ) >>= nDefaultDisplay; in InitMonitorSettings()
/trunk/main/embeddedobj/source/general/
H A Ddocholder.cxx941 …uno::Reference< beans::XPropertySet > xMonProps( m_xFactory->createInstance(rtl::OUString( RTL_CON… in GetDocFrame() local
944 xMonProps->getPropertyValue( sPropName ) >>= nDisplay; in GetDocFrame()
946 uno::Reference< container::XIndexAccess > xMultiMon( xMonProps, uno::UNO_QUERY_THROW ); in GetDocFrame()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshow.cxx117 …Reference< XPropertySet > xMonProps(xFactory->createInstance(OUString( RTL_CONSTASCII_USTRINGPARAM… in GetDefaultDisplay() local
120 if (xMonProps->getPropertyValue( sPropertyName ) >>= nPrimaryIndex) in GetDefaultDisplay()

Completed in 20 milliseconds