Searched refs:nFormHeight (Results 1 – 4 of 4) sorted by relevance
/trunk/main/wizards/com/sun/star/wizards/form/ |
H A D | FormDocument.java | 64 private int nFormHeight; field in FormDocument 135 nFormHeight = (int) (0.65 * (double) nPageHeight) - 2 * nMargin; in adjustPageStyle() 209 int nMainFormHeight = nFormHeight; in getMainFormSize() 214 nMainFormHeight = (int) ((double) (nFormHeight - SOFORMGAP) / 2); in getMainFormSize() 219 …(double) getMainFieldCount() / (double) nTotalFieldCount) * ((double) (nFormHeight - SOFORMGAP) / … 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 D | FormControlArranger.java | 76 private int nFormHeight; field in FormControlArranger 414 … if ((m_currentControlPosY > cYOffset + nFormHeight) || (LastIndex == (FieldColumns.length - 1))) in resetPosSizes() 439 … if ((m_currentLabelPosY > cYOffset + nFormHeight) || (LastIndex == (FieldColumns.length - 1))) in resetPosSizes() 712 nFormHeight = _FormSize.Height; in setFormSize()
|
/trunk/main/basctl/source/dlged/ |
H A D | dlged.cxx | 1363 sal_Int32 nFormX, nFormY, nFormWidth, nFormHeight; in AdjustPageSize() local 1364 …nates( nFormXIn, nFormYIn, nFormWidthIn, nFormHeightIn, nFormX, nFormY, nFormWidth, nFormHeight ) ) 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 278 xPSetForm->getPropertyValue( DLGED_PROP_HEIGHT ) >>= nFormHeight; in TransformControlToSdrCoordinates()
|
Completed in 40 milliseconds