Searched refs:ISOTROPIC (Results 1 – 13 of 13) sorted by relevance
58 public static final String ISOTROPIC = "isotropic"; field in OfficeToken
38 const short ISOTROPIC = 1;
326 { XML_SCALE, ImageScaleMode::ISOTROPIC }, in getEnumMap()
137 case ImageScaleMode::ISOTROPIC: in ImplDraw()
253 … xPropertySet.setPropertyValue("ScaleMode", com.sun.star.awt.ImageScaleMode.ISOTROPIC); in setNumericLimits()
311 && ( nImageScaleMode != ImageScaleMode::ISOTROPIC ) in setFastPropertyValue_NoBroadcast()
405 { XML_ISOTROPIC, awt::ImageScaleMode::ISOTROPIC }, in GetImageScaleOptions()
467 … _rxControlModel->setPropertyValue( sScaleModeProperty, makeAny( ImageScaleMode::ISOTROPIC ) ); in initializeControlModel()
804 xImageControl.setScaleMode(com.sun.star.awt.ImageScaleMode.ISOTROPIC); in insertFormattedField()
1361 nImageScaleMode = awt::ImageScaleMode::ISOTROPIC; in importImageScaleModeProperty()
988 case ::awt::ImageScaleMode::ISOTROPIC: in readImageScaleModeAttr()
1428 else if (OfficeToken.ISOTROPIC.equals(scale)) in startImageProcessing()
461 case AX_PICSIZE_STRETCH: nScaleMode = ImageScaleMode::ISOTROPIC; break; in convertAxPicture()
Completed in 143 milliseconds