Lines Matching refs:pPool
214 ScDocumentPool* pPool = pDocShell->GetDocument()->GetPool(); in setPropertyValue() local
215 SfxPoolItem* pNewItem = pPool->GetDefaultItem(pEntry->nWID).Clone(); in setPropertyValue()
220 pPool->SetPoolDefaultItem( *pNewItem ); in setPropertyValue()
276 ScDocumentPool* pPool = pDocShell->GetDocument()->GetPool(); in getPropertyValue() local
277 const SfxPoolItem& rItem = pPool->GetDefaultItem( pEntry->nWID ); in getPropertyValue()
313 ScDocumentPool* pPool = pDocShell->GetDocument()->GetPool(); in SC_IMPL_DUMMY_PROPERTY_LISTENER() local
314 if ( pPool->GetPoolDefaultItem( nWID ) != NULL ) in SC_IMPL_DUMMY_PROPERTY_LISTENER()
350 ScDocumentPool* pPool = pDocShell->GetDocument()->GetPool(); in setPropertyToDefault() local
351 pPool->ResetPoolDefaultItem( pEntry->nWID ); in setPropertyToDefault()
375 ScDocumentPool* pPool = pDocShell->GetDocument()->GetPool(); in getPropertyDefault() local
376 const SfxPoolItem* pItem = pPool->GetItem2( pEntry->nWID, SFX_ITEMS_DEFAULT ); in getPropertyDefault()