Lines Matching refs:NameOrIndex
61 bool SvxUnoNameItemTable::isValid( const NameOrIndex* pItem ) const in isValid()
104 NameOrIndex* pNewItem = createItem(); in ImplInsertByName()
147 NameOrIndex *pItem; in removeByName()
152 pItem = (NameOrIndex *)&((*aIter)->Get( mnWhich ) ); in removeByName()
178 NameOrIndex *pItem; in replaceByName()
183 pItem = (NameOrIndex *)&((*aIter)->Get( mnWhich ) ); in replaceByName()
186 NameOrIndex* pNewItem = createItem(); in replaceByName()
204 pItem = (NameOrIndex*)mpModelPool->GetItem2( mnWhich, nSurrogate); in replaceByName()
236 NameOrIndex *pItem; in getByName()
242 pItem = (NameOrIndex*)mpModelPool->GetItem2( mnWhich, nSurrogate ); in getByName()
262 NameOrIndex *pItem; in getElementNames()
269 pItem = (NameOrIndex*)mpModelPool->GetItem2( mnWhich, nSurrogate ); in getElementNames()
306 const NameOrIndex *pItem; in hasByName()
311 pItem = (NameOrIndex*)mpModelPool->GetItem2( mnWhich, nSurrogate ); in hasByName()
324 const NameOrIndex *pItem; in hasElements()
330 pItem = (NameOrIndex*)mpModelPool->GetItem2( mnWhich, nSurrogate ); in hasElements()