Home
last modified time | relevance | path

Searched refs:pRefPool (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svl/source/items/
H A Dpoolio.cxx1089 if ( !pRefPool ) in LoadSurrogate()
1090 pRefPool = this; in LoadSurrogate()
1132 if ( pRefPool != pMaster ) in LoadSurrogate()
1618 const SfxItemPool *pRefPool ) in LoadItem() argument
1627 if ( bDontPut || !pRefPool ) in LoadItem()
1628 pRefPool = this; in LoadItem()
1631 while ( !pRefPool->IsInVersionsRange(nWhich) ) in LoadItem()
1633 if ( pRefPool->pSecondary ) in LoadItem()
1634 pRefPool = pRefPool->pSecondary; in LoadItem()
1654 nWhich = pRefPool->GetNewWhich( nWhich ); in LoadItem()
[all …]
H A Ditemset.cxx1587 const SfxItemPool* pRefPool /* Pool, der die Surrogate aufl"osen kann in Load() argument
1609 if ( !pRefPool ) in Load()
1610 pRefPool = _pPool; in Load()
1619 _pPool->LoadItem( rStream, bDirect, pRefPool ); in Load()
/trunk/main/svl/inc/svl/
H A Ditempool.hxx202 const SfxItemPool *pRefPool = 0 );
212 const SfxItemPool* pRefPool = 0 );
H A Ditemset.hxx181 const SfxItemPool *pRefPool = 0 );

Completed in 33 milliseconds