Searched refs:xParentAsChild (Results 1 – 1 of 1) sorted by relevance
2324 Reference< XChild > xParentAsChild( m_xObjectParent, UNO_QUERY ); in impl_getRowSet_throw() local2325 if ( xParentAsChild.is() ) in impl_getRowSet_throw()2326 … xRowSet = Reference< XRowSet >( xParentAsChild->getParent(), UNO_QUERY ); in impl_getRowSet_throw()
Completed in 46 milliseconds