Lines Matching refs:mpModelPool
47 mpModelPool( pModel ? &pModel->GetItemPool() : NULL ), in SvxUnoNameItemTable()
101 SfxItemSet* mpInSet = new SfxItemSet( *mpModelPool, mnWhich, mnWhich ); in ImplInsertByName()
201 sal_uInt32 nCount = mpModelPool ? mpModelPool->GetItemCount2( mnWhich ) : 0; in replaceByName()
204 pItem = (NameOrIndex*)mpModelPool->GetItem2( mnWhich, nSurrogate); in replaceByName()
233 if( mpModelPool && aName.Len() != 0 ) 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()
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()