Home
last modified time | relevance | path

Searched refs:rReformat (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dfrmform.cxx852 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 …]
H A Dtxtfrm.cxx755 SwCharRange &rReformat = *(pPara->GetReformat()); in _InvalidateRange() local
756 if(aRange != rReformat) { in _InvalidateRange()
757 if( STRING_LEN == rReformat.Len() ) in _InvalidateRange()
758 rReformat = aRange; in _InvalidateRange()
760 rReformat += aRange; in _InvalidateRange()
/trunk/main/sw/source/core/inc/
H A Dsectfrm.hxx56 virtual sal_Bool ShouldBwdMoved( SwLayoutFrm *pNewUpper, sal_Bool bHead, sal_Bool &rReformat );
H A Dtabfrm.hxx102 virtual sal_Bool ShouldBwdMoved( SwLayoutFrm *pNewUpper, sal_Bool bHead, sal_Bool &rReformat );
H A Dflowfrm.hxx153 virtual sal_Bool ShouldBwdMoved( SwLayoutFrm *pNewUpper, sal_Bool bHead, sal_Bool &rReformat )=0;
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx3564 sal_Bool SwTabFrm::ShouldBwdMoved( SwLayoutFrm *pNewUpper, sal_Bool, sal_Bool &rReformat ) in ShouldBwdMoved() argument
3566 rReformat = sal_False; in ShouldBwdMoved()
3638 return rReformat = sal_True; in ShouldBwdMoved()

Completed in 101 milliseconds