Home
last modified time | relevance | path

Searched refs:xConnAsChild (Results 1 – 4 of 4) sorted by relevance

/trunk/main/dbaccess/source/ui/misc/
H A Ddbsubcomponentcontroller.cxx277 Reference< XChild > xConnAsChild( m_pImpl->m_xConnection, UNO_QUERY ); in initializeConnection() local
279 if ( xConnAsChild.is() ) in initializeConnection()
280 xDS = Reference< XDataSource >( xConnAsChild->getParent(), UNO_QUERY ); in initializeConnection()
/trunk/main/svx/source/form/
H A Dfmpgeimp.cxx603 Reference< XChild > xConnAsChild(xFormConnection, UNO_QUERY); in findFormForDataSource() local
604 if (xConnAsChild.is()) in findFormForDataSource()
606 Reference< XDataSource > xFormDS(xConnAsChild->getParent(), UNO_QUERY); in findFormForDataSource()
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx987 Reference< XChild> xConnAsChild(_rxConn, UNO_QUERY); in getNumberFormats() local
989 if (xConnAsChild.is()) in getNumberFormats()
991 Reference< XPropertySet> xConnParentProps(xConnAsChild->getParent(), UNO_QUERY); in getNumberFormats()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx3141 Reference< XChild > xConnAsChild( _rxConnection, UNO_QUERY ); in lcl_getDataSource() local
3142 if ( xConnAsChild.is() ) in lcl_getDataSource()
3143 xDataSource.set( xConnAsChild->getParent(), UNO_QUERY_THROW ); in lcl_getDataSource()

Completed in 47 milliseconds