Searched refs:rReformat (Results 1 – 6 of 6) sorted by relevance
852 rReformat.Start() = 0; in _SetOfst()853 rReformat.Len() = GetTxt().Len(); in _SetOfst()854 *(pPara->GetDelta()) = rReformat.Len(); in _SetOfst()1443 if( rReformat.Len() > nStrLen ) in _Format()1444 rReformat.Len() = nStrLen; in _Format()1447 xub_StrLen nEnd = rReformat.Start() + rReformat.Len(); in _Format()1450 rReformat.Len() = nStrLen - rReformat.Start(); in _Format()1463 rLine.CharToLine( rReformat.Start() ); in _Format()1486 >= rReformat.Start() || in _Format()1508 rReformat.Len() += rReformat.Start() - nNew; in _Format()[all …]
755 SwCharRange &rReformat = *(pPara->GetReformat()); in _InvalidateRange() local756 if(aRange != rReformat) { in _InvalidateRange()757 if( STRING_LEN == rReformat.Len() ) in _InvalidateRange()758 rReformat = aRange; in _InvalidateRange()760 rReformat += aRange; in _InvalidateRange()
56 virtual sal_Bool ShouldBwdMoved( SwLayoutFrm *pNewUpper, sal_Bool bHead, sal_Bool &rReformat );
102 virtual sal_Bool ShouldBwdMoved( SwLayoutFrm *pNewUpper, sal_Bool bHead, sal_Bool &rReformat );
153 virtual sal_Bool ShouldBwdMoved( SwLayoutFrm *pNewUpper, sal_Bool bHead, sal_Bool &rReformat )=0;
3564 sal_Bool SwTabFrm::ShouldBwdMoved( SwLayoutFrm *pNewUpper, sal_Bool, sal_Bool &rReformat ) in ShouldBwdMoved() argument3566 rReformat = sal_False; in ShouldBwdMoved()3638 return rReformat = sal_True; in ShouldBwdMoved()
Completed in 77 milliseconds