Home
last modified time | relevance | path

Searched refs:GetFontHeight (Results 1 – 25 of 28) sorted by relevance

12

/trunk/main/unotools/source/config/
H A Dsourceviewconfig.cxx69 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()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx591 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()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx532 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()
/trunk/main/oox/source/drawingml/
H A Dtextcharacterproperties.cxx122 float fHeight = GetFontHeight( moHeight.get() ); in pushToPropMap()
161 return moHeight.has() ? GetFontHeight( moHeight.get() ) : fDefault; in getCharHeightPoints()
H A Ddrawingmltypes.cxx150 float GetFontHeight( sal_Int32 nHeight ) in GetFontHeight() function
/trunk/main/sw/source/ui/app/
H A Ddocshini.cxx248 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()
/trunk/main/unotools/inc/unotools/
H A Dsourceviewconfig.hxx51 sal_Int16 GetFontHeight() const;
/trunk/main/sw/source/core/txtnode/
H A Dswfont.cxx662 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()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx969 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 Dfontcfg.cxx345 sal_Int32 SwStdFontConfig::GetFontHeight( sal_uInt8 nFont, sal_uInt8 nScriptType, LanguageType eLan… in GetFontHeight() function in SwStdFontConfig
/trunk/main/sw/source/ui/inc/
H A Dfontcfg.hxx109 sal_Int32 GetFontHeight( sal_uInt8 nFont, sal_uInt8 nScriptType, LanguageType eLang );
/trunk/main/sw/source/core/inc/
H A Dfntcache.hxx118 sal_uInt16 GetFontHeight( const ViewShell *pSh, const OutputDevice& rOut );
/trunk/main/sw/source/filter/html/
H A Dswcss1.hxx90 virtual sal_uInt32 GetFontHeight( sal_uInt16 nSize ) const;
H A Dsvxcss1.hxx317 virtual sal_uInt32 GetFontHeight( sal_uInt16 nSize ) const;
H A Dsvxcss1.cxx955 sal_uInt32 SvxCSS1Parser::GetFontHeight( sal_uInt16 nSize ) const in GetFontHeight() function in SvxCSS1Parser
1106 nHeight = rParser.GetFontHeight( nSize ); in ParseCSS1_font_size()
/trunk/main/dbaccess/source/ui/control/
H A Dsqledit.cxx214 Size aFontSize( 0, m_SourceViewConfig.GetFontHeight() ); in ImplSetFont()
/trunk/main/oox/inc/oox/drawingml/
H A Ddrawingmltypes.hxx126 float GetFontHeight( sal_Int32 nHeight );
/trunk/main/svx/inc/svx/
H A Dsvdetc.hxx96 static sal_uIntPtr GetFontHeight() { return GetDefaults().nFontHeight; } in GetFontHeight() function in SdrEngineDefaults
/trunk/main/svx/source/unodraw/
H A Dunopool.cxx89 SdrModel::SetTextDefaults( mpDefaultsPool, SdrEngineDefaults::GetFontHeight() ); in init()
/trunk/main/vcl/inc/
H A Dprintergfx.hxx401 sal_Int32 GetFontHeight () const in GetFontHeight() function in psp::PrinterGfx
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx2097 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()
/trunk/main/cui/source/options/
H A Dfontsubs.cxx284 short nFontHeight = pSourceViewConfig->GetFontHeight(); in Reset()
/trunk/main/sw/source/ui/docvw/
H A Dsrcedtw.cxx1081 aSize.Height() = pSourceViewConfig->GetFontHeight() * 20; in SetFont()
/trunk/main/svx/source/svdraw/
H A Dsvdview.cxx938 long nHgt=SdrEngineDefaults::GetFontHeight(); in DoMouseEvent()
H A Dsvdmodel.cxx198 nDefTextHgt = SdrEngineDefaults::GetFontHeight(); in ImpCtor()

Completed in 118 milliseconds

12