Home
last modified time | relevance | path

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

/aoo41x/main/embeddedobj/source/general/
H A Ddocholder.cxx946 uno::Reference< container::XIndexAccess > xMultiMon( xMonProps, uno::UNO_QUERY_THROW ); in GetDocFrame() local
947 …uno::Reference< beans::XPropertySet > xMonitor( xMultiMon->getByIndex( nDisplay ), uno::UNO_QUERY_… in GetDocFrame()
/aoo41x/main/sd/source/ui/dlg/
H A Dpresent.cxx191 …Reference< XIndexAccess > xMultiMon( xFactory->createInstance(OUString( RTL_CONSTASCII_USTRINGPARA… in InitMonitorSettings() local
196 mnMonitors = xMultiMon->getCount(); in InitMonitorSettings()
207 Reference< XPropertySet > xMonProps( xMultiMon, UNO_QUERY ); in InitMonitorSettings()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx883 …uno::Reference< XIndexAccess > xMultiMon( xFactory->createInstance(OUString( RTL_CONSTASCII_USTRIN… in ImplSalCalcFullScreenSize() local
884 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 38 milliseconds