Searched refs:SwCharRange (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/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 | 725 inline void SwTxtFrm::InvalidateRange(const SwCharRange &aRange, const long nD) in InvalidateRange() 735 void SwTxtFrm::_InvalidateRange( const SwCharRange &aRange, const long nD) in _InvalidateRange() 755 SwCharRange &rReformat = *(pPara->GetReformat()); in _InvalidateRange() 1001 _InvalidateRange( SwCharRange( nPos, nLen ), nLen ); in Modify() 1013 InvalidateRange( SwCharRange( nPos, 1 ), -1 ); in Modify() 1032 InvalidateRange( SwCharRange( nPos, 1 ), m ); in Modify() 1056 _InvalidateRange( SwCharRange( nPos, nLen) ); in Modify() 1115 _InvalidateRange( SwCharRange( nPos, 1 ) ); in Modify() 1163 _InvalidateRange( SwCharRange( nPos, 1 ) ); in Modify() 1343 SwCharRange( *pFld->GetTxtFld()->GetStart(), 1 ) ); in Modify() [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()
|
| /AOO41X/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);
|