Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/draw/
H A Dshapeimport.cxx115 std::vector<ConnectionHint> maConnections; member
200 …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()
/aoo4110/main/oox/source/drawingml/diagram/
H A Ddatamodelcontext.cxx90 , maConnections( aConnections ) in CxnListContext()
105 maConnections.push_back( pConnection ); in createFastChildContext()
118 dgm::Connections & maConnections; member in oox::drawingml::CxnListContext
H A Ddiagram.cxx104 OSL_TRACE("Dgm: DiagramData # of cnx: %d", maConnections.size() ); in dump()
105 std::for_each( maConnections.begin(), maConnections.end(), in dump()
/aoo4110/main/oox/source/xls/
H A Dconnectionsbuffer.cxx460 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()
/aoo4110/main/oox/inc/oox/drawingml/diagram/
H A Ddiagram.hxx140 { return maConnections; } in getConnections()
146 dgm::Connections maConnections; member in oox::drawingml::DiagramData
/aoo4110/main/oox/inc/oox/xls/
H A Dconnectionsbuffer.hxx172 ConnectionVector maConnections; member in oox::xls::ConnectionsBuffer

Completed in 36 milliseconds