/aoo42x/main/unotools/source/config/ |
H A D | sourceviewconfig.cxx | 69 sal_Int16 GetFontHeight() const in GetFontHeight() function in utl::SourceViewConfig_Impl 238 sal_Int16 SourceViewConfig::GetFontHeight() const in GetFontHeight() function in utl::SourceViewConfig 240 return m_pImplConfig->GetFontHeight(); in GetFontHeight()
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 591 mnFontHeight = mrPrinterGfx.GetFontHeight(); in PspFontLayout() 645 nTextScale = mrPrinterGfx.GetFontHeight(); in LayoutText() 703 mnFontHeight = mrPrinterGfx.GetFontHeight(); in PspServerFontLayout() 931 sal_Int32 nTextHeight = m_pPrinterGfx->GetFontHeight(); in GetFontMetric() 954 nTextScale = m_pPrinterGfx->GetFontHeight(); in GetKernPairs()
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 532 mnFontHeight = mrPrinterGfx.GetFontHeight(); in PspFontLayout() 586 nTextScale = mrPrinterGfx.GetFontHeight(); in LayoutText() 644 mnFontHeight = mrPrinterGfx.GetFontHeight(); in PspServerFontLayout() 840 sal_Int32 nTextHeight = m_pPrinterGfx->GetFontHeight(); in GetFontMetric() 863 nTextScale = m_pPrinterGfx->GetFontHeight(); in GetKernPairs()
|
/aoo42x/main/oox/source/drawingml/ |
H A D | textcharacterproperties.cxx | 122 float fHeight = GetFontHeight( moHeight.get() ); in pushToPropMap() 161 return moHeight.has() ? GetFontHeight( moHeight.get() ) : fDefault; in getCharHeightPoints()
|
H A D | drawingmltypes.cxx | 150 float GetFontHeight( sal_Int32 nHeight ) in GetFontHeight() function
|
/aoo42x/main/sw/source/ui/app/ |
H A D | docshini.cxx | 248 sal_Int32 nFontHeight = pStdFont->GetFontHeight( FONT_STANDARD, i, eLanguage ); in InitNew() 310 …sal_Int32 nFontHeight = pStdFont->GetFontHeight( static_cast< sal_Int8 >(aFontIdPoolId[nIdx]), 0, … in InitNew()
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | sourceviewconfig.hxx | 51 sal_Int16 GetFontHeight() const;
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | swfont.cxx | 662 aSub[nActual].nOrgHeight = aFntAccess.Get()->GetFontHeight( pSh, rOut ); in ChgPhysFnt() 733 const sal_uInt16 nHeight = aFntAccess.Get()->GetFontHeight( pSh, rOut ); in GetHeight() 1114 pLastFont->GetFontHeight( rInf.GetShell(), rInf.GetOut() ) + in CalcEsc()
|
/aoo42x/main/sw/source/ui/config/ |
H A D | optpage.cxx | 969 nStandardHeight = pFontConfig->GetFontHeight( FONT_STANDARD, nFontGroup, eLanguage ); in Reset() 970 nTitleHeight = pFontConfig->GetFontHeight( FONT_OUTLINE , nFontGroup, eLanguage ); in Reset() 971 nListHeight = pFontConfig->GetFontHeight( FONT_LIST , nFontGroup, eLanguage ); in Reset() 972 nLabelHeight = pFontConfig->GetFontHeight( FONT_CAPTION , nFontGroup, eLanguage ); in Reset() 973 nIndexHeight = pFontConfig->GetFontHeight( FONT_INDEX , nFontGroup, eLanguage ); in Reset()
|
H A D | fontcfg.cxx | 345 sal_Int32 SwStdFontConfig::GetFontHeight( sal_uInt8 nFont, sal_uInt8 nScriptType, LanguageType eLan… in GetFontHeight() function in SwStdFontConfig
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | fontcfg.hxx | 109 sal_Int32 GetFontHeight( sal_uInt8 nFont, sal_uInt8 nScriptType, LanguageType eLang );
|
/aoo42x/main/sw/source/core/inc/ |
H A D | fntcache.hxx | 118 sal_uInt16 GetFontHeight( const ViewShell *pSh, const OutputDevice& rOut );
|
/aoo42x/main/sw/source/filter/html/ |
H A D | swcss1.hxx | 90 virtual sal_uInt32 GetFontHeight( sal_uInt16 nSize ) const;
|
H A D | svxcss1.hxx | 317 virtual sal_uInt32 GetFontHeight( sal_uInt16 nSize ) const;
|
H A D | svxcss1.cxx | 955 sal_uInt32 SvxCSS1Parser::GetFontHeight( sal_uInt16 nSize ) const in GetFontHeight() function in SvxCSS1Parser 1106 nHeight = rParser.GetFontHeight( nSize ); in ParseCSS1_font_size()
|
/aoo42x/main/dbaccess/source/ui/control/ |
H A D | sqledit.cxx | 214 Size aFontSize( 0, m_SourceViewConfig.GetFontHeight() ); in ImplSetFont()
|
/aoo42x/main/oox/inc/oox/drawingml/ |
H A D | drawingmltypes.hxx | 126 float GetFontHeight( sal_Int32 nHeight );
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdetc.hxx | 96 static sal_uIntPtr GetFontHeight() { return GetDefaults().nFontHeight; } in GetFontHeight() function in SdrEngineDefaults
|
/aoo42x/main/svx/source/unodraw/ |
H A D | unopool.cxx | 89 SdrModel::SetTextDefaults( mpDefaultsPool, SdrEngineDefaults::GetFontHeight() ); in init()
|
/aoo42x/main/vcl/inc/ |
H A D | printergfx.hxx | 401 sal_Int32 GetFontHeight () const in GetFontHeight() function in psp::PrinterGfx
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | basesh.cxx | 2097 pStdFont->GetFontHeight(FONT_STANDARD, FONT_GROUP_DEFAULT, in ExecTxtCtrl() 2100 pStdFont->GetFontHeight(FONT_STANDARD, FONT_GROUP_CJK, in ExecTxtCtrl() 2103 pStdFont->GetFontHeight(FONT_STANDARD, FONT_GROUP_CTL, in ExecTxtCtrl()
|
/aoo42x/main/cui/source/options/ |
H A D | fontsubs.cxx | 284 short nFontHeight = pSourceViewConfig->GetFontHeight(); in Reset()
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | srcedtw.cxx | 1081 aSize.Height() = pSourceViewConfig->GetFontHeight() * 20; in SetFont()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdview.cxx | 938 long nHgt=SdrEngineDefaults::GetFontHeight(); in DoMouseEvent()
|
H A D | svdmodel.cxx | 198 nDefTextHgt = SdrEngineDefaults::GetFontHeight(); in ImpCtor()
|