Lines Matching refs:rList
83 sal_uInt32 StdTabControllerModel::ImplGetControlCount( const UnoControlModelEntryList& rList ) const in ImplGetControlCount()
86 sal_uInt32 nEntries = rList.Count(); in ImplGetControlCount()
89 UnoControlModelEntry* pEntry = rList.GetObject( n ); in ImplGetControlCount()
98 …ce< ::com::sun::star::awt::XControlModel > ** ppRefs, const UnoControlModelEntryList& rList ) const in ImplGetControlModels()
100 sal_uInt32 nEntries = rList.Count(); in ImplGetControlModels()
103 UnoControlModelEntry* pEntry = rList.GetObject( n ); in ImplGetControlModels()
114 void StdTabControllerModel::ImplSetControlModels( UnoControlModelEntryList& rList, const ::com::sun… in ImplSetControlModels() argument
124 rList.Insert( pNewEntry, LIST_APPEND ); in ImplSetControlModels()
128 …rence< ::com::sun::star::awt::XControlModel > xCtrl, const UnoControlModelEntryList& rList ) const in ImplGetControlPos()
130 for ( sal_uInt32 n = rList.Count(); n; ) in ImplGetControlPos()
132 UnoControlModelEntry* pEntry = rList.GetObject( --n ); in ImplGetControlPos()