Home
last modified time | relevance | path

Searched refs:pConnections (Results 1 – 5 of 5) sorted by last modified time

/aoo42x/main/dbaccess/source/ui/querydesign/
H A DQueryTableView.cxx429 const ::std::vector<OTableConnection*>* pConnections = getTableConnections(); in NotifyTabConnection() local
430 ::std::vector<OTableConnection*>::const_iterator aEnd = pConnections->end(); in NotifyTabConnection()
431 ::std::vector<OTableConnection*>::const_iterator aIter = ::std::find( pConnections->begin(), in NotifyTabConnection()
437 aIter = pConnections->begin(); in NotifyTabConnection()
H A DQueryDesignView.cxx568 …const ::std::vector<OTableConnection*>* pConnections = pEntryConn->GetParent()->getTableConnection… in GetNextJoin() local
569 ::std::vector<OTableConnection*>::const_iterator aIter = pConnections->begin(); in GetNextJoin()
570 ::std::vector<OTableConnection*>::const_iterator aEnd = pConnections->end(); in GetNextJoin()
588 aIter = pConnections->begin(); in GetNextJoin()
/aoo42x/main/svl/source/svdde/
H A Dddeimp.hxx151 DdeConnections* pConnections; member
H A Dddecli.cxx171 pInst->pConnections = new DdeConnections; in DdeConnection()
184 if ( pInst->pConnections ) in DdeConnection()
185 pInst->pConnections->Insert( this ); in DdeConnection()
200 if ( pInst->pConnections ) in ~DdeConnection()
201 pInst->pConnections->Remove( this ); in ~DdeConnection()
210 delete pInst->pConnections; in ~DdeConnection()
211 pInst->pConnections = NULL; in ~DdeConnection()
265 return *(pInst->pConnections); in GetConnections()
/aoo42x/main/vcl/unx/generic/app/
H A Dsm.cxx154 static IceConn* pConnections; member in ICEConnectionObserver
177 IceConn* ICEConnectionObserver::pConnections = NULL; member in ICEConnectionObserver
697 IceProcessMessages( ICEConnectionObserver::pConnections[i], NULL, &bReply ); in ICEConnectionWorker()
722pConnections = (IceConn*)rtl_reallocateMemory( pConnections, sizeof( IceConn )*nConnections ); in ICEWatchProc()
724 pConnections[ nConnections-1 ] = connection; in ICEWatchProc()
765 if( pConnections[i] == connection ) in ICEWatchProc()
769 … rtl_moveMemory( pConnections+i, pConnections+i+1, sizeof( IceConn )*(nConnections-i-1) ); in ICEWatchProc()
773pConnections = (IceConn*)rtl_reallocateMemory( pConnections, sizeof( IceConn )*nConnections ); in ICEWatchProc()

Completed in 59 milliseconds