Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/unodraw/
H A Dunomtabl.cxx65 SfxItemPool* mpModelPool; member in SvxUnoMarkerTable
104 mpModelPool( pModel ? &pModel->GetItemPool() : (SfxItemPool*)NULL ) in SvxUnoMarkerTable()
276 const sal_uInt32 nStartCount = mpModelPool ? mpModelPool->GetItemCount2( XATTR_LINESTART ) : 0; in replaceByName()
288 const sal_uInt32 nEndCount = mpModelPool ? mpModelPool->GetItemCount2( XATTR_LINEEND ) : 0; in replaceByName()
335 if( mpModelPool && aName.Len() != 0 ) 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()
424 sal_uInt32 nEndCount = mpModelPool ? mpModelPool->GetItemCount2( XATTR_LINEEND ) : 0; in hasByName()
449 const sal_uInt32 nStartCount = mpModelPool ? mpModelPool->GetItemCount2( XATTR_LINESTART ) : 0; in hasElements()
[all …]
H A DUnoNameItemTable.cxx47 mpModelPool( pModel ? &pModel->GetItemPool() : NULL ), in SvxUnoNameItemTable()
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()
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()
[all …]
H A DUnoNameItemTable.hxx48 SfxItemPool* mpModelPool; member in SvxUnoNameItemTable

Completed in 252 milliseconds