Searched refs:bOneNode (Results 1 – 3 of 3) sorted by relevance
374 sal_Bool bOneNode = nSttNode == nEndNode; in SaveCntnt() local375 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()
921 const bool bOneNode = pStt->nNode == pEnd->nNode; in CopyImpl() local927 ( !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()
878 sal_Bool bOneNode = rPaM.GetPoint()->nNode == rPaM.GetMark()->nNode; in MoveAndJoin() local882 if( bRet && !bOneNode ) in MoveAndJoin()2329 sal_Bool bOneNode = pStt->nNode == pEnd->nNode; in ReplaceRangeImpl() local2335 nEnd = bOneNode ? pEnd->nContent.GetIndex() in ReplaceRangeImpl()2482 nEnd = bOneNode ? pEnd->nContent.GetIndex() in ReplaceRangeImpl()
Completed in 44 milliseconds