Lines Matching refs:rIdx
559 sal_uIntPtr &rIdx, in MoveOrCopyTemplates() argument
618 rIdx = GetModel()->GetRelPos(pTarget)+1; in MoveOrCopyTemplates()
625 rIdx = 0; in MoveOrCopyTemplates()
629 pTarget, pSource, pNewParent, rIdx); in MoveOrCopyTemplates()
650 sal_uIntPtr &rIdx, in MoveOrCopyContents() argument
755 rIdx = p[i]; in MoveOrCopyContents()
792 return (((rIdx != INDEX_IGNORE)|| bRemovedFromSource) && bOk ) in MoveOrCopyContents()
801 sal_uIntPtr &rIdx) in NotifyMoving() argument
850 bOk = MoveOrCopyTemplates( pSourceBox, pSource, pTarget, pNewParent, rIdx, sal_False ); in NotifyMoving()
852 bOk = MoveOrCopyContents(pSourceBox, pSource, pTarget, pNewParent, rIdx, sal_False ); in NotifyMoving()
862 sal_uIntPtr &rIdx) in NotifyCopying() argument
908 bOk = MoveOrCopyTemplates( pSourceBox, pSource, pTarget, pNewParent, rIdx, sal_True ); in NotifyCopying()
910 bOk = MoveOrCopyContents( pSourceBox, pSource, pTarget, pNewParent, rIdx, sal_True ); in NotifyCopying()