Searched refs:nLabelHeight (Results 1 – 5 of 5) sorted by relevance
93 public int nLabelHeight = -1; field in FormHandler194 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()
103 long nLabelHeight = aFTMasterPasswordWarning.GetSizePixel().Height(); in MasterPasswordCreateDialog() local118 long nDelta = nNewLabelHeight - nLabelHeight; in MasterPasswordCreateDialog()
134 long nLabelHeight = aFTPassword.GetSizePixel().Height(); in PasswordDialog() local146 long nDelta = nNewLabelHeight - nLabelHeight; in PasswordDialog()
962 sal_Int32 nLabelHeight = -1; in Reset() local975 nLabelHeight = pFontConfig->GetFontHeight( FONT_CAPTION , nFontGroup, eLanguage ); in Reset()983 if( nLabelHeight <= 0) in Reset()984 …nLabelHeight = pFontConfig->GetDefaultHeightFor( FONT_CAPTION + nFontGroup * FONT_PER_GROUP, eLang… in Reset()1031 nLabelHeight = (sal_Int32)rFontHeightLabel.GetHeight(); in Reset()1063 aLabelHeightLB. SetValue( CalcToPoint( nLabelHeight , SFX_MAPUNIT_TWIP, 10 )); in Reset()
1064 const sal_uInt16 nLabelHeight = static_cast< sal_uInt16 >( getLabelFont().GetHeight() ); in getSectionPosSize() local1065 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 141 milliseconds