Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/txtnode/
H A Dswfont.cxx634 if ( pLastFont ) in ChgFnt()
635 pLastFont->Unlock(); in ChgFnt()
639 pLastFont = aFntAccess.Get(); in ChgFnt()
643 pLastFont->Lock(); in ChgFnt()
749 if ( !pLastFont || pLastFont->GetOwner()!=pMagic || in _GetTxtSize()
867 if( !pLastFont || pLastFont->GetOwner()!=pMagic ) in _DrawText()
887 pLastFont->DrawText( rInf ); in _DrawText()
909 pLastFont->DrawText( rInf ); in _DrawText()
917 pLastFont->DrawText( rInf ); in _DrawText()
996 if ( !pLastFont || pLastFont->GetOwner() != pMagic ) in _DrawStretchText()
[all …]
H A Dfntcap.cxx588 SwFntObj *pOldLast = pLastFont; in DoOnCapitals()
616 pSpaceFont = pLastFont; in DoOnCapitals()
629 pBigFont = pLastFont; in DoOnCapitals()
665 pLastFont = pSmallFont; in DoOnCapitals()
715 pLastFont = pBigFont; in DoOnCapitals()
725 pLastFont = pSpaceFont; in DoOnCapitals()
726 pLastFont->SetDevFont( rDo.GetInf().GetShell(), in DoOnCapitals()
729 pLastFont = pBigFont; in DoOnCapitals()
730 pLastFont->SetDevFont( rDo.GetInf().GetShell(), in DoOnCapitals()
831 pLastFont = pSpaceFont; in DoOnCapitals()
[all …]
H A Dfntcache.cxx77 SwFntObj *pLastFont = NULL; variable
114 if ( pLastFont ) in Flush()
116 pLastFont->Unlock(); in Flush()
117 pLastFont = NULL; in Flush()
/trunk/main/sw/source/core/text/
H A Dtxtfrm.cxx2334 if ( pLastFont ) in _CalcHeightOfLastLine()
2336 SwFntObj *pOldFont = pLastFont; in _CalcHeightOfLastLine()
2337 pLastFont = NULL; in _CalcHeightOfLastLine()
2341 pLastFont->Unlock(); in _CalcHeightOfLastLine()
2342 pLastFont = pOldFont; in _CalcHeightOfLastLine()
2343 pLastFont->SetDevFont( pVsh, *pOut ); in _CalcHeightOfLastLine()
2351 pLastFont->Unlock(); in _CalcHeightOfLastLine()
2352 pLastFont = NULL; in _CalcHeightOfLastLine()
/trunk/main/sw/source/core/inc/
H A Dfntcache.hxx64 extern SwFntObj *pLastFont;

Completed in 41 milliseconds