Lines Matching refs:SwLinePortion
54 class SwLinePortion;
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()
475 inline void NotifyURL( const SwLinePortion &rPor ) const in NotifyURL()
478 void CalcRect( const SwLinePortion& rPor, SwRect* pRect, SwRect* pIntersect = 0 ) const;
527 SwLinePortion *pLast; // die letzte Portion
530 SwLinePortion *pUnderFlow; // Unterlaufsituation: letzte Portion
531 SwLinePortion *pRest; // Rest ist der Beginn der naechsten Zeile
623 inline SwLinePortion *GetLast() { return pLast; } in GetLast()
624 inline void SetLast( SwLinePortion *pNewLast ) { pLast = pNewLast; } in SetLast()
640 inline SwLinePortion *GetRest() { return pRest; } in GetRest()
641 inline void SetRest( SwLinePortion *pNewRest ) { pRest = pNewRest; } in SetRest()
664 inline const SwLinePortion *GetUnderFlow() const { return pUnderFlow; } in GetUnderFlow()
665 inline SwLinePortion *GetUnderFlow() { return pUnderFlow; } in GetUnderFlow()
666 inline void SetUnderFlow( SwLinePortion *pNew ) in SetUnderFlow()
769 SwTxtSlot( const SwTxtSizeInfo *pNew, const SwLinePortion *pPor, bool bTxtLen,
850 const SwLinePortion &rPor, in DrawText()
857 inline void SwTxtPaintInfo::DrawText( const SwLinePortion &rPor, in DrawText()
863 inline void SwTxtPaintInfo::DrawMarkedText( const SwLinePortion &rPor, in DrawMarkedText()