Home
last modified time | relevance | path

Searched refs:nEndNd (Results 1 – 20 of 20) sorted by relevance

/AOO41X/main/sw/source/core/edit/
H A Dedattr.cxx112 nEndNd = PCURCRSR->GetPoint()->nNode.GetIndex(); in GetCurAttr() local
116 if( nSttNd > nEndNd || ( nSttNd == nEndNd && nSttCnt > nEndCnt )) in GetCurAttr()
118 sal_uLong nTmp = nSttNd; nSttNd = nEndNd; nEndNd = nTmp; in GetCurAttr()
122 if( nEndNd - nSttNd >= getMaxLookup() ) in GetCurAttr()
131 for( sal_uLong n = nSttNd; n <= nEndNd; ++n ) in GetCurAttr()
139 nEnd = n == nEndNd ? nEndCnt in GetCurAttr()
183 nEndNd = PCURCRSR->GetPoint()->nNode.GetIndex(); in GetCurTxtFmtColl()
187 if( nSttNd > nEndNd || ( nSttNd == nEndNd && nSttCnt > nEndCnt )) in GetCurTxtFmtColl()
189 sal_uLong nTmp = nSttNd; nSttNd = nEndNd; nEndNd = nTmp; in GetCurTxtFmtColl()
193 if( nEndNd - nSttNd >= getMaxLookup() ) in GetCurTxtFmtColl()
[all …]
H A Deditsh.cxx891 sal_uLong nEndNd = pEndPos->nNode.GetIndex(); in SetNumberingRestart() local
892 if( nCurrNd <= nEndNd ) in SetNumberingRestart()
941 bGoOn = nCurrNd < nEndNd; in SetNumberingRestart()
/AOO41X/main/sw/source/filter/rtf/
H A Drtffly.cxx89 : aFlySet(rSet), nSttNd(rPam.GetPoint()->nNode), nEndNd(nSttNd), nEndCnt(0), in SwFlySave()
100 if( nSttNd == nEndNd && nEndNd.GetNode().IsNoTxtNode() ) in IsEqualFly()
104 if( rPos.GetPoint()->nNode.GetIndex() == nEndNd.GetIndex() ) in IsEqualFly()
113 SwNodeIndex aIdx( nEndNd ); in IsEqualFly()
238 ASSERT( pFlySave->nSttNd.GetIndex() <= pFlySave->nEndNd.GetIndex(), in SetFlysInDoc()
250 SwTxtNode* pEndNd = pFlySave->nEndNd.GetNode().GetTxtNode(); in SetFlysInDoc()
285 pFlySave->nEndNd == aFlyArr[ n + 1 ]->nSttNd ) in SetFlysInDoc()
287 SwCntntNode *const pCNd = pFlySave->nEndNd.GetNode().GetCntntNode(); in SetFlysInDoc()
290 SwPosition aPos( pFlySave->nEndNd, in SetFlysInDoc()
293 pFlySave->nEndNd--; in SetFlysInDoc()
[all …]
H A Dswparrtf.hxx123 SwNodeIndex nSttNd, nEndNd; member
/AOO41X/main/sw/source/core/doc/
H A Dswserv.cxx214 sal_uLong nSttNd = 0, nEndNd = 0; in IsLinkInServer() local
230 nEndNd = pEnd->nNode.GetIndex(); in IsLinkInServer()
246 nEndNd = pNd->EndOfSectionIndex(); in IsLinkInServer()
251 if( nSttNd && nEndNd ) in IsLinkInServer()
270 ((SwBaseLink*)pLnk)->IsInRange( nSttNd, nEndNd, nStt, nEnd )) in IsLinkInServer()
H A Ddocftn.cxx418 const sal_uLong nEndNd = pEnd->nNode.GetIndex(); in SetCurFtn() local
438 < nEndNd || ( nIdx == nEndNd && in SetCurFtn()
472 if( nIdx < nEndNd || ( nIdx == nEndNd && in SetCurFtn()
H A Ddocedt.cxx1904 sal_uLong nEndNd = pEndPos->nNode.GetIndex(); in Spell() local
1907 if( nCurrNd <= nEndNd ) in Spell()
1974 nCurrNd = nEndNd; in Spell()
2030 nCurrNd = nEndNd; in Spell()
2048 bGoOn = nCurrNd < nEndNd; in Spell()
2698 nEndNd = pEnd->nNode.GetIndex(); in TransliterateText() local
2722 if( nSttNd != nEndNd ) // is more than one text node involved? in TransliterateText()
2735 for( ; aIdx.GetIndex() < nEndNd; aIdx++ ) in TransliterateText()
2791 const sal_uLong nEndNd = pEnd->nNode.GetIndex(); in CountWords() local
2803 if( nSttNd != nEndNd ) in CountWords()
[all …]
H A Ddocredln.cxx3268 nEndNd = GetPoint()->nNode.GetIndex(); in InvalidateRange() local
3272 if( nSttNd > nEndNd || ( nSttNd == nEndNd && nSttCnt > nEndCnt )) in InvalidateRange()
3274 sal_uLong nTmp = nSttNd; nSttNd = nEndNd; nEndNd = nTmp; in InvalidateRange()
3281 for( sal_uLong n = nSttNd; n <= nEndNd; ++n ) in InvalidateRange()
3285 aHt.nEnd = n == nEndNd ? nEndCnt : ((SwTxtNode*)pNd)->GetTxt().Len(); in InvalidateRange()
H A Ddoctxm.cxx412 const SwTOXBaseSection* SwDoc::InsertTableOf( sal_uLong nSttNd, sal_uLong nEndNd, in InsertTableOf() argument
432 SwNodeIndex aStt( GetNodes(), nSttNd ), aEnd( GetNodes(), nEndNd ); in InsertTableOf()
H A Dtblrwcl.cxx1228 nEndNd = pLastBox->GetSttNd()->EndOfSectionIndex(); in OldSplitRow() local
1229 while( nSttNd < nEndNd ) in OldSplitRow()
/AOO41X/main/sw/source/core/fields/
H A Dddefld.cxx65 virtual sal_Bool IsInRange( sal_uLong nSttNd, sal_uLong nEndNd, xub_StrLen nStt = 0,
205 sal_Bool SwIntrnlRefLink::IsInRange( sal_uLong nSttNd, sal_uLong nEndNd, in IsInRange() argument
223 nEndNd > pTblNd->GetIndex() ) in IsInRange()
233 if( nSttNd <= nNdPos && nNdPos <= nEndNd && in IsInRange()
235 ( nNdPos != nEndNd || *pTFld->GetStart() < nEnd )) in IsInRange()
/AOO41X/main/sw/source/core/unocore/
H A Dunoobj2.cxx394 const sal_uLong nEndNd = rEnd .nNode.GetIndex(); in GetCrsrAttr() local
396 if (nEndNd - nSttNd >= nMaxLookup) in GetCrsrAttr()
405 for (sal_uLong n = nSttNd; n <= nEndNd; ++n) in GetCrsrAttr()
414 const xub_StrLen nEnd = (n == nEndNd) in GetCrsrAttr()
H A Dunoobj.cxx701 const sal_uLong nEndNd = pTmpCrsr->End()->nNode.GetIndex(); in GetCurTxtFmtColl() local
703 if( nEndNd - nSttNd >= nMaxLookup ) in GetCurTxtFmtColl()
710 for( sal_uLong n = nSttNd; n <= nEndNd; ++n ) in GetCurTxtFmtColl()
/AOO41X/main/sw/source/core/docnode/
H A Dsection.cxx90 virtual sal_Bool IsInRange( sal_uLong nSttNd, sal_uLong nEndNd, xub_StrLen nStt = 0,
1801 sal_Bool SwIntrnlSectRefLink::IsInRange( sal_uLong nSttNd, sal_uLong nEndNd, in IsInRange() argument
1807 pSttNd->EndOfSectionIndex() < nEndNd; in IsInRange()
H A Dndtbl.cxx841 sal_uLong nEndNd = pBox->GetSttNd()->EndOfSectionIndex(); in TextToTable() local
842 for( ; nSttNd < nEndNd; ++nSttNd ) in TextToTable()
3798 sal_uLong nEndNd = pSetBox->GetSttNd()->EndOfSectionIndex(); in lcl_SetAFmtBox() local
3799 for( ; nSttNd < nEndNd; ++nSttNd ) in lcl_SetAFmtBox()
4648 nEndNd = rNd.EndOfSectionIndex(); in lcl_DelRedlines() local
4659 if( pEnd->nNode >= nEndNd && in lcl_DelRedlines()
H A Dndcopy.cxx560 sal_Bool lcl_ChkFlyFly( SwDoc* pDoc, sal_uLong nSttNd, sal_uLong nEndNd, in lcl_ChkFlyFly() argument
576 pAPos->nNode.GetIndex() < nEndNd ) in lcl_ChkFlyFly()
/AOO41X/main/sw/inc/
H A Dswbaslnk.hxx81 virtual sal_Bool IsInRange( sal_uLong nSttNd, sal_uLong nEndNd, xub_StrLen nStt = 0,
H A Ddoc.hxx1444 const SwTOXBaseSection* InsertTableOf( sal_uLong nSttNd, sal_uLong nEndNd,
/AOO41X/main/sw/source/core/undo/
H A Duntbl.cxx430 nSttNd( 0 ), nEndNd( 0 ), in SwUndoTblToTxt()
483 SwNodeIndex aEndIdx( rDoc.GetNodes(), nEndNd ); in UndoImpl()
495 SwTableNode* pTblNd = rDoc.GetNodes().UndoTableToText( nSttNd, nEndNd, *pBoxSaves ); in UndoImpl()
543 SwTableNode* SwNodes::UndoTableToText( sal_uLong nSttNd, sal_uLong nEndNd, in UndoTableToText() argument
547 SwNodeIndex aEndIdx( *this, nEndNd+1 ); in UndoTableToText()
713 nEndNd = rRg.aEnd.GetIndex(); in SetRange()
/AOO41X/main/sw/source/core/inc/
H A DUndoTable.hxx122 sal_uLong nSttNd, nEndNd; member in SwUndoTblToTxt