Home
last modified time | relevance | path

Searched refs:nSourceId (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/xmloff/
H A Dshapeimport.hxx226 sal_Int32 nSourceId, sal_Int32 nDestinnationId );
233 …2 getGluePointId( const css::uno::Reference< css::drawing::XShape >& xShape, sal_Int32 nSourceId );
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/
H A Dshapeimport.cxx862 sal_Int32 nSourceId, sal_Int32 nDestinnationId ) in addGluePointMapping() argument
865 mpPageContext->maShapeGluePointsMap[xShape][nSourceId] = nDestinnationId; in addGluePointMapping()
887 …r::getGluePointId( const css::uno::Reference< css::drawing::XShape >& xShape, sal_Int32 nSourceId ) in getGluePointId() argument
894 GluePointIdMap::iterator aIdIter = (*aShapeIter).second.find(nSourceId); in getGluePointId()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/xmloff/
H A Dshapeimport.hxx333 sal_Int32 nSourceId, sal_Int32 nDestinnationId );
340 …2 getGluePointId( const css::uno::Reference< css::drawing::XShape >& xShape, sal_Int32 nSourceId );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/
H A Dshapeimport.cxx1030 sal_Int32 nSourceId, sal_Int32 nDestinnationId ) in addGluePointMapping() argument
1033 mpPageContext->maShapeGluePointsMap[xShape][nSourceId] = nDestinnationId; in addGluePointMapping()
1055 …r::getGluePointId( const css::uno::Reference< css::drawing::XShape >& xShape, sal_Int32 nSourceId ) in getGluePointId() argument
1062 GluePointIdMap::iterator aIdIter = (*aShapeIter).second.find(nSourceId); in getGluePointId()