Searched refs:SwCharRange (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sw/source/core/text/ |
H A D | porlay.hxx | 45 class SwCharRange class 49 inline SwCharRange( const xub_StrLen nInitStart = 0, in SwCharRange() function in SwCharRange 59 inline sal_Bool operator<(const SwCharRange &rRange) const in operator <() 61 inline sal_Bool operator>(const SwCharRange &rRange) const in operator >() 63 inline sal_Bool operator!=(const SwCharRange &rRange) const in operator !=() 65 SwCharRange &operator+=(const SwCharRange &rRange); 268 SwCharRange aReformat; 307 inline SwCharRange *GetReformat() { return &aReformat; } in GetReformat() 308 inline const SwCharRange *GetReformat() const { return &aReformat; } in GetReformat() 397 aReformat = SwCharRange( 0, STRING_LEN ); in FormatReset()
|
H A D | txtfrm.cxx | 755 SwCharRange &rReformat = *(pPara->GetReformat()); in _InvalidateRange() 1013 InvalidateRange( SwCharRange( nPos, 1 ), -1 ); in Modify() 1032 InvalidateRange( SwCharRange( nPos, 1 ), m ); in Modify() 1056 _InvalidateRange( SwCharRange( nPos, nLen) ); in Modify() 1588 InvalidateRange( SwCharRange( 0, 1 ), 1); in Prepare() 1616 InvalidateRange( SwCharRange( 0, 1 ), 1); in Prepare() 1628 InvalidateRange( SwCharRange( nPos, 1 ), 1); in Prepare() 1636 InvalidateRange( SwCharRange( nPos, 1 ), 1); in Prepare() 1662 InvalidateRange( SwCharRange( nPos, 1 ), 0 ); in Prepare() 1814 InvalidateRange( SwCharRange( nPos, 1 ), 0 ); in Prepare() [all …]
|
H A D | frmform.cxx | 272 *(pPara->GetReformat()) = SwCharRange(); in CalcFollow() 365 *(pPara->GetReformat()) = SwCharRange(); in CalcFollow() 851 SwCharRange &rReformat = *(pPara->GetReformat()); in _SetOfst() 1013 const SwCharRange aFollowRg( GetFollow()->GetOfst(), 1 ); in CalcPreps() 1113 *(pPara->GetReformat()) = SwCharRange(); in FormatAdjust() 1437 SwCharRange &rReformat = *(pPara->GetReformat()); in _Format() 1780 SwCharRange aRange( 0, rInf.GetTxt().Len() ); in FormatOnceMore() 1810 SwCharRange aTmpRange( 0, rInf.GetTxt().Len() ); in FormatOnceMore() 2226 _InvalidateRange( SwCharRange( nStrt, nEnd - nStrt) ); in FormatQuick() 2240 *(pPara->GetReformat()) = SwCharRange(); in FormatQuick()
|
H A D | porlay.cxx | 712 SwCharRange &SwCharRange::operator+=(const SwCharRange &rRange) in operator +=()
|
H A D | itrtxt.cxx | 457 SwCharRange( nTmpPos, nTmpPos ), 0 ); in TruncLines()
|
/trunk/main/sw/source/core/inc/ |
H A D | txtfrm.hxx | 32 class SwCharRange; 116 void _InvalidateRange( const SwCharRange &, const long = 0); 117 inline void InvalidateRange( const SwCharRange &, const long = 0);
|
Completed in 163 milliseconds