Searched refs:mpModelPool (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/svx/source/unodraw/ |
| H A D | unomtabl.cxx | 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() [all …]
|
| H A D | UnoNameItemTable.cxx | 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() [all …]
|
| H A D | UnoNameItemTable.hxx | 48 SfxItemPool* mpModelPool; member in SvxUnoNameItemTable
|