Searched refs:rPor (Results 1 – 11 of 11) sorted by relevance
| /AOO41X/main/sw/source/core/text/ |
| H A D | inftxt.cxx | 640 void SwTxtPaintInfo::_DrawText( const XubString &rText, const SwLinePortion &rPor, in _DrawText() argument 649 if( GetFont()->IsBlink() && OnWin() && rPor.Width() ) in _DrawText() 665 aPoint.X() -= rPor.Width(); in _DrawText() 670 pBlink->Insert( aPoint, &rPor, GetTxtFrm(), pFnt->GetOrientation() ); in _DrawText() 684 if ( ! rPor.InFldGrp() ) in _DrawText() 702 rPor.Width(), bBullet ); in _DrawText() 708 const long nSpaceAdd = ( rPor.IsBlankPortion() || rPor.IsDropPortion() || in _DrawText() 709 rPor.InNumberGrp() ) ? 0 : GetSpaceAdd(); in _DrawText() 715 aDrawInf.SetNumberOfBlanks( rPor.InTxtGrp() ? in _DrawText() 716 … static_cast<const SwTxtPortion&>(rPor).GetSpaceCnt( *this, nCharCnt ) : in _DrawText() [all …]
|
| H A D | inftxt.hxx | 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; [all …]
|
| H A D | guess.cxx | 63 sal_Bool SwTxtGuess::Guess( const SwTxtPortion& rPor, SwTxtFormatInfo &rInf, in Guess() argument 86 ! rPor.InFldGrp() && in Guess() 87 ! rPor.IsDropPortion() ? in Guess() 149 rInf.SetMaxWidthDiff( (sal_uLong)&rPor, nMaxSizeDiff ); in Guess() 200 rInf.SetMaxWidthDiff( (sal_uLong)&rPor, nMaxSizeDiff ); in Guess() 208 if ( rPor.IsFtnPortion() ) in Guess() 314 if ( nCutPos && ! rPor.InFldGrp() ) in Guess() 354 ! rPor.InFldGrp(); in Guess() 518 rInf.SetMaxWidthDiff( (sal_uLong)&rPor, nMaxSizeDiff ); in Guess()
|
| H A D | itrpaint.cxx | 79 sal_Bool IsUnderlineBreak( const SwLinePortion& rPor, const SwFont& rFnt ) in IsUnderlineBreak() argument 82 rPor.IsFlyPortion() || rPor.IsFlyCntPortion() || in IsUnderlineBreak() 83 rPor.IsBreakPortion() || rPor.IsMarginPortion() || in IsUnderlineBreak() 84 rPor.IsHolePortion() || in IsUnderlineBreak() 85 ( rPor.IsMultiPortion() && ! ((SwMultiPortion&)rPor).IsBidi() ) || in IsUnderlineBreak()
|
| H A D | portxt.cxx | 69 const SwLinePortion& rPor ) in lcl_AddSpace() argument 83 nEnd = rInf.GetIdx() + rPor.GetLen(); in lcl_AddSpace() 114 const SwLinePortion* pPor = rPor.GetPortion(); in lcl_AddSpace() 153 const SwLinePortion* pPor = rPor.GetPortion(); in lcl_AddSpace() 189 nPos = rInf.GetIdx() + rPor.GetLen(); in lcl_AddSpace() 193 const SwLinePortion* pPor = rPor.GetPortion(); in lcl_AddSpace() 852 SwHolePortion::SwHolePortion( const SwTxtPortion &rPor ) in SwHolePortion() argument 856 Height( rPor.Height() ); in SwHolePortion() 857 SetAscent( rPor.GetAscent() ); in SwHolePortion()
|
| H A D | itrcrsr.cxx | 75 const SwLinePortion& rPor ) in lcl_GetCharRectInsideField() argument 79 if ( rPor.InFldGrp() && ((SwFldPortion&)rPor).GetExp().Len() ) in lcl_GetCharRectInsideField() 86 const SwLinePortion* pPor = &rPor; in lcl_GetCharRectInsideField() 142 rOrig.Width( rCMS.bRealWidth && rPor.Width() ? rPor.Width() : 1 ); in lcl_GetCharRectInsideField()
|
| H A D | guess.hxx | 54 sal_Bool Guess( const SwTxtPortion& rPor, SwTxtFormatInfo &rInf,
|
| H A D | portxt.hxx | 91 SwHolePortion( const SwTxtPortion &rPor );
|
| H A D | itrform2.cxx | 71 extern sal_Bool IsUnderlineBreak( const SwLinePortion& rPor, const SwFont& rFnt );
|
| H A D | pormulti.cxx | 60 extern sal_Bool IsUnderlineBreak( const SwLinePortion& rPor, const SwFont& rFnt );
|
| /AOO41X/main/sw/inc/ |
| H A D | EnhancedPDFExportHelper.hxx | 123 Por_Info( const SwLinePortion& rPor, const SwTxtPainter& rTxtPainer ) in Por_Info() 124 : mrPor( rPor ), mrTxtPainter( rTxtPainer ) {}; in Por_Info()
|