Lines Matching refs:rPor

412 	void _DrawText( const XubString &rText, const SwLinePortion &rPor,
419 void _NotifyURL( const SwLinePortion &rPor ) const;
420 void _DrawBackBrush( const SwLinePortion &rPor ) const;
450 inline void DrawText( const XubString &rText, const SwLinePortion &rPor,
454 inline void DrawText( const SwLinePortion &rPor, const xub_StrLen nLen,
456 inline void DrawMarkedText( const SwLinePortion &rPor, const xub_StrLen nLen,
464 void DrawTab( const SwLinePortion &rPor ) const;
465 void DrawLineBreak( const SwLinePortion &rPor ) const;
466 void DrawRedArrow( const SwLinePortion &rPor ) const;
467 void DrawPostIts( const SwLinePortion &rPor, sal_Bool bScript ) const;
468 void DrawBackground( const SwLinePortion &rPor ) const;
469 void DrawViewOpt( const SwLinePortion &rPor, const MSHORT nWhich ) const;
470 inline void DrawBackBrush( const SwLinePortion &rPor ) const in DrawBackBrush()
471 { /* if( pFnt->GetBackColor() ) */ _DrawBackBrush( rPor ); } in DrawBackBrush()
473 void DrawCheckBox( const SwFieldFormPortion &rPor, bool checked) const;
475 inline void NotifyURL( const SwLinePortion &rPor ) const in NotifyURL()
476 { if( URLNotify() ) _NotifyURL( rPor ); } in NotifyURL()
478 void CalcRect( const SwLinePortion& rPor, SwRect* pRect, SwRect* pIntersect = 0 ) const;
850 const SwLinePortion &rPor, in DrawText() argument
854 ((SwTxtPaintInfo*)this)->_DrawText( rText, rPor, nStart, nLength, bKern ); in DrawText()
857 inline void SwTxtPaintInfo::DrawText( const SwLinePortion &rPor, in DrawText() argument
860 ((SwTxtPaintInfo*)this)->_DrawText( *pTxt, rPor, nIdx, nLength, bKern ); in DrawText()
863 inline void SwTxtPaintInfo::DrawMarkedText( const SwLinePortion &rPor, in DrawMarkedText() argument
870 …((SwTxtPaintInfo*)this)->_DrawText( *pTxt, rPor, nIdx, nLength, bKern, bWrong, bSmartTags, bGramma… in DrawMarkedText()