Searched refs:rEndNd (Results 1 – 6 of 6) sorted by relevance
| /AOO42X/main/sw/source/core/edit/ |
| H A D | eddel.cxx | 75 const SwNode& rEndNd = *pNd->EndOfSectionNode(); in DeleteSel() local 76 if( pEndSelPos->nNode.GetIndex() <= rEndNd.GetIndex() ) in DeleteSel() 84 aDelPam.GetPoint()->nNode = rEndNd; in DeleteSel()
|
| /AOO42X/main/sw/source/core/crsr/ |
| H A D | swcrsr.cxx | 920 int lcl_MakeSelFwrd( const SwNode& rSttNd, const SwNode& rEndNd, in lcl_MakeSelFwrd() argument 923 if( rSttNd.GetIndex() + 1 == rEndNd.GetIndex() ) in lcl_MakeSelFwrd() 938 rPam.GetPoint()->nNode.GetIndex() >= rEndNd.GetIndex() ) in lcl_MakeSelFwrd() 942 rPam.GetPoint()->nNode = rEndNd; in lcl_MakeSelFwrd() 952 int lcl_MakeSelBkwrd( const SwNode& rSttNd, const SwNode& rEndNd, in lcl_MakeSelBkwrd() argument 955 if( rEndNd.GetIndex() + 1 == rSttNd.GetIndex() ) in lcl_MakeSelBkwrd() 969 else if( rEndNd.GetIndex() > rPam.GetPoint()->nNode.GetIndex() || in lcl_MakeSelBkwrd() 974 rPam.GetPoint()->nNode = rEndNd; in lcl_MakeSelBkwrd()
|
| H A D | pam.cxx | 258 CHKSECTION lcl_TstIdx( sal_uLong nSttIdx, sal_uLong nEndIdx, const SwNode& rEndNd ) in lcl_TstIdx() argument 260 sal_uLong nStt = rEndNd.StartOfSectionIndex(), nEnd = rEndNd.GetIndex(); in lcl_TstIdx()
|
| /AOO42X/main/sw/source/core/doc/ |
| H A D | docedt.cxx | 371 bool lcl_SaveFtn( const SwNodeIndex& rSttNd, const SwNodeIndex& rEndNd, in lcl_SaveFtn() argument 393 <= rEndNd.GetIndex() ) in lcl_SaveFtn() 399 ( &rEndNd.GetNode() == pFtnNd && in lcl_SaveFtn() 401 : ( &rEndNd.GetNode() == pFtnNd )) in lcl_SaveFtn() 432 ( &rEndNd.GetNode() == pFtnNd && in lcl_SaveFtn() 459 while( aIdx < rEndNd ) // Check the moved section in lcl_SaveFtn()
|
| /AOO42X/main/sw/inc/ |
| H A D | tblsel.hxx | 92 sal_Bool ChkChartSel( const SwNode& rSttNd, const SwNode& rEndNd,
|
| /AOO42X/main/sw/source/core/frmedt/ |
| H A D | tblsel.cxx | 483 sal_Bool ChkChartSel( const SwNode& rSttNd, const SwNode& rEndNd, in ChkChartSel() argument 508 aIdx = rEndNd; in ChkChartSel()
|