Lines Matching refs:n

54 	for ( sal_uInt32 n = Count(); n; )  in Reset()  local
55 DestroyEntry( --n ); in Reset()
87 for ( sal_uInt32 n = 0; n < nEntries; n++ ) in ImplGetControlCount() local
89 UnoControlModelEntry* pEntry = rList.GetObject( n ); in ImplGetControlCount()
101 for ( sal_uInt32 n = 0; n < nEntries; n++ ) in ImplGetControlModels() local
103 UnoControlModelEntry* pEntry = rList.GetObject( n ); in ImplGetControlModels()
118 for ( sal_uInt32 n = 0; n < nControls; n++ ) in ImplSetControlModels() local
123 *pNewEntry->pxControl = pRefs[n]; in ImplSetControlModels()
130 for ( sal_uInt32 n = rList.Count(); n; ) in ImplGetControlPos() local
132 UnoControlModelEntry* pEntry = rList.GetObject( --n ); in ImplGetControlPos()
134 return n; in ImplGetControlPos()
151 for ( sal_uInt32 n = 0; n < nCtrls; n++ ) in ImplWriteControls() local
153 …:sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > xI = rCtrls.getConstArray()[n]; in ImplWriteControls()
181 for ( sal_uInt32 n = 0; n < nCtrls; n++ ) in ImplReadControls() local
185 aSeq.getArray()[n] = xI; in ImplReadControls()
263 for ( sal_uInt32 n = 0; n < nElements; n++ ) in setGroup() local
265 UnoControlModelEntry* pEntry = pNewEntry->pGroup->GetObject( n ); in setGroup()
296 for ( sal_uInt32 n = 0; n < nEntries; n++ ) in getGroupCount() local
298 UnoControlModelEntry* pEntry = maControls.GetObject( n ); in getGroupCount()
312 for ( sal_uInt32 n = 0; n < nEntries; n++ ) in getGroup() local
314 UnoControlModelEntry* pEntry = maControls.GetObject( n ); in getGroup()
338 for ( sal_uInt32 n = 0; n < nEntries; n++ ) in getGroupByName() local
340 UnoControlModelEntry* pEntry = maControls.GetObject( n ); in getGroupByName()
375 for ( sal_uInt32 n = 0; n < nGroups; n++ ) in write() local
379 getGroup( n, aGroupCtrls, aGroupName ); in write()
393 for ( sal_uInt32 n = 0; n < nGroups; n++ ) in read() local