Searched refs:_DrawText (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sw/source/core/text/ |
H A D | inftxt.hxx | 412 void _DrawText( const XubString &rText, const SwLinePortion &rPor, 854 ((SwTxtPaintInfo*)this)->_DrawText( rText, rPor, nStart, nLength, bKern ); in DrawText() 860 ((SwTxtPaintInfo*)this)->_DrawText( *pTxt, rPor, nIdx, nLength, bKern ); in DrawText() 870 …((SwTxtPaintInfo*)this)->_DrawText( *pTxt, rPor, nIdx, nLength, bKern, bWrong, bSmartTags, bGramma… in DrawMarkedText()
|
H A D | frmpaint.cxx | 261 pTmpFnt->_DrawText( aDrawInf ); in PaintExtra() 580 pFnt->_DrawText( aDrawInf ); in PaintEmpty()
|
H A D | inftxt.cxx | 640 void SwTxtPaintInfo::_DrawText( const XubString &rText, const SwLinePortion &rPor, in _DrawText() function in SwTxtPaintInfo 761 pFnt->_DrawText( aDrawInf ); in _DrawText()
|
H A D | txtfly.cxx | 1025 rInf.GetFont()->_DrawText( rInf ); in DrawTextOpaque() 1041 rInf.GetFont()->_DrawText( rInf ); in DrawTextOpaque()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | swfont.hxx | 80 void _DrawText( SwDrawTextInfo &rInf, const sal_Bool bGrey ); 354 inline void _DrawText( SwDrawTextInfo &rInf ) in _DrawText() function in SwFont 355 { aSub[nActual]._DrawText( rInf, IsGreyWave() ); } in _DrawText()
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | swfont.cxx | 848 void SwSubFont::_DrawText( SwDrawTextInfo &rInf, const sal_Bool bGrey ) in _DrawText() function in SwSubFont
|
Completed in 50 milliseconds