Home
last modified time | relevance | path

Searched refs:xGluePoints (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xmloff/source/draw/
H A Dshapeexport.cxx1207 …uno::Reference< container::XIdentifierAccess > xGluePoints( xSupplier->getGluePoints(), uno::UNO_Q… in ImpExportGluePoints() local
1208 if( !xGluePoints.is() ) in ImpExportGluePoints()
1213 uno::Sequence< sal_Int32 > aIdSequence( xGluePoints->getIdentifiers() ); in ImpExportGluePoints()
1219 if( (xGluePoints->getByIdentifier( nIdentifier ) >>= aGluePoint) && aGluePoint.IsUserDefined ) in ImpExportGluePoints()
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx4008 uno::Reference< container::XIndexContainer > xGluePoints( mxGluePoints ); in getGluePoints() local
4010 if( mpObj.is() && !xGluePoints.is() ) in getGluePoints()
4013 mxGluePoints = xGluePoints = xNew; in getGluePoints()
4016 return xGluePoints; in getGluePoints()

Completed in 44 milliseconds