Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Dfntcache.cxx985 OSL_ENSURE( pTmpFont, "No screen or printer font?" ); in DrawText()
986 if ( ! pTmpFont ) in DrawText()
987 pTmpFont = m_pPrtFont; in DrawText()
1021 Color aOldColor( pTmpFont->GetColor() ); in DrawText()
1022 bool bChgColor = rInf.ApplyAutoColor( pTmpFont ); in DrawText()
1024 rInf.GetOut().SetFont( *pTmpFont ); in DrawText()
1026 pTmpFont->SetColor( aOldColor ); in DrawText()
1480 rInf.GetOut().SetFont( *pTmpFont ); in DrawText()
1481 pTmpFont->SetColor( aSaveColor ); in DrawText()
1881 rInf.GetOut().SetFont( *pTmpFont ); in DrawText()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dfntcache.cxx949 OSL_ENSURE( pTmpFont, "No screen or printer font?" ); in DrawText()
950 if ( ! pTmpFont ) in DrawText()
951 pTmpFont = m_pPrtFont; in DrawText()
985 Color aOldColor( pTmpFont->GetColor() ); in DrawText()
986 bool bChgColor = rInf.ApplyAutoColor( pTmpFont ); in DrawText()
988 rInf.GetOut().SetFont( *pTmpFont ); in DrawText()
990 pTmpFont->SetColor( aOldColor ); in DrawText()
1444 rInf.GetOut().SetFont( *pTmpFont ); in DrawText()
1445 pTmpFont->SetColor( aSaveColor ); in DrawText()
1845 rInf.GetOut().SetFont( *pTmpFont ); in DrawText()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dtxtdrop.cxx404 std::unique_ptr<SwFont> pTmpFont; in Paint() local
407 pTmpFont.reset(new SwFont( *rInf.GetFont() )); in Paint()
408 pTmpFont->SetVertical( 0_deg10, rInf.GetTextFrame()->IsVertical() ); in Paint()
411 SwFontSave aFontSave( rInf, pTmpFont.get() ); in Paint()
H A Dpormulti.cxx1732 SwFont* pTmpFont = GetInfo().GetFont(); in PaintMultiPortion() local
1733 pTmpFont->SetVertical( 0_deg10, GetInfo().GetTextFrame()->IsVertical() ); in PaintMultiPortion()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dtxtdrop.cxx403 std::unique_ptr<SwFont> pTmpFont; in Paint() local
406 pTmpFont.reset(new SwFont( *rInf.GetFont() )); in Paint()
407 pTmpFont->SetVertical( 0, rInf.GetTextFrame()->IsVertical() ); in Paint()
410 SwFontSave aFontSave( rInf, pTmpFont.get() ); in Paint()
H A Dpormulti.cxx1730 SwFont* pTmpFont = GetInfo().GetFont(); in PaintMultiPortion() local
1731 pTmpFont->SetVertical( 0, GetInfo().GetTextFrame()->IsVertical() ); in PaintMultiPortion()