/aoo41x/main/sw/source/core/edit/ |
H A D | edattr.cxx | 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() 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() 199 for( sal_uLong n = nSttNd; n <= nEndNd; ++n ) in GetCurTxtFmtColl() 342 if( nSttNd > nEndNd ) in IsMoveLeftMargin() [all …]
|
/aoo41x/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 89 : aFlySet(rSet), nSttNd(rPam.GetPoint()->nNode), nEndNd(nSttNd), nEndCnt(0), in SwFlySave() 285 pFlySave->nEndNd == aFlyArr[ n + 1 ]->nSttNd ) in SetFlysInDoc() 307 const SwNode* pNd = &pFlySave->nSttNd.GetNode(); in SetFlysInDoc() 369 pFlySave->nSttNd = aRg.aStart.GetIndex()-1; in SetFlysInDoc() 463 pFlySave->nSttNd++; in SetFlysInDoc() 480 SwPosition aPos( pFlySave->nSttNd ); in SetFlysInDoc() 1110 pPam->GetPoint()->nNode == pFlySave->nSttNd && in ReadFly() 1164 pFlySave->nSttNd.GetNode().IsTxtNode() ) in ReadFly() 1225 SwNodeIndex aTmp( pFlySave->nSttNd, +1 ); in ReadFly() 1230 pDoc->GetNodes().Delete( pFlySave->nSttNd, 1 ); in ReadFly() [all …]
|
H A D | swparrtf.hxx | 123 SwNodeIndex nSttNd, nEndNd; member
|
/aoo41x/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() 3281 for( sal_uLong n = nSttNd; n <= nEndNd; ++n ) in InvalidateRange() 3284 aHt.nStart = n == nSttNd ? nSttCnt : 0; in InvalidateRange()
|
H A D | docedt.cxx | 2697 sal_uLong nSttNd = pStt->nNode.GetIndex(), in TransliterateText() local 2722 if( nSttNd != nEndNd ) // is more than one text node involved? in TransliterateText() 2790 const sal_uLong nSttNd = pStt->nNode.GetIndex(); in CountWords() local 2803 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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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 | 1444 const SwTOXBaseSection* InsertTableOf( sal_uLong nSttNd, sal_uLong nEndNd,
|
/aoo41x/main/sw/source/core/inc/ |
H A D | UndoTable.hxx | 122 sal_uLong nSttNd, nEndNd; member in SwUndoTblToTxt
|