Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/undo/
H A Dunovwr.cxx75 nSttCntnt = rPos.nContent.GetIndex(); in SwUndoOverwrite()
82 if( nSttCntnt < nTxtNdLen ) // kein reines Einfuegen ? in SwUndoOverwrite()
84 aDelStr.Insert( pTxtNd->GetTxt().GetChar( nSttCntnt ) ); in SwUndoOverwrite()
152 nSttCntnt > rPos.nContent.GetIndex() )); in CanGrouping()
205 rIdx.Assign( pTxtNd, nSttCntnt ); in UndoImpl()
221 rIdx = nSttCntnt; in UndoImpl()
252 if( pAktPam->GetMark()->nContent.GetIndex() != nSttCntnt ) in UndoImpl()
255 pAktPam->GetMark()->nContent = nSttCntnt; in UndoImpl()
291 rIdx.Assign( pTxtNd, nSttCntnt ); in RedoImpl()
297 rIdx.Assign( pTxtNd, aDelStr.Len() ? nSttCntnt+1 : nSttCntnt ); in RedoImpl()
[all …]
H A Dundel.cxx230 nSttCntnt = 0; in SwUndoDelete()
375 xub_StrLen nLen = bOneNode ? nEndCntnt - nSttCntnt in SaveCntnt()
376 : pSttTxtNd->GetTxt().Len() - nSttCntnt; in SaveCntnt()
458 if( nSttNode != nEndNode || ( !bGroup && nSttCntnt+1 != nEndCntnt )) in CanGrouping()
473 if( pEnd->nContent == nSttCntnt ) in CanGrouping()
478 else if( pStt->nContent == nSttCntnt ) in CanGrouping()
516 nSttCntnt--; // BackSpace: Zeichen in Array einfuegen !! in CanGrouping()
681 aPos.nContent.Assign( pInsNd->GetCntntNode(), nSttCntnt ); in UndoImpl()
686 aPos.nContent.Assign( (SwCntntNode*)pInsNd, nSttCntnt ); in UndoImpl()
731 if( nSttCntnt < pNd->GetTxt().Len() ) in UndoImpl()
[all …]
H A Dunredln.cxx165 nSttNode == nEndNode && nSttCntnt + 1 == nEndCntnt && in SwUndoRedlineDelete()
168 sal_Unicode cCh = pTNd->GetTxt().GetChar( nSttCntnt ); in SwUndoRedlineDelete()
173 nSttCntnt ); in SwUndoRedlineDelete()
174 bIsBackspace = nSttCntnt == rRange.GetPoint()->nContent.GetIndex(); in SwUndoRedlineDelete()
206 if( rNext.nSttCntnt == nEndCntnt ) in CanGrouping()
208 else if( rNext.nEndCntnt == nSttCntnt ) in CanGrouping()
221 nSttCntnt = rNext.nSttCntnt; in CanGrouping()
441 if( !nSttCntnt && !nEndCntnt ) in UndoImpl()
H A Duntblk.cxx60 if( !nSttCntnt ) // dann werden Flys mitgenommen !! in SwUndoInserts()
103 nSttCntnt = pTmpPos->nContent.GetIndex(); in SetInsertRange()
112 if( bScanFlys && !nSttCntnt ) in SetInsertRange()
184 if( nSttNode != nEndNode || nSttCntnt != nEndCntnt ) in UndoImpl()
273 pPam->GetPoint()->nContent.Assign( pCNd, nSttCntnt ); in RedoImpl()
282 if( ( nSttNode != nEndNode || nSttCntnt != nEndCntnt ) && pPos ) in RedoImpl()
H A Dundobj.cxx83 : nSttNode( 0 ), nEndNode( 0 ), nSttCntnt( 0 ), nEndCntnt( 0 ) in SV_IMPL_PTRARR()
108 nSttCntnt = pStt->nContent.GetIndex(); in SetValues()
117 rPam.GetPoint()->nContent.Assign( pNd->GetCntntNode(), nSttCntnt ); in SetPaM()
127 if( nSttNode == nEndNode && nSttCntnt == nEndCntnt ) in SetPaM()
1020 nSttCntnt = rSttPos.nContent.GetIndex(); in SwRedlineSaveData()
1025 nSttCntnt = rSttPos.nContent.GetIndex(); in SwRedlineSaveData()
1205 ( bCurrIsEnd ? rSet.nSttCntnt != rGet.nEndCntnt in CanRedlineGroup()
1206 : rSet.nEndCntnt != rGet.nSttCntnt ) || in CanRedlineGroup()
1220 rSet.nSttCntnt = rGet.nSttCntnt; in CanRedlineGroup()
H A Dunattr.cxx671 nSttCntnt = nEndCntnt = rPos.nContent.GetIndex(); in SwUndoResetAttr()
686 (nSttNode == nEndNode) && (nSttCntnt == nEndCntnt)) in UndoImpl()
691 SwIndex aIdx( pTNd, nSttCntnt ); in UndoImpl()
723 nSttCntnt )); in RedoImpl()
859 aPam.GetPoint()->nContent.Assign( aPam.GetCntntNode(), nSttCntnt ); in UndoImpl()
H A Dunmove.cxx109 nSttCntnt = nEndCntnt = nMvDestCntnt = STRING_MAXLEN; in SwUndoMove()
H A Dunnum.cxx70 nSttCntnt = rPos.nContent.GetIndex(); in SwUndoInsNum()
H A Dunsect.cxx136 ( nSttNode == nEndNode && nSttCntnt == nEndCntnt )) in UndoImpl()
H A Duntbl.cxx753 if( nSttCntnt ) in UndoImpl()
789 if( nSttCntnt ) in UndoImpl()
2167 pPam->GetPoint()->nContent.Assign( pPam->GetCntntNode(), nSttCntnt ); in UndoImpl()
/trunk/main/sw/source/filter/ascii/
H A Dparasc.cxx160 xub_StrLen nSttCntnt = 0; in CallParser() local
165 nSttCntnt = pPam->GetPoint()->nContent.GetIndex(); in CallParser()
243 pInsPam->GetCntntNode(), nSttCntnt ); in CallParser()
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx2162 xub_StrLen nStt = pAttr->nSttCntnt; in AppendTxtNode()
2188 pSetAttr->nSttCntnt = nStt; in AppendTxtNode()
2212 pSetAttr->nSttCntnt = nStt; in AppendTxtNode()
2656 pAttr->nSttCntnt = 0; in _SetAttr()
2671 if( pAttr->nSttCntnt > pCNd->Len() ) in _SetAttr()
2672 pAttr->nSttCntnt = pCNd->Len(); in _SetAttr()
3010 pAttr->nSttCntnt = nScriptEnd; in EndAttr()
3300 pAttr->nSttCntnt = nSttCnt; in RestoreAttrTab()
5389 nSttCntnt( rPos.nContent.GetIndex() ), in _HTMLAttr()
5406 nSttCntnt( rAttr.nSttCntnt ), in _HTMLAttr()
[all …]
H A Dswhtml.hxx96 xub_StrLen nSttCntnt, nEndCntnt; member in _HTMLAttr
125 xub_StrLen GetSttCnt() const { return nSttCntnt; } in GetSttCnt()
954 nSttCntnt = rPos.nContent.GetIndex(); in SetStart()
956 nEndCntnt = nSttCntnt; in SetStart()
H A Dhtmlctxt.cxx229 pAttr->nSttCntnt = nNewSttCnt; in SplitAttrTab()
H A Dhtmltab.cxx3508 pAttr->nSttCntnt = nSttCnt; in InsertTableContents()
/trunk/main/sw/source/filter/basflt/
H A Dshellio.cxx179 xub_StrLen nSttCntnt = pPam->GetPoint()->nContent.GetIndex(); in Read() local
184 xub_StrLen nEndCntnt = pCNd ? pCNd->Len() - nSttCntnt : 0; in Read()
219 (SwCntntNode*)pNd, nSttCntnt ); in Read()
/trunk/main/sw/source/core/inc/
H A DUndoOverwrite.hxx45 xub_StrLen nSttCntnt; member in SwUndoOverwrite
H A DUndoRedline.hxx77 xub_StrLen ContentStart() const { return nSttCntnt; } in ContentStart()
/trunk/main/sw/inc/
H A Dundobj.hxx218 xub_StrLen nSttCntnt, nEndCntnt; member in SwUndRng
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx2330 sal_uLong nSttCntnt = rDoc.GetNodes().GetEndOfExtras().GetIndex(); in _MakeFldList() local
2344 if( nIdx < nSttCntnt ) in _MakeFldList()

Completed in 142 milliseconds