Searched refs:nFormX (Results 1 – 2 of 2) sorted by relevance
/trunk/main/basctl/source/dlged/ |
H A D | dlged.cxx | 1363 sal_Int32 nFormX, nFormY, nFormWidth, nFormHeight; in AdjustPageSize() local 1364 …rmFormToSdrCoordinates( nFormXIn, nFormYIn, nFormWidthIn, nFormHeightIn, nFormX, nFormY, nFormWidt… in AdjustPageSize() 1371 sal_Int32 nNewPageWidth = nFormX + nFormWidth + aPageSizeDelta.Width(); in AdjustPageSize()
|
H A D | dlgedobj.cxx | 274 sal_Int32 nFormX = 0, nFormY = 0, nFormWidth, nFormHeight; in TransformControlToSdrCoordinates() local 275 xPSetForm->getPropertyValue( DLGED_PROP_POSITIONX ) >>= nFormX; in TransformControlToSdrCoordinates() 279 Size aFormPos( nFormX, nFormY ); in TransformControlToSdrCoordinates()
|
Completed in 33 milliseconds