Searched refs:nFormY (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/basctl/source/dlged/ |
H A D | dlged.cxx | 1363 sal_Int32 nFormX, nFormY, nFormWidth, nFormHeight; in AdjustPageSize() local 1364 …SdrCoordinates( nFormXIn, nFormYIn, nFormWidthIn, nFormHeightIn, nFormX, nFormY, nFormWidth, nForm… in AdjustPageSize() 1372 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 30 milliseconds