Searched refs:rPor (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/sw/source/core/text/ |
H A D | inftxt.cxx | 684 if ( ! rPor.InFldGrp() ) in _DrawText() 708 const long nSpaceAdd = ( rPor.IsBlankPortion() || rPor.IsDropPortion() || in _DrawText() 741 const Size aSize( rPor.Width(), rPor.Height() ); in _DrawText() 773 Size aSize( rPor.Width(), rPor.Height() ); in CalcRect() 774 if( rPor.IsHangingPortion() ) in CalcRect() 798 aPoint.A() = X() - rPor.Height() + rPor.GetAscent(); in CalcRect() 807 aPoint.B() = Y() - rPor.Height() + rPor.GetAscent(); in CalcRect() 967 rInf.DrawText( aTmp, rPor ); in lcl_DrawSpecial() 1004 CalcRect( rPor, &aRect ); in DrawTab() 1025 KSHORT nOldWidth = rPor.Width(); in DrawLineBreak() [all …]
|
H A D | inftxt.hxx | 419 void _NotifyURL( const SwLinePortion &rPor ) const; 420 void _DrawBackBrush( const SwLinePortion &rPor ) const; 464 void DrawTab( const SwLinePortion &rPor ) const; 465 void DrawLineBreak( const SwLinePortion &rPor ) const; 466 void DrawRedArrow( const SwLinePortion &rPor ) const; 468 void DrawBackground( const SwLinePortion &rPor ) const; 470 inline void DrawBackBrush( const SwLinePortion &rPor ) const in DrawBackBrush() 471 { /* if( pFnt->GetBackColor() ) */ _DrawBackBrush( rPor ); } in DrawBackBrush() 475 inline void NotifyURL( const SwLinePortion &rPor ) const in NotifyURL() 476 { if( URLNotify() ) _NotifyURL( rPor ); } in NotifyURL() [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()
|
Completed in 79 milliseconds