Searched refs:aPolar (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/xmloff/source/draw/ |
H A D | shapeexport4.cxx | 236 com::sun::star::drawing::EnhancedCustomShapeParameterPair aPolar; in ImpExportHandles() local 237 if ( rPropVal.Value >>= aPolar ) in ImpExportHandles() 239 ExportParameter( aStrBuffer, aPolar.First ); in ImpExportHandles() 240 ExportParameter( aStrBuffer, aPolar.Second ); in ImpExportHandles()
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape2d.cxx | 511 if ( rPropVal.Value >>= rDestinationHandle.aPolar ) in ConvertSequenceToEnhancedCustomShape2dHandle() 1141 Point aReferencePoint( GetPoint( aHandle.aPolar, sal_True, sal_False ) ); in GetHandlePosition() 1252 GetParameter( fXRef, aHandle.aPolar.First, sal_False, sal_False ); in SetHandleControllerPosition() 1253 GetParameter( fYRef, aHandle.aPolar.Second, sal_False, sal_False ); in SetHandleControllerPosition()
|
/aoo41x/main/svx/inc/svx/ |
H A D | EnhancedCustomShape2d.hxx | 146 com::sun::star::drawing::EnhancedCustomShapeParameterPair aPolar; member
|
/aoo41x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 3673 com::sun::star::drawing::EnhancedCustomShapeParameterPair aPolar; in CreateCustomShapeProperties() local 3674 if ( rPropVal.Value >>= aPolar ) in CreateCustomShapeProperties() 3676 if ( GetValueForEnhancedCustomShapeHandleParameter( nXMap, aPolar.First ) ) in CreateCustomShapeProperties() 3678 if ( GetValueForEnhancedCustomShapeHandleParameter( nYMap, aPolar.Second ) ) in CreateCustomShapeProperties()
|
H A D | msdffimp.cxx | 2089 EnhancedCustomShapeParameterPair aPolar; in ApplyCustomShapeGeometryAttributes() local 2090 …EnhancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aPolar.First, nCenterX, ( nFlags & … in ApplyCustomShapeGeometryAttributes() 2091 …EnhancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aPolar.Second, nCenterY, ( nFlags & … in ApplyCustomShapeGeometryAttributes() 2094 aProp.Value <<= aPolar; in ApplyCustomShapeGeometryAttributes()
|
Completed in 75 milliseconds