Home
last modified time | relevance | path

Searched refs:nCoordHeight (Results 1 – 5 of 5) sorted by path

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1633 sal_Int32 nCoordHeight= 21600; in ApplyCustomShapeGeometryAttributes() local
1641 …aViewBox.Height = nCoordHeight = ((sal_Int32)GetPropertyValue( DFF_Prop_geoBottom, 21600 ) ) - aVi… in ApplyCustomShapeGeometryAttributes()
2051 nPositionY = nCoordHeight / 2; in ApplyCustomShapeGeometryAttributes()
2089 nCenterY = nCoordHeight / 2; in ApplyCustomShapeGeometryAttributes()
2105 nCenterY = nCoordHeight / 2; in ApplyCustomShapeGeometryAttributes()
2143 nRangeYMin = nCoordHeight / 2; in ApplyCustomShapeGeometryAttributes()
2155 nRangeYMax = nCoordHeight / 2; in ApplyCustomShapeGeometryAttributes()
/trunk/main/svx/inc/svx/
H A DEnhancedCustomShape2d.hxx85 sal_Int32 nCoordHeight; member in EnhancedCustomShape2d
H A DEnhancedCustomShapeGeometry.hxx77 sal_Int32 nCoordHeight; member
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx609 nCoordHeight= labs( aViewBox.Height); in ApplyShapeAttributes()
699 nCoordHeight ( 21600 ), in EnhancedCustomShape2d()
800 fYScale = nCoordHeight == 0 ? 0.0 : (double)aLogicRect.GetHeight() / (double)nCoordHeight; in EnhancedCustomShape2d()
855 case ENUM_FUNC_HEIGHT : fRet = nCoordHeight; break; in GetEnumFunc()
1018 else if ( bReplaceGeoHeight && ( nValue == nCoordHeight ) ) in GetParameter()
1044 rRetValue = nCoordHeight; in GetParameter()
1290 fPos2 /= nCoordHeight; in SetHandleControllerPosition()
1555 && ( nCoordHeight == pDefCustomShape->nCoordHeight ) ) in CreateSubPath()
1595 _aCenter.Y() = nCoordHeight/2 * fYScale; in CreateSubPath()
1597 fHeight = nCoordHeight/2; in CreateSubPath()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx740 aViewBox.Height= pDefCustomShape->nCoordHeight; in MergeDefaultAttributes()
1177 && ( aViewBox.Height == pDefCustomShape->nCoordHeight ) ) in IsDefaultGeometry()

Completed in 81 milliseconds