Lines Matching refs:aIt
229 … for( ControlWrpVecI aIt = mxImpl->maVec.begin(), aEnd = mxImpl->maVec.end(); aIt != aEnd; ++aIt ) in ModifyControl() local
230 (*aIt)->ModifyControl( eEnable, eShow ); in ModifyControl()
236 …for( ControlWrpVecCI aIt = mxImpl->maVec.begin(), aEnd = mxImpl->maVec.end(); bIs && (aIt != aEnd)… in IsControlDontKnow() local
237 bIs &= (*aIt)->IsControlDontKnow(); in IsControlDontKnow()
243 … for( ControlWrpVecI aIt = mxImpl->maVec.begin(), aEnd = mxImpl->maVec.end(); aIt != aEnd; ++aIt ) in SetControlDontKnow() local
244 (*aIt)->SetControlDontKnow( bSet ); in SetControlDontKnow()
352 for( ItemConnectionListIt aIt = maList.begin(), aEnd = maList.end(); aIt != aEnd; ++aIt ) in ApplyFlags() local
353 (*aIt)->DoApplyFlags( rItemSet ); in ApplyFlags()
358 for( ItemConnectionListIt aIt = maList.begin(), aEnd = maList.end(); aIt != aEnd; ++aIt ) in Reset() local
359 (*aIt)->DoReset( rItemSet ); in Reset()
365 for( ItemConnectionListIt aIt = maList.begin(), aEnd = maList.end(); aIt != aEnd; ++aIt ) in FillItemSet() local
366 bChanged |= (*aIt)->DoFillItemSet( rDestSet, rOldSet ); in FillItemSet()