Searched refs:xGluePoints (Results 1 – 2 of 2) sorted by relevance
1207 …uno::Reference< container::XIdentifierAccess > xGluePoints( xSupplier->getGluePoints(), uno::UNO_Q… in ImpExportGluePoints() local1208 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()
4008 uno::Reference< container::XIndexContainer > xGluePoints( mxGluePoints ); in getGluePoints() local4010 if( mpObj.is() && !xGluePoints.is() ) in getGluePoints()4013 mxGluePoints = xGluePoints = xNew; in getGluePoints()4016 return xGluePoints; in getGluePoints()
Completed in 38 milliseconds