Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/document/
H A DFormHandler.java94 public int nDBRefHeight = -1; field in FormHandler
196 nDBRefHeight = (oTextControl.getPreferredHeight("The quick brown fox...") + 1); in initializeBasicControlValues()
197 BasicLabelDiffHeight = (nDBRefHeight - nLabelHeight) / 2; in initializeBasicControlValues()
549 if (this.nDBRefHeight == -1) in getControlReferenceHeight()
553 return nDBRefHeight; in getControlReferenceHeight()