Home
last modified time | relevance | path

Searched refs:mpModelPool (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/unodraw/
H A Dunomtabl.cxx65 SfxItemPool* mpModelPool; member in SvxUnoMarkerTable
104 mpModelPool( pModel ? &pModel->GetItemPool() : (SfxItemPool*)NULL ) in SvxUnoMarkerTable()
165 SfxItemSet* mpInSet = new SfxItemSet( *mpModelPool, XATTR_LINESTART, XATTR_LINEEND ); in ImplInsertByName()
272 const sal_uInt32 nStartCount = mpModelPool ? mpModelPool->GetItemCount2( XATTR_LINESTART ) : 0; in replaceByName()
275 pItem = (NameOrIndex*)mpModelPool->GetItem2( XATTR_LINESTART, nSurrogate); in replaceByName()
284 const sal_uInt32 nEndCount = mpModelPool ? mpModelPool->GetItemCount2( XATTR_LINEEND ) : 0; in replaceByName()
287 pItem = (NameOrIndex*)mpModelPool->GetItem2( XATTR_LINEEND, nSurrogate); in replaceByName()
330 if( mpModelPool && aName.Len() != 0 ) in getByName()
335 if( getByNameFromPool( aSearchName, mpModelPool, XATTR_LINESTART, aAny ) ) in getByName()
338 if( getByNameFromPool( aSearchName, mpModelPool, XATTR_LINEEND, aAny ) ) in getByName()
[all …]
H A DUnoNameItemTable.cxx47 mpModelPool( pModel ? &pModel->GetItemPool() : NULL ), in SvxUnoNameItemTable()
101 SfxItemSet* mpInSet = new SfxItemSet( *mpModelPool, mnWhich, mnWhich ); in ImplInsertByName()
198 sal_uInt32 nCount = mpModelPool ? mpModelPool->GetItemCount2( mnWhich ) : 0; in replaceByName()
201 pItem = (NameOrIndex*)mpModelPool->GetItem2( mnWhich, nSurrogate); in replaceByName()
229 if( mpModelPool && aName.Len() != 0 ) in getByName()
235 sal_uInt32 nSurrogateCount = mpModelPool ? mpModelPool->GetItemCount2( mnWhich ) : 0; in getByName()
238 pItem = (NameOrIndex*)mpModelPool->GetItem2( mnWhich, nSurrogate ); in getByName()
260 const sal_uInt32 nSurrogateCount = mpModelPool ? mpModelPool->GetItemCount2( mnWhich ) : 0; in getElementNames()
264 pItem = (NameOrIndex*)mpModelPool->GetItem2( mnWhich, nSurrogate ); in getElementNames()
302 sal_uInt32 nCount = mpModelPool ? mpModelPool->GetItemCount2( mnWhich ) : 0; in hasByName()
[all …]
H A DUnoNameItemTable.hxx48 SfxItemPool* mpModelPool; member in SvxUnoNameItemTable