Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx3025 …DBTreeListUserData* pTreeListData = static_cast< DBTreeListUserData* >( _pDSEntry->GetUserData() ); in disposeConnection() local
3026 if ( pTreeListData ) in disposeConnection()
3027 impl_releaseConnection( pTreeListData->xConnection ); in disposeConnection()
3414 DBTreeListUserData* pTreeListData = static_cast<DBTreeListUserData*>(pDSData); in ensureConnection() local
3417 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 46 milliseconds