Lines Matching refs:mpModelPool

65 	SfxItemPool*	mpModelPool;  member in SvxUnoMarkerTable
104 mpModelPool( pModel ? &pModel->GetItemPool() : (SfxItemPool*)NULL ) in SvxUnoMarkerTable()
166 SfxItemSet* mpInSet = new SfxItemSet( *mpModelPool, XATTR_LINESTART, XATTR_LINEEND ); in ImplInsertByName()
276 const sal_uInt32 nStartCount = mpModelPool ? mpModelPool->GetItemCount2( XATTR_LINESTART ) : 0; in replaceByName()
279 pItem = (NameOrIndex*)mpModelPool->GetItem2( XATTR_LINESTART, nSurrogate); in replaceByName()
288 const sal_uInt32 nEndCount = mpModelPool ? mpModelPool->GetItemCount2( XATTR_LINEEND ) : 0; in replaceByName()
291 pItem = (NameOrIndex*)mpModelPool->GetItem2( XATTR_LINEEND, nSurrogate); in replaceByName()
335 if( mpModelPool && aName.Len() != 0 ) in getByName()
340 if( getByNameFromPool( aSearchName, mpModelPool, XATTR_LINESTART, aAny ) ) in getByName()
343 if( getByNameFromPool( aSearchName, mpModelPool, XATTR_LINEEND, aAny ) ) in getByName()
382 createNamesForPool( mpModelPool, XATTR_LINESTART, aNameSet ); in getElementNames()
385 createNamesForPool( mpModelPool, XATTR_LINEEND, aNameSet ); in getElementNames()
414 sal_uInt32 nStartCount = mpModelPool ? mpModelPool->GetItemCount2( XATTR_LINESTART ) : 0; in hasByName()
418 pItem = (NameOrIndex*)mpModelPool->GetItem2( XATTR_LINESTART, nSurrogate); in hasByName()
424 sal_uInt32 nEndCount = mpModelPool ? mpModelPool->GetItemCount2( XATTR_LINEEND ) : 0; in hasByName()
427 pItem = (NameOrIndex*)mpModelPool->GetItem2( XATTR_LINEEND, nSurrogate); in hasByName()
449 const sal_uInt32 nStartCount = mpModelPool ? mpModelPool->GetItemCount2( XATTR_LINESTART ) : 0; in hasElements()
453 pItem = (NameOrIndex*)mpModelPool->GetItem2( XATTR_LINESTART, nSurrogate); in hasElements()
458 const sal_uInt32 nEndCount = mpModelPool ? mpModelPool->GetItemCount2( XATTR_LINEEND ) : 0; in hasElements()
461 pItem = (NameOrIndex*)mpModelPool->GetItem2( XATTR_LINEEND, nSurrogate); in hasElements()