Lines Matching refs:mnWhich
48 mnWhich( nWhich ), mnMemberId( nMemberId ) in SvxUnoNameItemTable()
101 SfxItemSet* mpInSet = new SfxItemSet( *mpModelPool, mnWhich, mnWhich ); in ImplInsertByName()
107 mpInSet->Put( *pNewItem, mnWhich ); in ImplInsertByName()
121 SvxUnogetInternalNameForItem( mnWhich, aApiName, aName ); in insertByName()
142 SvxUnogetInternalNameForItem( mnWhich, aApiName, Name ); in removeByName()
152 pItem = (NameOrIndex *)&((*aIter)->Get( mnWhich ) ); in removeByName()
173 SvxUnogetInternalNameForItem( mnWhich, aApiName, aName ); in replaceByName()
183 pItem = (NameOrIndex *)&((*aIter)->Get( mnWhich ) ); in replaceByName()
201 sal_uInt32 nCount = mpModelPool ? mpModelPool->GetItemCount2( mnWhich ) : 0; in replaceByName()
204 pItem = (NameOrIndex*)mpModelPool->GetItem2( mnWhich, nSurrogate); in replaceByName()
229 SvxUnogetInternalNameForItem( mnWhich, aApiName, aName ); in getByName()
239 sal_uInt32 nSurrogateCount = mpModelPool ? mpModelPool->GetItemCount2( mnWhich ) : 0; in getByName()
242 pItem = (NameOrIndex*)mpModelPool->GetItem2( mnWhich, nSurrogate ); in getByName()
265 const sal_uInt32 nSurrogateCount = mpModelPool ? mpModelPool->GetItemCount2( mnWhich ) : 0; in getElementNames()
269 pItem = (NameOrIndex*)mpModelPool->GetItem2( mnWhich, nSurrogate ); in getElementNames()
274 SvxUnogetApiNameForItem( mnWhich, pItem->GetName(), aApiName ); in getElementNames()
298 SvxUnogetInternalNameForItem( mnWhich, aApiName, aName ); in hasByName()
308 sal_uInt32 nCount = mpModelPool ? mpModelPool->GetItemCount2( mnWhich ) : 0; in hasByName()
311 pItem = (NameOrIndex*)mpModelPool->GetItem2( mnWhich, nSurrogate ); in hasByName()
327 const sal_uInt32 nSurrogateCount = mpModelPool ? mpModelPool->GetItemCount2( mnWhich ) : 0; in hasElements()
330 pItem = (NameOrIndex*)mpModelPool->GetItem2( mnWhich, nSurrogate ); in hasElements()