Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/edit/
H A Dedattr.cxx116 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 …]
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx84 : aFlySet(rSet), nSttNd(rPam.GetPoint()->nNode), nEndNd(nSttNd), nEndCnt(0), in SwFlySave()
280 pFlySave->nEndNd == aFlyArr[ n + 1 ]->nSttNd ) in SetFlysInDoc()
302 const SwNode* pNd = &pFlySave->nSttNd.GetNode(); in SetFlysInDoc()
364 pFlySave->nSttNd = aRg.aStart.GetIndex()-1; in SetFlysInDoc()
458 pFlySave->nSttNd++; in SetFlysInDoc()
475 SwPosition aPos( pFlySave->nSttNd ); in SetFlysInDoc()
1105 pPam->GetPoint()->nNode == pFlySave->nSttNd && in ReadFly()
1159 pFlySave->nSttNd.GetNode().IsTxtNode() ) in ReadFly()
1220 SwNodeIndex aTmp( pFlySave->nSttNd, +1 ); in ReadFly()
1225 pDoc->GetNodes().Delete( pFlySave->nSttNd, 1 ); in ReadFly()
[all …]
H A Dswparrtf.hxx122 SwNodeIndex nSttNd, nEndNd; member
/trunk/main/sw/source/core/doc/
H A Dswserv.cxx214 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 Ddocftn.cxx416 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 Ddocredln.cxx3267 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 Ddocedt.cxx2701 sal_uLong nSttNd = pStt->nNode.GetIndex(), in TransliterateText() local
2726 if( nSttNd != nEndNd ) // is more than one text node involved? in TransliterateText()
2794 const sal_uLong nSttNd = pStt->nNode.GetIndex(); in CountWords() local
2807 if( nSttNd != nEndNd ) in CountWords()
H A Ddoctxm.cxx412 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 Dtblrwcl.cxx1227 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 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
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 Dndsect.cxx582 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 Dndtbl.cxx840 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 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
1806 nSttNd < pSttNd->GetIndex() && in IsInRange()
H A Dndcopy.cxx560 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 Duntbl.cxx430 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 Dunoobj2.cxx393 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 Dunoobj.cxx700 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 Dswbaslnk.hxx81 virtual sal_Bool IsInRange( sal_uLong nSttNd, sal_uLong nEndNd, xub_StrLen nStt = 0,
H A Ddoc.hxx1451 const SwTOXBaseSection* InsertTableOf( sal_uLong nSttNd, sal_uLong nEndNd,
/trunk/main/sw/source/core/inc/
H A DUndoTable.hxx122 sal_uLong nSttNd, nEndNd; member in SwUndoTblToTxt

Completed in 214 milliseconds