| /trunk/main/sw/source/core/edit/ |
| H A D | edattr.cxx | 111 sal_uLong nSttNd = PCURCRSR->GetMark()->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() 138 xub_StrLen nStt = n == nSttNd ? nSttCnt : 0, in GetCurAttr() 182 sal_uLong nSttNd = PCURCRSR->GetMark()->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 …]
|
| /trunk/main/sw/source/filter/rtf/ |
| H A D | rtffly.cxx | 83 : aFlySet(rSet), nSttNd(rPam.GetPoint()->nNode), nEndNd(nSttNd), nEndCnt(0), in SwFlySave() 94 if( nSttNd == nEndNd && nEndNd.GetNode().IsNoTxtNode() ) in IsEqualFly() 230 ASSERT( !pFlySave->nSttNd.GetNode().FindFlyStartNode(), in SetFlysInDoc() 232 ASSERT( pFlySave->nSttNd.GetIndex() <= pFlySave->nEndNd.GetIndex(), in SetFlysInDoc() 243 SwTxtNode* pSttNd = pFlySave->nSttNd.GetNode().GetTxtNode(); in SetFlysInDoc() 279 pFlySave->nEndNd == aFlyArr[ n + 1 ]->nSttNd ) in SetFlysInDoc() 295 SwNodeRange aRg(pFlySave->nSttNd, 0, pFlySave->nEndNd, 0); in SetFlysInDoc() 301 const SwNode* pNd = &pFlySave->nSttNd.GetNode(); in SetFlysInDoc() 363 pFlySave->nSttNd = aRg.aStart.GetIndex()-1; in SetFlysInDoc() 397 CalculateFlySize( pFlySave->aFlySet, pFlySave->nSttNd, in SetFlysInDoc() [all …]
|
| H A D | swparrtf.hxx | 122 SwNodeIndex nSttNd, nEndNd; member
|
| /trunk/main/sw/source/core/doc/ |
| H A D | swserv.cxx | 214 sal_uLong nSttNd = 0, nEndNd = 0; in IsLinkInServer() local 228 nSttNd = pStt->nNode.GetIndex(); in IsLinkInServer() 245 nSttNd = pNd->GetIndex(); in IsLinkInServer() 251 if( nSttNd && nEndNd ) in IsLinkInServer() 270 ((SwBaseLink*)pLnk)->IsInRange( nSttNd, nEndNd, nStt, nEnd )) in IsLinkInServer()
|
| H A D | docftn.cxx | 416 const sal_uLong nSttNd = pStt->nNode.GetIndex(); in SetCurFtn() local 440 if( nIdx > nSttNd || ( nIdx == nSttNd && in SetCurFtn() 470 > nSttNd || ( nIdx == nSttNd && in SetCurFtn()
|
| H A D | docredln.cxx | 3267 sal_uLong nSttNd = GetMark()->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() 3280 for(sal_uLong n(nSttNd); n <= nEndNd; ++n) in InvalidateRange() 3288 n == nSttNd ? nSttCnt : 0, in InvalidateRange()
|
| H A D | docedt.cxx | 2699 sal_uLong nSttNd = pStt->nNode.GetIndex(), in TransliterateText() local 2724 if( nSttNd != nEndNd ) // is more than one text node involved? in TransliterateText() 2792 const sal_uLong nSttNd = pStt->nNode.GetIndex(); in CountWords() local 2805 if( nSttNd != nEndNd ) in CountWords()
|
| H A D | doctxm.cxx | 412 const SwTOXBaseSection* SwDoc::InsertTableOf( sal_uLong nSttNd, sal_uLong nEndNd, in InsertTableOf() argument 417 SwNode* pNd = GetNodes()[ nSttNd ]; in InsertTableOf() 432 SwNodeIndex aStt( GetNodes(), nSttNd ), aEnd( GetNodes(), nEndNd ); in InsertTableOf()
|
| H A D | tblrwcl.cxx | 1227 sal_uLong nSttNd = pLastBox->GetSttIdx() + 1, in OldSplitRow() local 1229 while( nSttNd < nEndNd ) in OldSplitRow() 1230 if( !pDoc->GetNodes()[ nSttNd++ ]->IsTxtNode() ) in OldSplitRow()
|
| /trunk/main/sw/source/core/fields/ |
| H A D | ddefld.cxx | 65 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 222 nSttNd < pTblNd->EndOfSectionIndex() && in IsInRange() 233 if( nSttNd <= nNdPos && nNdPos <= nEndNd && in IsInRange() 234 ( nNdPos != nSttNd || *pTFld->GetStart() >= nStt ) && in IsInRange()
|
| /trunk/main/sw/source/core/docnode/ |
| H A D | ndsect.cxx | 582 sal_uLong nCnt = 0, nSttNd = 0; in DelSectionFmt() local 586 nSttNd = pSectNd->GetIndex(); in DelSectionFmt() 587 nCnt = pSectNd->EndOfSectionIndex() - nSttNd - 1; in DelSectionFmt() 593 if( nSttNd && pFtnEndAtTxtEnd ) in DelSectionFmt() 595 SwNodeIndex aUpdIdx( GetNodes(), nSttNd ); in DelSectionFmt() 601 for( ; nCnt--; ++nSttNd ) in DelSectionFmt() 602 if( 0 != (pCNd = GetNodes()[ nSttNd ]->GetCntntNode() ) && in DelSectionFmt()
|
| H A D | ndtbl.cxx | 840 sal_uLong nSttNd = pBox->GetSttIdx()+1; in TextToTable() local 842 for( ; nSttNd < nEndNd; ++nSttNd ) in TextToTable() 844 SwCntntNode* pNd = GetNodes()[ nSttNd ]->GetCntntNode(); in TextToTable() 3797 sal_uLong nSttNd = pSetBox->GetSttIdx()+1; in lcl_SetAFmtBox() local 3799 for( ; nSttNd < nEndNd; ++nSttNd ) in lcl_SetAFmtBox() 3801 SwCntntNode* pNd = pDoc->GetNodes()[ nSttNd ]->GetCntntNode(); in lcl_SetAFmtBox() 4647 sal_uInt32 nSttNd = rNd.GetIndex(), in lcl_DelRedlines() local 4657 if( pStt->nNode <= nSttNd ) in lcl_DelRedlines()
|
| H A D | section.cxx | 90 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 1806 nSttNd < pSttNd->GetIndex() && in IsInRange()
|
| H A D | ndcopy.cxx | 560 sal_Bool lcl_ChkFlyFly( SwDoc* pDoc, sal_uLong nSttNd, sal_uLong nEndNd, in lcl_ChkFlyFly() argument 575 nSttNd <= pAPos->nNode.GetIndex() && in lcl_ChkFlyFly()
|
| /trunk/main/sw/source/core/undo/ |
| H A D | untbl.cxx | 430 nSttNd( 0 ), nEndNd( 0 ), in SwUndoTblToTxt() 482 SwNodeIndex aFrmIdx( rDoc.GetNodes(), nSttNd ); 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 546 SwNodeIndex aSttIdx( *this, nSttNd ); in UndoTableToText() 662 pPam->GetPoint()->nNode = nSttNd; in RedoImpl() 712 nSttNd = rRg.aStart.GetIndex(); in SetRange()
|
| /trunk/main/sw/source/core/unocore/ |
| H A D | unoobj2.cxx | 393 const sal_uLong nSttNd = rStart.nNode.GetIndex(); in GetCrsrAttr() local 396 if (nEndNd - nSttNd >= nMaxLookup) in GetCrsrAttr() 405 for (sal_uLong n = nSttNd; n <= nEndNd; ++n) in GetCrsrAttr() 412 const xub_StrLen nStart = (n == nSttNd) in GetCrsrAttr()
|
| H A D | unoobj.cxx | 700 const sal_uLong nSttNd = pTmpCrsr->Start()->nNode.GetIndex(); in GetCurTxtFmtColl() local 703 if( nEndNd - nSttNd >= nMaxLookup ) in GetCurTxtFmtColl() 710 for( sal_uLong n = nSttNd; n <= nEndNd; ++n ) in GetCurTxtFmtColl()
|
| /trunk/main/sw/inc/ |
| H A D | swbaslnk.hxx | 81 virtual sal_Bool IsInRange( sal_uLong nSttNd, sal_uLong nEndNd, xub_StrLen nStt = 0,
|
| H A D | doc.hxx | 1451 const SwTOXBaseSection* InsertTableOf( sal_uLong nSttNd, sal_uLong nEndNd,
|
| /trunk/main/sw/source/core/inc/ |
| H A D | UndoTable.hxx | 122 sal_uLong nSttNd, nEndNd; member in SwUndoTblToTxt
|