Home
last modified time | relevance | path

Searched refs:bOneNode (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/undo/
H A Dundel.cxx374 sal_Bool bOneNode = nSttNode == nEndNode; in SaveCntnt() local
375 xub_StrLen nLen = bOneNode ? nEndCntnt - nSttCntnt in SaveCntnt()
382 if( !bOneNode && pSttTxtNd->HasSwAttrSet() ) in SaveCntnt()
386 nLen = ( bOneNode ? pEnd->nContent.GetIndex() : pSttTxtNd->GetTxt().Len() ) in SaveCntnt()
399 if (!bOneNode || emptied) // merging may overwrite xmlids... in SaveCntnt()
406 if( bOneNode ) in SaveCntnt()
/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx921 const bool bOneNode = pStt->nNode == pEnd->nNode; in CopyImpl() local
927 ( !bOneNode && !rPos.nContent.GetIndex() ) ); in CopyImpl()
974 if( pStt->nContent.GetIndex() || bOneNode ) in CopyImpl()
985 else if( !bOneNode || bColumnSel ) in CopyImpl()
1054 const xub_StrLen nCpyLen = ( (bOneNode) in CopyImpl()
1064 if( bOneNode ) in CopyImpl()
1206 if( bCopyCollFmt && ( bOneNode || bEmptyDestNd )) in CopyImpl()
1210 if ( bOneNode ) in CopyImpl()
/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx878 sal_Bool bOneNode = rPaM.GetPoint()->nNode == rPaM.GetMark()->nNode; in MoveAndJoin() local
882 if( bRet && !bOneNode ) in MoveAndJoin()
2329 sal_Bool bOneNode = pStt->nNode == pEnd->nNode; in ReplaceRangeImpl() local
2335 nEnd = bOneNode ? pEnd->nContent.GetIndex() in ReplaceRangeImpl()
2482 nEnd = bOneNode ? pEnd->nContent.GetIndex() in ReplaceRangeImpl()

Completed in 37 milliseconds