Lines Matching refs:aControlList
3193 for( sal_uInt32 n = 0; n < aControlList.Count(); ++n ) in ~SwTokenWindow()
3195 Control* pControl = aControlList.GetObject( n ); in ~SwTokenWindow()
3200 for( sal_uLong i = aControlList.Count(); i; ) in ~SwTokenWindow()
3202 Control* pControl = aControlList.Remove( --i ); in ~SwTokenWindow()
3216 for( sal_uLong i = aControlList.Count(); i; ) in SetForm()
3218 Control* pControl = aControlList.Remove( --i ); in SetForm()
3321 Control* pLast = aControlList.Last(); in InsertItem()
3334 aControlList.Insert(pEdit, aControlList.Count()); in InsertItem()
3373 aControlList.Insert(pButton, aControlList.Count()); in InsertItem()
3429 const Control* pControl = aControlList.First(); in InsertAtSelection()
3453 pControl = aControlList.Next(); in InsertAtSelection()
3487 pControl = aControlList.Next(); in InsertAtSelection()
3519 sal_uInt32 nActivePos = aControlList.GetPos(pActiveCtrl); in InsertAtSelection()
3538 aControlList.Insert(pEdit, nActivePos + 1); in InsertAtSelection()
3573 aControlList.Remove(pActiveCtrl); in InsertAtSelection()
3580 aControlList.Insert(pButton, nInsertPos); in InsertAtSelection()
3619 sal_uInt32 nActivePos = aControlList.GetPos(pDel); in RemoveControl()
3623 DBG_ASSERT(nActivePos && nActivePos < aControlList.Count() - 1, in RemoveControl()
3625 aControlList.Seek(nActivePos - 1); in RemoveControl()
3626 Control* pLeftEdit = aControlList.GetCurObject(); in RemoveControl()
3627 aControlList.Seek(nActivePos + 1); in RemoveControl()
3628 Control* pRightEdit = aControlList.GetCurObject(); in RemoveControl()
3634 aControlList.Remove(pRightEdit); in RemoveControl()
3637 aControlList.Remove(pDel); in RemoveControl()
3651 if(aControlList.Count() > 1) in AdjustPositions()
3653 Control* pCtrl = aControlList.First(); in AdjustPositions()
3656 while(0 != (pCtrl = aControlList.Next())) in AdjustPositions()
3670 Control* pCtrl = aControlList.First(); in MoveControls()
3676 }while(0 != (pCtrl = aControlList.Next())); in MoveControls()
3683 if(aControlList.Count() > 1) in AdjustScrolling()
3686 Control* pLastCtrl = aControlList.Last(); in AdjustScrolling()
3687 Control* pFirstCtrl = aControlList.First(); in AdjustScrolling()
3703 aLeftScrollWin.Enable(aControlList.First()->GetPosPixel().X() < 0); in AdjustScrolling()
3704 Control* pCtrl = aControlList.Last(); in AdjustScrolling()
3726 if(aControlList.Count()) in IMPL_LINK()
3734 Control* pDebugCtrl = aControlList.First(); in IMPL_LINK()
3744 }while(0 != (pDebugCtrl = aControlList.Next())); in IMPL_LINK()
3752 for(sal_uInt16 i = 0; i < aControlList.Count(); i++ ) in IMPL_LINK()
3754 Control* pCtrl = aControlList.GetObject(i); in IMPL_LINK()
3763 nMove = -aControlList.GetObject(i - 1)->GetPosPixel().X(); in IMPL_LINK()
3771 for(sal_uLong i = aControlList.Count(); i; i-- ) in IMPL_LINK()
3773 Control* pCtrl = aControlList.GetObject(i - 1); in IMPL_LINK()
3778 if( i < aControlList.Count()) in IMPL_LINK()
3781 Control* pRight = aControlList.GetObject(i); in IMPL_LINK()
3793 Control* pCtrl = aControlList.First(); in IMPL_LINK()
3799 }while(0 != (pCtrl = aControlList.Next())); in IMPL_LINK()
3800 aLeftScrollWin.Enable(aControlList.First()->GetPosPixel().X() < 0); in IMPL_LINK()
3801 pCtrl = aControlList.Last(); in IMPL_LINK()
3819 const Control* pControl = ((SwTokenWindow*)this)->aControlList.First(); in GetPattern()
3829 pControl = ((SwTokenWindow*)this)->aControlList.Next(); in GetPattern()
3840 const Control* pControl = ((SwTokenWindow*)this)->aControlList.First(); in Contains()
3852 pControl = ((SwTokenWindow*)this)->aControlList.Next(); in Contains()
3940 sal_uInt16 nPos = (sal_uInt16)aControlList.GetPos(pEdit); in IMPL_LINK()
3942 (nPos < aControlList.Count() - 1 && pEdit->IsNextControl())) in IMPL_LINK()
3944 aControlList.Seek(nPos); in IMPL_LINK()
3945 Control* pNextPrev = pEdit->IsNextControl() ? aControlList.Next() : aControlList.Prev(); in IMPL_LINK()
3958 for(sal_uInt16 i = 0; i < aControlList.Count(); i++) in IMPL_LINK()
3960 Control* pControl = aControlList.First(); in IMPL_LINK()
3965 pControl = aControlList.Next(); in IMPL_LINK()
3976 sal_uInt16 nPos = (sal_uInt16)aControlList.GetPos(pBtn); in IMPL_LINK()
3978 (nPos < aControlList.Count() - 1 && pBtn->IsNextControl())) in IMPL_LINK()
3980 aControlList.Seek(nPos); in IMPL_LINK()
3982 Control* pNextPrev = bNext ? aControlList.Next() : aControlList.Prev(); in IMPL_LINK()
4003 for(sal_uInt16 i = 0; i < aControlList.Count(); i++) in IMPL_LINK()
4005 Control* pControl = aControlList.First(); in IMPL_LINK()
4010 pControl = aControlList.Next(); in IMPL_LINK()
4023 Control* pFirst = aControlList.First(); in GetFocus()
4049 const Control* pControl = ((SwTokenWindow*)this)->aControlList.First(); in GetControlIndex()
4060 pControl = ((SwTokenWindow*)this)->aControlList.Next(); in GetControlIndex()