Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/diagram/
H A Ddatamodel.cxx54 << msModelId << ", type " << mnType); in dump()
135 pChild->second->msModelId, in getChildren()
176 aDataPoint.msModelId = sNewNodeId; in addNode()
208 addConnection(XML_parOf, rDataRoot.msModelId, aDataPoint.msModelId); in addNode()
210 addConnection(XML_presOf, aDataPoint.msModelId, aPresPoint.msModelId); in addNode()
244 aIdsToRemove.insert(rPoint.msModelId); in removeNode()
330 << normalizeDotName(point.msModelId).getStr() in build()
341 point.msModelId, in build()
374 << normalizeDotName(point.msModelId).getStr() in build()
382 std::make_pair(point.msModelId,&point)).second; in build()
[all …]
H A Dlayoutatomvisitors.cxx71 if (aConnection.msSourceId == mpCurrentNode->msModelId in visit()
72 && aConnection.msDestId == pNewNode->msModelId) in visit()
231 if (aConnection.msSourceId == mpCurrentNode->msModelId in visit()
232 && aConnection.msDestId == pNewNode->msModelId) in visit()
H A Dlayoutatomvisitorbase.cxx125 if (aConnection.msSourceId == mpCurrentNode->msModelId in visit()
126 && aConnection.msDestId == pNewNode->msModelId) in visit()
H A Ddatamodel.hxx50 OUString msModelId; member
100 OUString msModelId; member
H A Ddatamodelcontext.cxx60 rConnection.msModelId = rAttribs.getString( XML_modelId ).get(); in onCreateContext()
210 mrPoint.msModelId = rAttribs.getString( XML_modelId ).get(); in PtContext()
H A Ddiagramlayoutatoms.cxx910 OUString aParent = navigate(mrLayoutNode, XML_presParOf, pPresPoint->msModelId, in getDecision()
1096 auto itPresToData = rPresOfNameMap.find(pPresNode->msModelId); in HasCustomText()
1874 << "\", modelId \"" << pPresNode->msModelId << "\""); in setupShape()
1878 pPresNode->msModelId); in setupShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/diagram/
H A Ddatamodel.cxx57 << msModelId << ", type " << mnType); in dump()
138 pChild->second->msModelId, in getChildren()
179 aDataPoint.msModelId = sNewNodeId; in addNode()
211 addConnection(XML_parOf, rDataRoot.msModelId, aDataPoint.msModelId); in addNode()
213 addConnection(XML_presOf, aDataPoint.msModelId, aPresPoint.msModelId); in addNode()
247 aIdsToRemove.insert(rPoint.msModelId); in removeNode()
333 << normalizeDotName(point.msModelId).getStr() in build()
344 point.msModelId, in build()
377 << normalizeDotName(point.msModelId).getStr() in build()
385 std::make_pair(point.msModelId,&point)).second; in build()
[all …]
H A Dlayoutatomvisitors.cxx64 …if (aConnection.msSourceId == mpCurrentNode->msModelId && aConnection.msDestId == pNewNode->msMode… in visit()
215 if (aConnection.msSourceId == mpCurrentNode->msModelId in visit()
216 && aConnection.msDestId == pNewNode->msModelId) in visit()
H A Dlayoutatomvisitorbase.cxx125 if (aConnection.msSourceId == mpCurrentNode->msModelId in visit()
126 && aConnection.msDestId == pNewNode->msModelId) in visit()
H A Ddatamodel.hxx51 OUString msModelId; member
101 OUString msModelId; member
H A Ddatamodelcontext.cxx58 rConnection.msModelId = rAttribs.getString( XML_modelId ).get(); in onCreateContext()
208 mrPoint.msModelId = rAttribs.getString( XML_modelId ).get(); in PtContext()
H A Ddiagramlayoutatoms.cxx291 OUString aParent = navigate(mrLayoutNode, XML_presParOf, pPresPoint->msModelId, in getDecision()
1385 << "\", modelId \"" << pPresNode->msModelId << "\""); in setupShape()
1389 pPresNode->msModelId); in setupShape()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/ppt/
H A Dpptshape.hxx49 OUString msModelId; // fallback dgs smartart shape reference member in oox::ppt::PPTShape
74 void setModelId( const OUString& rId ) { msModelId = rId; } in setModelId()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/ppt/
H A Dpptshape.hxx49 OUString msModelId; // fallback dgs smartart shape reference member in oox::ppt::PPTShape
74 void setModelId( const OUString& rId ) { msModelId = rId; } in setModelId()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/ppt/
H A Dpptshape.cxx393 if (!msModelId.isEmpty()) in addShape()
395 (*pShapeMap)[ msModelId ] = shared_from_this(); in addShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/ppt/
H A Dpptshape.cxx387 if (!msModelId.isEmpty()) in addShape()
389 (*pShapeMap)[ msModelId ] = shared_from_this(); in addShape()