Home
last modified time | relevance | path

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

/aoo41x/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx3024 …DBTreeListUserData* pTreeListData = static_cast< DBTreeListUserData* >( _pDSEntry->GetUserData() ); in disposeConnection() local
3025 if ( pTreeListData ) in disposeConnection()
3026 impl_releaseConnection( pTreeListData->xConnection ); in disposeConnection()
3413 DBTreeListUserData* pTreeListData = static_cast<DBTreeListUserData*>(pDSData); in ensureConnection() local
3416 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 30 milliseconds