Searched refs:pTreeListData (Results 1 – 1 of 1) sorted by relevance
3024 …DBTreeListUserData* pTreeListData = static_cast< DBTreeListUserData* >( _pDSEntry->GetUserData() ); in disposeConnection() local3025 if ( pTreeListData ) in disposeConnection()3026 impl_releaseConnection( pTreeListData->xConnection ); in disposeConnection()3413 DBTreeListUserData* pTreeListData = static_cast<DBTreeListUserData*>(pDSData); in ensureConnection() local3416 if ( pTreeListData ) in ensureConnection()3417 _rConnection = pTreeListData->xConnection; in ensureConnection()3419 if ( !_rConnection.is() && pTreeListData ) in ensureConnection()3437 pTreeListData->xConnection = _rConnection; in ensureConnection()
Completed in 80 milliseconds