Home
last modified time | relevance | path

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

/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx810 const FontSizeBox* _pFontSizeLB, in calcFontInfo() argument
836 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() argument
1629 _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 28 milliseconds