Lines Matching refs:mpList
53 XPropertyList* mpList; member in SvxUnoXPropertyTable
56 long getCount() const { return mpList ? mpList->Count() : 0 ; } in getCount()
86 : mpList( pList ), mnWhich( nWhich ) in SvxUnoXPropertyTable()
96 if( mpList ) in get()
97 return mpList->Get( index ); in get()
125 if( NULL == mpList ) in insertByName()
138 if( mpList ) in insertByName()
139 mpList->Insert( pNewEntry ); in insertByName()
158 if( mpList ) in removeByName()
159 delete mpList->Remove( i ); in removeByName()
188 if( mpList ) in replaceByName()
189 delete mpList->Replace( pNewEntry, i ); in replaceByName()
252 const long nCount = mpList?mpList->Count():0; in hasByName()