Searched refs:nFormY (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/basctl/source/dlged/ |
H A D | dlged.cxx | 1361 sal_Int32 nFormX, nFormY, nFormWidth, nFormHeight; in AdjustPageSize() local 1362 …SdrCoordinates( nFormXIn, nFormYIn, nFormWidthIn, nFormHeightIn, nFormX, nFormY, nFormWidth, nForm… in AdjustPageSize() 1370 sal_Int32 nNewPageHeight = nFormY + nFormHeight + aPageSizeDelta.Height(); in AdjustPageSize()
|
H A D | dlgedobj.cxx | 274 sal_Int32 nFormX = 0, nFormY = 0, nFormWidth, nFormHeight; in TransformControlToSdrCoordinates() local 276 xPSetForm->getPropertyValue( DLGED_PROP_POSITIONY ) >>= nFormY; in TransformControlToSdrCoordinates() 279 Size aFormPos( nFormX, nFormY ); in TransformControlToSdrCoordinates()
|
Completed in 18 milliseconds