Searched refs:aCnxIter (Results 1 – 1 of 1) sorted by relevance
177 dgm::Connections::iterator aCnxIter; in build() local178 for( aCnxIter = aConnections.begin(); aCnxIter != aConnections.end(); ++aCnxIter ) in build()180 OSL_ENSURE( *aCnxIter, "NULL connection found" ); in build()181 if( (*aCnxIter)->mnType != XML_parOf ) in build()189 OUString & srcId( (*aCnxIter)->msSourceId ); in build()190 OUString & dstId( (*aCnxIter)->msDestId ); in build()
Completed in 14 milliseconds