Searched refs:pTreeListData (Results 1 – 1 of 1) sorted by relevance
3025 …DBTreeListUserData* pTreeListData = static_cast< DBTreeListUserData* >( _pDSEntry->GetUserData() ); in disposeConnection() local3026 if ( pTreeListData ) in disposeConnection()3027 impl_releaseConnection( pTreeListData->xConnection ); in disposeConnection()3414 DBTreeListUserData* pTreeListData = static_cast<DBTreeListUserData*>(pDSData); in ensureConnection() local3417 if ( pTreeListData ) in ensureConnection()3418 _rConnection = pTreeListData->xConnection; in ensureConnection()3420 if ( !_rConnection.is() && pTreeListData ) in ensureConnection()3438 pTreeListData->xConnection = _rConnection; in ensureConnection()
Completed in 30 milliseconds