Lines Matching refs:SwTxtPaintInfo

549 void SwTxtPaintInfo::CtorInitTxtPaintInfo( SwTxtFrm *pFrame, const SwRect &rPaint )  in CtorInitTxtPaintInfo()
567 SwTxtPaintInfo::SwTxtPaintInfo( const SwTxtPaintInfo &rInf, const XubString &rTxt ) in SwTxtPaintInfo() function in SwTxtPaintInfo
580 SwTxtPaintInfo::SwTxtPaintInfo( const SwTxtPaintInfo &rInf ) in SwTxtPaintInfo() function in SwTxtPaintInfo
601 sal_Bool lcl_IsDarkBackground( const SwTxtPaintInfo& rInf ) in lcl_IsDarkBackground()
640 void SwTxtPaintInfo::_DrawText( const XubString &rText, const SwLinePortion &rPor, in _DrawText()
770 void SwTxtPaintInfo::CalcRect( const SwLinePortion& rPor, in CalcRect()
856 static void lcl_DrawSpecial( const SwTxtPaintInfo& rInf, const SwLinePortion& rPor, in lcl_DrawSpecial()
896 ((SwTxtPaintInfo&)rInf).SetFont( pFnt ); in lcl_DrawSpecial()
964 ((SwTxtPaintInfo&)rInf).SetPos( aTmpPos ); in lcl_DrawSpecial()
969 ((SwTxtPaintInfo&)rInf).SetFont( (SwFont*)pOldFnt ); in lcl_DrawSpecial()
970 ((SwTxtPaintInfo&)rInf).SetPos( aOldPos ); in lcl_DrawSpecial()
977 void SwTxtPaintInfo::DrawRect( const SwRect &rRect, sal_Bool bNoGraphic, in DrawRect()
983 ((SwTxtPaintInfo*)this)->GetTxtFly()-> in DrawRect()
999 void SwTxtPaintInfo::DrawTab( const SwLinePortion &rPor ) const in DrawTab()
1021 void SwTxtPaintInfo::DrawLineBreak( const SwLinePortion &rPor ) const in DrawLineBreak()
1048 void SwTxtPaintInfo::DrawRedArrow( const SwLinePortion &rPor ) const in DrawRedArrow()
1087 void SwTxtPaintInfo::DrawPostIts( const SwLinePortion&, sal_Bool bScript ) const in DrawPostIts()
1134 void SwTxtPaintInfo::DrawCheckBox( const SwFieldFormPortion &rPor, bool checked) const in DrawCheckBox()
1166 void SwTxtPaintInfo::DrawBackground( const SwLinePortion &rPor ) const in DrawBackground()
1194 void SwTxtPaintInfo::_DrawBackBrush( const SwLinePortion &rPor ) const in _DrawBackBrush()
1265 void SwTxtPaintInfo::DrawViewOpt( const SwLinePortion &rPor, in DrawViewOpt()
1318 void SwTxtPaintInfo::_NotifyURL( const SwLinePortion &rPor ) const in _NotifyURL()
1535 SwLineLayout& rLay, SwTwips nActWidth ) : SwTxtPaintInfo( rInf ) in SwTxtFormatInfo()
1788 pOldSmartTagList = static_cast<SwTxtPaintInfo*>(pInf)->GetSmartTags(); in SwTxtSlot()
1794 ((SwTxtPaintInfo*)pInf)->SetSmartTags( pOldSmartTagList->SubList( nPos ) ); in SwTxtSlot()
1799 ((SwTxtPaintInfo*)pInf)->SetSmartTags( pTempList ); in SwTxtSlot()
1802 ((SwTxtPaintInfo*)pInf)->SetSmartTags( 0); in SwTxtSlot()
1804 pOldGrammarCheckList = static_cast<SwTxtPaintInfo*>(pInf)->GetGrammarCheckList(); in SwTxtSlot()
1810 … ((SwTxtPaintInfo*)pInf)->SetGrammarCheckList( pOldGrammarCheckList->SubList( nPos ) ); in SwTxtSlot()
1815 ((SwTxtPaintInfo*)pInf)->SetGrammarCheckList( pTempList ); in SwTxtSlot()
1818 ((SwTxtPaintInfo*)pInf)->SetGrammarCheckList( 0); in SwTxtSlot()
1839 ((SwTxtPaintInfo*)pInf)->SetSmartTags( pOldSmartTagList ); in ~SwTxtSlot()
1841 ((SwTxtPaintInfo*)pInf)->SetGrammarCheckList( pOldGrammarCheckList ); in ~SwTxtSlot()