Home
last modified time | relevance | path

Searched refs:aPolar (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx2092 EnhancedCustomShapeParameterPair aPolar; in ApplyCustomShapeGeometryAttributes() local
2093 …EnhancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aPolar.First, nCenterX, ( nFlags & … in ApplyCustomShapeGeometryAttributes()
2094 …EnhancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aPolar.Second, nCenterY, ( nFlags & … in ApplyCustomShapeGeometryAttributes()
2097 aProp.Value <<= aPolar; in ApplyCustomShapeGeometryAttributes()
H A Descherex.cxx3684 com::sun::star::drawing::EnhancedCustomShapeParameterPair aPolar; in CreateCustomShapeProperties() local
3685 if ( rPropVal.Value >>= aPolar ) in CreateCustomShapeProperties()
3687 if ( GetValueForEnhancedCustomShapeHandleParameter( nXMap, aPolar.First ) ) in CreateCustomShapeProperties()
3689 if ( GetValueForEnhancedCustomShapeHandleParameter( nYMap, aPolar.Second ) ) in CreateCustomShapeProperties()
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx236 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()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx511 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()
/trunk/main/svx/inc/svx/
H A DEnhancedCustomShape2d.hxx146 com::sun::star::drawing::EnhancedCustomShapeParameterPair aPolar; member

Completed in 94 milliseconds