Searched refs:xParentConn (Results 1 – 1 of 1) sorted by relevance
2760 Reference< XConnection > xParentConn; in doShareConnection() local2761 _rxParentProps->getPropertyValue( PROPERTY_ACTIVE_CONNECTION ) >>= xParentConn; in doShareConnection()2762 …OSL_ENSURE( xParentConn.is(), "ODatabaseForm::doShareConnection: we're a valid sub-form, but the p… in doShareConnection()2764 if ( xParentConn.is() ) in doShareConnection()2767 Reference< XComponent > xParentConnComp( xParentConn, UNO_QUERY ); in doShareConnection()2773 m_xAggregateSet->setPropertyValue( PROPERTY_ACTIVE_CONNECTION, makeAny( xParentConn ) ); in doShareConnection()
Completed in 26 milliseconds