Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/document/
H A DFormHandler.java93 public int nLabelHeight = -1; field in FormHandler
194 nLabelHeight = (oLabelControl.getPreferredHeight("The quick brown fox...") + 1); in initializeBasicControlValues()
197 BasicLabelDiffHeight = (nDBRefHeight - nLabelHeight) / 2; in initializeBasicControlValues()
561 if (this.nLabelHeight == -1) in getLabelHeight()
565 return nLabelHeight; in getLabelHeight()
/trunk/main/uui/source/
H A Dpassworddlg.cxx134 long nLabelHeight = aFTPassword.GetSizePixel().Height(); in PasswordDialog() local
146 long nDelta = nNewLabelHeight - nLabelHeight; in PasswordDialog()
H A Dmasterpasscrtdlg.cxx103 long nLabelHeight = aFTMasterPasswordWarning.GetSizePixel().Height(); in MasterPasswordCreateDialog() local
118 long nDelta = nNewLabelHeight - nLabelHeight; in MasterPasswordCreateDialog()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx959 sal_Int32 nLabelHeight = -1; in Reset() local
972 nLabelHeight = pFontConfig->GetFontHeight( FONT_CAPTION , nFontGroup, eLanguage ); in Reset()
980 if( nLabelHeight <= 0) in Reset()
981nLabelHeight = pFontConfig->GetDefaultHeightFor( FONT_CAPTION + nFontGroup * FONT_PER_GROUP, eLang… in Reset()
1028 nLabelHeight = (sal_Int32)rFontHeightLabel.GetHeight(); in Reset()
1060 aLabelHeightLB. SetValue( CalcToPoint( nLabelHeight , SFX_MAPUNIT_TWIP, 10 )); in Reset()
/trunk/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx1064 const sal_uInt16 nLabelHeight = static_cast< sal_uInt16 >( getLabelFont().GetHeight() ); in getSectionPosSize() local
1065 const sal_uInt16 nBtnHeight = nLabelHeight*2; in getSectionPosSize()
1109 long h = nLabelHeight*3/2; // check box height is heuristically 150% of the text height. in getSectionPosSize()

Completed in 48 milliseconds