Lines Matching refs:pSecondary

61 	else if( pSecondary )  in GetPoolDefaultItem()
62 pRet = pSecondary->GetPoolDefaultItem( nWhich ); in GetPoolDefaultItem()
83 for ( const SfxItemPool *pPool = this; pPool; pPool = pPool->pSecondary ) in IsItemFlag()
162 pSecondary(0), in SfxItemPool()
223 pSecondary(0), in SfxItemPool()
275 if ( rPool.pSecondary ) in SfxItemPool()
276 SetSecondaryPool( rPool.pSecondary->Clone() ); in SfxItemPool()
397 if (pMaster->pSecondary == this) in ~SfxItemPool()
398 pMaster->pSecondary = NULL; in ~SfxItemPool()
430 if ( pSecondary ) in SetSecondaryPool()
437 if ( pImp->ppPoolItems && pSecondary->pImp->ppPoolItems ) in SetSecondaryPool()
447 bOK && n <= pSecondary->nEnd - pSecondary->nStart; in SetSecondaryPool()
451 pSecondary->pImp->ppPoolItems + n; in SetSecondaryPool()
468 pSecondary->pMaster = pSecondary; in SetSecondaryPool()
469 for ( SfxItemPool *p = pSecondary->pSecondary; p; p = p->pSecondary ) in SetSecondaryPool()
470 p->pMaster = pSecondary; in SetSecondaryPool()
476 for ( SfxItemPool *p = pPool; p; p = p->pSecondary ) in SetSecondaryPool()
480 pSecondary = pPool; in SetSecondaryPool()
706 else if ( pSecondary ) in SetPoolDefaultItem()
707 pSecondary->SetPoolDefaultItem(rItem); in SetPoolDefaultItem()
731 else if ( pSecondary ) in ResetPoolDefaultItem()
732 pSecondary->ResetPoolDefaultItem(nWhichId); in ResetPoolDefaultItem()
755 if ( pSecondary ) in Put()
756 return pSecondary->Put( rItem, nWhich ); in Put()
886 if ( pSecondary ) in Remove()
888 pSecondary->Remove( rItem ); in Remove()
956 if ( pSecondary ) in GetDefaultItem()
957 return pSecondary->GetDefaultItem( nWhich ); in GetDefaultItem()
997 for( pPool = this; pPool; pPool = pPool->pSecondary ) in FillItemIdRanges_Impl()
1003 for( pPool = this; pPool; pPool = pPool->pSecondary ) in FillItemIdRanges_Impl()
1019 if ( pSecondary ) in GetItem2()
1020 return pSecondary->GetItem2( nWhich, nOfst ); in GetItem2()
1044 if ( pSecondary ) in GetItemCount2()
1045 return pSecondary->GetItemCount2( nWhich ); in GetItemCount2()
1077 if ( pSecondary && bDeep ) in GetWhich()
1078 return pSecondary->GetWhich(nSlotId); in GetWhich()
1091 if ( pSecondary && bDeep ) in GetSlotId()
1092 return pSecondary->GetSlotId(nWhich); in GetSlotId()
1128 if ( pSecondary && bDeep ) in GetTrueWhich()
1129 return pSecondary->GetTrueWhich(nSlotId); in GetTrueWhich()
1142 if ( pSecondary && bDeep ) in GetTrueSlotId()
1143 return pSecondary->GetTrueSlotId(nWhich); in GetTrueSlotId()
1170 for ( SfxItemPool *pPool = this; pPool; pPool = pPool->pSecondary ) in SetFileFormatVersion()