Home
last modified time | relevance | path

Searched refs:nFormWidth (Results 1 – 4 of 4) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormDocument.java63 private int nFormWidth; field in FormDocument
134 nFormWidth = (int) (0.8 * (double) nPageWidth) - 2 * nMargin; in adjustPageStyle()
222 return new Size(nFormWidth, nMainFormHeight); in getMainFormSize()
231 return new Size(nFormWidth, nFormHeight - nMainFormHeight - SOFORMGAP); in getSubFormSize()
262 …oSubControlForm.setFormSize(new Size(nFormWidth, nFormHeight - oMainControlForm.getFormSize().Heig… in adjustSubFormPosSize()
H A DFormControlArranger.java75 private int nFormWidth; field in FormControlArranger
193 int nBaseWidth = nFormWidth + cXOffset; in checkJustifiedPosition()
464 if (m_maxPostionX > cXOffset + nFormWidth) in resetPosSizes()
713 nFormWidth = _FormSize.Width; in setFormSize()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx1363 sal_Int32 nFormX, nFormY, nFormWidth, nFormHeight; in AdjustPageSize() local
1364 …nates( nFormXIn, nFormYIn, nFormWidthIn, nFormHeightIn, nFormX, nFormY, nFormWidth, nFormHeight ) ) in AdjustPageSize()
1371 sal_Int32 nNewPageWidth = nFormX + nFormWidth + aPageSizeDelta.Width(); in AdjustPageSize()
H A Ddlgedobj.cxx274 sal_Int32 nFormX = 0, nFormY = 0, nFormWidth, nFormHeight; in TransformControlToSdrCoordinates() local
277 xPSetForm->getPropertyValue( DLGED_PROP_WIDTH ) >>= nFormWidth; in TransformControlToSdrCoordinates()

Completed in 46 milliseconds