Home
last modified time | relevance | path

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

/trunk/main/toolkit/inc/toolkit/helper/
H A Dvclunohelper.hxx110 static float ConvertFontWidth( FontWidth eWidth );
111 static FontWidth ConvertFontWidth( float f );
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx216 float VCLUnoHelper::ConvertFontWidth( FontWidth eWidth ) in ConvertFontWidth() function in VCLUnoHelper
243 FontWidth VCLUnoHelper::ConvertFontWidth( float f ) in ConvertFontWidth() function in VCLUnoHelper
335 aFD.CharacterWidth = VCLUnoHelper::ConvertFontWidth( rFont.GetWidthType() ); in CreateFontDescriptor()
363 aFont.SetWidthType( VCLUnoHelper::ConvertFontWidth( rDescr.CharacterWidth ) ); in CreateFont()
/trunk/main/forms/source/component/
H A DGrid.cxx962 …_rxOutStream->writeShort( sal::static_int_cast< sal_Int16 >( VCLUnoHelper::ConvertFontWidth( aFont… in write()
1098 aFont.CharacterWidth = (float)VCLUnoHelper::ConvertFontWidth( _rxInStream->readShort() ); in read()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1017 float ConvertFontWidth( ::FontWidth eWidth ) in ConvertFontWidth() function
1054 aFD.CharacterWidth = ConvertFontWidth( rFont.GetWidthType() ); in CreateFontDescriptor()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx96 aFD.CharacterWidth = VCLUnoHelper::ConvertFontWidth( rFont.GetWidthType() ); in ImplCreateFontDescriptor()
118 aFont.SetWidthType( VCLUnoHelper::ConvertFontWidth( rDescr.CharacterWidth ) ); in ImplCreateFont()
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx429 aNewFont.SetWidthType(VCLUnoHelper::ConvertFontWidth(pCharItem->GetValue())); in lcl_initAwtFont()
/trunk/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx793 VCLUnoHelper::ConvertFontWidth( aFD.CharacterWidth )) ); in write()

Completed in 63 milliseconds