Home
last modified time | relevance | path

Searched refs:nSttNode (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sw/source/core/undo/
H A Dunnum.cxx69 nSttNode = rPos.nNode.GetIndex(); in SwUndoInsNum()
109 if( !pNd && nSttNode ) in UndoImpl()
110 pNd = rDoc.GetNodes()[ nSttNode ]->GetTxtNode(); in UndoImpl()
129 if (nSttNode) in UndoImpl()
164 if ( nSttNode ) in RepeatImpl()
195 aNodeIdx( sal_uInt8( nEndNode - nSttNode > 255 ? 255 : nEndNode - nSttNode )) in SwUndoDelNum()
262 sal_uLong nTmpStt = nSttNode, nTmpEnd = nEndNode; in UndoImpl()
267 nEndNode = nEndNode - ( nSttNode - nNewStt ); in UndoImpl()
269 nEndNode = nEndNode + ( nNewStt - nSttNode ); in UndoImpl()
271 nSttNode = nNewStt; in UndoImpl()
[all …]
H A Duntblk.cxx55 pHistory->CopyAttr( pTxtNd->GetpSwpHints(), nSttNode, in SwUndoInserts()
58 pHistory->CopyFmtAttr( *pTxtNd->GetpSwAttrSet(), nSttNode ); in SwUndoInserts()
70 nSttNode == pAPos->nNode.GetIndex() ) in SwUndoInserts()
102 nSttNode = pTmpPos->nNode.GetIndex(); in SetInsertRange()
107 ++nSttNode; // dann stimmt der CopyPam nicht ganz in SetInsertRange()
124 nSttNode == pAPos->nNode.GetIndex() ) in SetInsertRange()
178 sal_Bool bJoinNext = nSttNode != nEndNode && in UndoImpl()
184 if( nSttNode != nEndNode || nSttCntnt != nEndCntnt ) in UndoImpl()
186 if( nSttNode != nEndNode ) in UndoImpl()
271 pPam->GetPoint()->nNode = nSttNode - nNdDiff; in RedoImpl()
[all …]
H A Dundel.cxx172 nNdDiff = nSttNode - pStt->nNode.GetIndex(); in SwUndoDelete()
181 pEndTxtNd = nSttNode == nEndNode in SwUndoDelete()
236 SwNodeRange aRg( rDocNds, nSttNode - nNdDiff, in SwUndoDelete()
242 if( pNode->GetIndex() >= nSttNode - nNdDiff ) in SwUndoDelete()
353 nNdDiff = nSttNode; in SwUndoDelete()
374 sal_Bool bOneNode = nSttNode == nEndNode; in SaveCntnt()
444 if( ( pSttTxtNd || pEndTxtNd ) && nSttNode + 1 == nEndNode ) in SaveCntnt()
458 if( nSttNode != nEndNode || ( !bGroup && nSttCntnt+1 != nEndCntnt )) in CanGrouping()
468 pEnd->nNode != nSttNode ) in CanGrouping()
662 sal_uLong nCalcStt = nSttNode - nNdDiff; in UndoImpl()
[all …]
H A Dunredln.cxx80 nSttNode -= nEndExtra; in SwUndoRedline()
114 nSttNode += nEndExtra; in UndoImpl()
136 nSttNode -= nEndExtra; in RedoImpl()
165 nSttNode == nEndNode && nSttCntnt + 1 == nEndCntnt && in SwUndoRedlineDelete()
201 nSttNode == nEndNode && in CanGrouping()
202 rNext.nSttNode == nSttNode && in CanGrouping()
261 *rDoc.GetNodes()[ nSttNode + 1 ], in UndoRedlineImpl()
342 nOffset = rIdx.GetIndex() - nSttNode; in SetOffset()
H A Dunmove.cxx50 SwTxtNode* pTxtNd = pDoc->GetNodes()[ nSttNode ]->GetTxtNode(); in SwUndoMove()
57 pHistory->Add( pTxtNd->GetTxtColl(), nSttNode, ND_TEXTNODE ); in SwUndoMove()
60 pHistory->CopyAttr( pTxtNd->GetpSwpHints(), nSttNode, in SwUndoMove()
64 pHistory->CopyFmtAttr( *pTxtNd->GetpSwAttrSet(), nSttNode ); in SwUndoMove()
111 nSttNode = rRg.aStart.GetIndex(); in SwUndoMove()
293 SwNodeRange aRg( rNds, nSttNode, rNds, nEndNode ); in RedoImpl()
315 if( nSttNode != nEndNode && bJoinTxt ) in RedoImpl()
H A Duntbl.cxx174 sal_uLong nSttNode; member in _SaveBox
283 SwNodeIndex aIdx( rDoc.GetNodes(), nSttNode ); in UndoImpl()
291 RemoveIdxFromSection( rDoc, nSttNode ); in UndoImpl()
752 sal_uLong nTblNd = nSttNode; in UndoImpl()
1269 nSttNode = rBox.GetSttIdx(); in _SaveBox()
1438 nSttNode( rTblNd.GetIndex() ) in SwUndoAttrTbl()
1481 nSttNode( rTblNd.GetIndex() ), in SwUndoTblAutoFmt()
1764 nSttNode = pTblNd->GetIndex(); in SaveSection()
1881 nSttNode = pTblNd->GetIndex(); in UndoImpl()
1991 nSttNode = pTblNd->GetIndex(); in RedoImpl()
[all …]
H A Dunsort.cxx73 nSttNode = nStt; in SwUndoSort()
95 RemoveIdxFromSection( rDoc, nSttNode, &nEndNode ); in UndoImpl()
149 if( aSortList[ii]->SORT_TXT_TBL.TXT.nSource == nSttNode + i ) in UndoImpl()
159 SwNodeIndex aIdx( rDoc.GetNodes(), nSttNode + i ); in UndoImpl()
177 RemoveIdxFromSection( rDoc, nSttNode, &nEndNode ); in RedoImpl()
235 SwNodeIndex aIdx( rDoc.GetNodes(), nSttNode + i); in RedoImpl()
H A Dunovwr.cxx74 nSttNode = rPos.nNode.GetIndex(); in SwUndoOverwrite()
88 pHistory->CopyAttr( pTxtNd->GetpSwpHints(), nSttNode, 0, in SwUndoOverwrite()
122 if( rPos.nNode != nSttNode || !aInsStr.Len() || in CanGrouping()
201 pAktPam->GetPoint()->nNode = nSttNode; in UndoImpl()
284 pAktPam->GetPoint()->nNode = nSttNode; in RedoImpl()
H A Dundobj.cxx83 : nSttNode( 0 ), nEndNode( 0 ), nSttCntnt( 0 ), nEndCntnt( 0 ) in SV_IMPL_PTRARR()
107 nSttNode = pStt->nNode.GetIndex(); in SetValues()
114 rPam.GetPoint()->nNode = nSttNode; in SetPaM()
127 if( nSttNode == nEndNode && nSttCntnt == nEndCntnt ) in SetPaM()
1019 nSttNode = rSttPos.nNode.GetIndex(); in SwRedlineSaveData()
1024 nSttNode = rSttPos.nNode.GetIndex(); in SwRedlineSaveData()
1203 if( rSet.nSttNode != rGet.nSttNode || in CanRedlineGroup()
H A Dunattr.cxx670 nSttNode = nEndNode = rPos.nNode.GetIndex(); in SwUndoResetAttr()
686 (nSttNode == nEndNode) && (nSttCntnt == nEndCntnt)) in UndoImpl()
688 SwTxtNode* pTNd = rDoc.GetNodes()[ nSttNode ]->GetTxtNode(); in UndoImpl()
721 SwNodeIndex aIdx( rDoc.GetNodes(), nSttNode ); in RedoImpl()
H A Dunsect.cxx136 ( nSttNode == nEndNode && nSttCntnt == nEndCntnt )) in UndoImpl()
147 Join( rDoc, nSttNode ); in UndoImpl()
/trunk/main/sw/source/core/inc/
H A DUndoTable.hxx68 sal_uLong nSttNode; member in SwUndoInsTbl
144 sal_uLong nSttNode; member in SwUndoAttrTbl
160 sal_uLong nSttNode; member in SwUndoTblAutoFmt
189 sal_uLong nSttNode, nCurrBox; member in SwUndoTblNdsChg
H A DUndoOverwrite.hxx44 sal_uLong nSttNode; member in SwUndoOverwrite
H A DUndoRedline.hxx76 long NodeDiff() const { return nSttNode - nEndNode; } in NodeDiff()
/trunk/main/sw/inc/
H A Dundobj.hxx217 sal_uLong nSttNode, nEndNode; member in SwUndRng

Completed in 69 milliseconds