Lines Matching refs:pItem

61 bool SvxUnoNameItemTable::isValid( const NameOrIndex* pItem ) const  in isValid()
63 return pItem && (pItem->GetName().Len() != 0); in isValid()
147 NameOrIndex *pItem; in removeByName() local
152 pItem = (NameOrIndex *)&((*aIter)->Get( mnWhich ) ); in removeByName()
153 if( pItem->GetName() == aSearchName ) in removeByName()
178 NameOrIndex *pItem; in replaceByName() local
183 pItem = (NameOrIndex *)&((*aIter)->Get( mnWhich ) ); in replaceByName()
184 if( pItem->GetName() == aSearchName ) in replaceByName()
204 pItem = (NameOrIndex*)mpModelPool->GetItem2( mnWhich, nSurrogate); in replaceByName()
205 if( pItem && pItem->GetName() == aSearchName ) in replaceByName()
207 pItem->PutValue( aElement, mnMemberId ); in replaceByName()
236 NameOrIndex *pItem; in getByName() local
242 pItem = (NameOrIndex*)mpModelPool->GetItem2( mnWhich, nSurrogate ); in getByName()
244 if( isValid( pItem ) && (pItem->GetName() == aSearchName) ) in getByName()
246 pItem->QueryValue( aAny, mnMemberId ); in getByName()
262 NameOrIndex *pItem; in getElementNames() local
269 pItem = (NameOrIndex*)mpModelPool->GetItem2( mnWhich, nSurrogate ); in getElementNames()
271 if( !isValid( pItem ) ) in getElementNames()
274 SvxUnogetApiNameForItem( mnWhich, pItem->GetName(), aApiName ); in getElementNames()
306 const NameOrIndex *pItem; in hasByName() local
311 pItem = (NameOrIndex*)mpModelPool->GetItem2( mnWhich, nSurrogate ); in hasByName()
312 if( isValid( pItem ) && (pItem->GetName() == aSearchName) ) in hasByName()
324 const NameOrIndex *pItem; in hasElements() local
330 pItem = (NameOrIndex*)mpModelPool->GetItem2( mnWhich, nSurrogate ); in hasElements()
332 if( isValid( pItem ) ) in hasElements()