Lines Matching refs:pImp

96 	return pImp->aBC;  in BC()
159 pImp( new SfxItemPool_Impl( nStart, nEnd ) ), in SfxItemPool()
171 pImp->eDefMetric = SFX_MAPUNIT_TWIP; in SfxItemPool()
172 pImp->nVersion = 0; in SfxItemPool()
173 pImp->bStreaming = sal_False; in SfxItemPool()
174 pImp->nLoadingVersion = 0; in SfxItemPool()
175 pImp->nInitRefCount = 1; in SfxItemPool()
176 pImp->nVerStart = nStart; in SfxItemPool()
177 pImp->nVerEnd = nEnd; in SfxItemPool()
178 pImp->bInSetItem = sal_False; in SfxItemPool()
179 pImp->nStoringStart = nStartWhich; in SfxItemPool()
180 pImp->nStoringEnd = nEndWhich; in SfxItemPool()
220 pImp( new SfxItemPool_Impl( nStart, nEnd ) ), in SfxItemPool()
230 pImp->eDefMetric = rPool.pImp->eDefMetric; in SfxItemPool()
231 pImp->nVersion = rPool.pImp->nVersion; in SfxItemPool()
232 pImp->bStreaming = sal_False; in SfxItemPool()
233 pImp->nLoadingVersion = 0; in SfxItemPool()
234 pImp->nInitRefCount = 1; in SfxItemPool()
235 pImp->nVerStart = rPool.pImp->nVerStart; in SfxItemPool()
236 pImp->nVerEnd = rPool.pImp->nVerEnd; in SfxItemPool()
237 pImp->bInSetItem = sal_False; in SfxItemPool()
238 pImp->nStoringStart = nStart; in SfxItemPool()
239 pImp->nStoringEnd = nEnd; in SfxItemPool()
267 for ( size_t nVer = 0; nVer < rPool.pImp->aVersions.size(); ++nVer ) in SfxItemPool()
269 const SfxPoolVersion_ImplPtr pOld = rPool.pImp->aVersions[nVer]; in SfxItemPool()
271 pImp->aVersions.push_back( pNew ); in SfxItemPool()
299 DBG_ASSERT( !(pImp->ppPoolItems[n]), "defaults with setitems with items?!" ); in SetDefaults()
385 if ( pImp->ppPoolItems && ppPoolDefaults ) in ~SfxItemPool()
388 delete pImp; in ~SfxItemPool()
437 if ( pImp->ppPoolItems && pSecondary->pImp->ppPoolItems ) in SetSecondaryPool()
451 pSecondary->pImp->ppPoolItems + n; in SetSecondaryPool()
489 return pImp->eDefMetric; in GetMetric()
498 pImp->eDefMetric = eNewMetric; in SetDefaultMetric()
552 if ( !pImp->ppPoolItems || !ppPoolDefaults ) in Delete()
556 pImp->aBC.Broadcast( SfxSimpleHint( SFX_HINT_DYING ) ); in Delete()
561 SfxPoolItemArray_Impl** ppItemArr = pImp->ppPoolItems; in Delete()
603 ppItemArr = pImp->ppPoolItems; in Delete()
633 pImp->DeleteItems(); in Delete()
645 SfxPoolItemArray_Impl** ppItemArr = pImp->ppPoolItems; in Cleanup()
672 ppItemArr = pImp->ppPoolItems; in Cleanup()
777 SfxPoolItemArray_Impl** ppItemArr = pImp->ppPoolItems + nIndex; in Put()
856 AddRef( *pNewItem, pImp->nInitRefCount ); in Put()
917 SfxPoolItemArray_Impl** ppItemArr = (pImp->ppPoolItems + nIndex); in Remove()
1029 SfxPoolItemArray_Impl* pItemArr = *(pImp->ppPoolItems + GetIndex_Impl(nWhich)); in GetItem2()
1050 SfxPoolItemArray_Impl* pItemArr = *(pImp->ppPoolItems + GetIndex_Impl(nWhich)); in GetItemCount2()