Searched refs:_pFontSizeLB (Results 1 – 1 of 1) sorted by relevance
810 const FontSizeBox* _pFontSizeLB, in calcFontInfo() argument836 if ( _pFontSizeLB->IsRelative() ) in calcFontInfo()843 if ( _pFontSizeLB->IsPtRelative() ) in calcFontInfo()844 … nHeight = rOldItem.GetHeight() + PointToTwips( static_cast<long>(_pFontSizeLB->GetValue() / 10) ); in calcFontInfo()846 nHeight = static_cast<long>(rOldItem.GetHeight() * _pFontSizeLB->GetValue() / 100); in calcFontInfo()852 else if ( _pFontSizeLB->GetText().Len() ) in calcFontInfo()853 aSize.Height() = PointToTwips( static_cast<long>(_pFontSizeLB->GetValue() / 10) ); in calcFontInfo()1627 …void enableRelativeMode( SvxCharNamePage* _pPage, FontSizeBox* _pFontSizeLB, sal_uInt16 _nHeightWh… in enableRelativeMode() argument1629 _pFontSizeLB->EnableRelativeMode( 5, 995, 5 ); // min 5%, max 995%, step 5 in enableRelativeMode()1640 …_pFontSizeLB->EnablePtRelativeMode( sal::static_int_cast< short >(-(nCurHeight - 20)), (9999 - nCu… in enableRelativeMode()
Completed in 34 milliseconds