Searched refs:nEndCntnt (Results 1 – 14 of 14) sorted by relevance
/trunk/main/sw/source/core/undo/ |
H A D | undobj.cxx | 83 : nSttNode( 0 ), nEndNode( 0 ), nSttCntnt( 0 ), nEndCntnt( 0 ) in SV_IMPL_PTRARR() 101 nEndCntnt = pEnd->nContent.GetIndex(); in SetValues() 105 nEndNode = 0, nEndCntnt = STRING_MAXLEN; in SetValues() 123 if( !nEndNode && STRING_MAXLEN == nEndCntnt ) // keine Selection in SetPaM() 127 if( nSttNode == nEndNode && nSttCntnt == nEndCntnt ) in SetPaM() 132 rPam.GetPoint()->nContent.Assign( pNd->GetCntntNode(), nEndCntnt ); in SetPaM() 1015 nEndCntnt = rEndPos.nContent.GetIndex(); in SwRedlineSaveData() 1027 nEndCntnt = rEndPos.nContent.GetIndex(); in SwRedlineSaveData() 1205 ( bCurrIsEnd ? rSet.nSttCntnt != rGet.nEndCntnt in CanRedlineGroup() 1206 : rSet.nEndCntnt != rGet.nSttCntnt ) || in CanRedlineGroup() [all …]
|
H A D | unredln.cxx | 165 nSttNode == nEndNode && nSttCntnt + 1 == nEndCntnt && in SwUndoRedlineDelete() 206 if( rNext.nSttCntnt == nEndCntnt ) in CanGrouping() 208 else if( rNext.nEndCntnt == nSttCntnt ) in CanGrouping() 219 nEndCntnt = rNext.nEndCntnt; in CanGrouping() 234 nSaveEndNode( nEndNode ), nOffset( 0 ), nSaveEndCntnt( nEndCntnt ) in SwUndoRedlineSort() 441 if( !nSttCntnt && !nEndCntnt ) in UndoImpl()
|
H A D | untblk.cxx | 94 nEndCntnt = pTmpPos->nContent.GetIndex(); in SetInsertRange() 184 if( nSttNode != nEndNode || nSttCntnt != nEndCntnt ) in UndoImpl() 189 if( pTxtNd && pTxtNd->GetTxt().Len() == nEndCntnt ) in UndoImpl() 282 if( ( nSttNode != nEndNode || nSttCntnt != nEndCntnt ) && pPos ) in RedoImpl()
|
H A D | undel.cxx | 228 nEndCntnt = 0; in SwUndoDelete() 375 xub_StrLen nLen = bOneNode ? nEndCntnt - nSttCntnt in SaveCntnt() 458 if( nSttNode != nEndNode || ( !bGroup && nSttCntnt+1 != nEndCntnt )) in CanGrouping() 519 nEndCntnt++; // Delete: Zeichen am Ende anhaengen in CanGrouping()
|
H A D | unnum.cxx | 68 nEndNode = 0, nEndCntnt = USHRT_MAX; in SwUndoInsNum() 264 if( nEndNode || USHRT_MAX != nEndCntnt ) // Bereich ? in UndoImpl()
|
H A D | unsect.cxx | 135 if( ( !nEndNode && STRING_MAXLEN == nEndCntnt ) || in UndoImpl() 136 ( nSttNode == nEndNode && nSttCntnt == nEndCntnt )) in UndoImpl()
|
H A D | unattr.cxx | 671 nSttCntnt = nEndCntnt = rPos.nContent.GetIndex(); in SwUndoResetAttr() 686 (nSttNode == nEndNode) && (nSttCntnt == nEndCntnt)) in UndoImpl()
|
H A D | unmove.cxx | 109 nSttCntnt = nEndCntnt = nMvDestCntnt = STRING_MAXLEN; in SwUndoMove()
|
/trunk/main/sw/source/filter/basflt/ |
H A D | shellio.cxx | 184 xub_StrLen nEndCntnt = pCNd ? pCNd->Len() - nSttCntnt : 0; in Read() local 205 if( nLen < nEndCntnt ) in Read() 206 nEndCntnt = 0; in Read() 208 nEndCntnt = nLen - nEndCntnt; in Read() 209 pPam->GetPoint()->nContent.Assign( pCNd, nEndCntnt ); in Read()
|
/trunk/main/sw/source/filter/html/ |
H A D | swhtml.cxx | 2684 pAttr->nEndCntnt = pCNd->Len(); in _SetAttr() 2699 pAttr->nEndCntnt = pCNd->Len(); in _SetAttr() 2704 if( pAttr->nEndCntnt > pCNd->Len() ) in _SetAttr() 2705 pAttr->nEndCntnt = pCNd->Len(); in _SetAttr() 2707 pAttrPam->GetPoint()->nContent.Assign( pCNd, pAttr->nEndCntnt ); in _SetAttr() 3021 pAttr->nEndCntnt = nEndCnt; in EndAttr() 3301 pAttr->nEndCntnt = nSttCnt; in RestoreAttrTab() 5390 nEndCntnt(rPos.nContent.GetIndex() ), in _HTMLAttr() 5407 nEndCntnt( nEndCnt ), in _HTMLAttr() 5442 nEndCntnt = nSttCnt; in Reset()
|
H A D | swhtml.hxx | 96 xub_StrLen nSttCntnt, nEndCntnt; member in _HTMLAttr 126 xub_StrLen GetEndCnt() const { return nEndCntnt; } in GetEndCnt() 956 nEndCntnt = nSttCntnt; in SetStart()
|
H A D | htmlctxt.cxx | 230 pAttr->nEndCntnt = nNewSttCnt; in SplitAttrTab()
|
H A D | htmltab.cxx | 3509 pAttr->nEndCntnt = nSttCnt; in InsertTableContents()
|
/trunk/main/sw/inc/ |
H A D | undobj.hxx | 218 xub_StrLen nSttCntnt, nEndCntnt; member in SwUndRng
|
Completed in 122 milliseconds