Searched refs:maConnections (Results 1 – 6 of 6) sorted by relevance
115 std::vector<ConnectionHint> maConnections; member200 …DBG_ASSERT( mpImpl->maConnections.empty(), "XMLShapeImportHelper::restoreConnections() was not cal… in ~XMLShapeImportHelper()1273 mpImpl->maConnections.push_back( aHint ); in addShapeConnection()1278 if( !mpImpl->maConnections.empty() ) in restoreConnections()1282 const vector<ConnectionHint>::size_type nCount = mpImpl->maConnections.size(); in restoreConnections()1285 ConnectionHint& rHint = mpImpl->maConnections[i]; in restoreConnections()1321 mpImpl->maConnections.clear(); in restoreConnections()
90 , maConnections( aConnections ) in CxnListContext()105 maConnections.push_back( pConnection ); in createFastChildContext()118 dgm::Connections & maConnections; member in oox::drawingml::CxnListContext
104 OSL_TRACE("Dgm: DiagramData # of cnx: %d", maConnections.size() ); in dump()105 std::for_each( maConnections.begin(), maConnections.end(), in dump()
460 maConnections.push_back( xConnection ); in createConnection()467 maConnections.push_back( xConnection ); in createConnectionWithId()474 …for( ConnectionVector::iterator aIt = maConnections.begin(), aEnd = maConnections.end(); aIt != aE… in finalizeImport()
140 { return maConnections; } in getConnections()146 dgm::Connections maConnections; member in oox::drawingml::DiagramData
172 ConnectionVector maConnections; member in oox::xls::ConnectionsBuffer
Completed in 60 milliseconds