Searched refs:pSecondPool (Results 1 – 1 of 1) sorted by relevance
227 SfxItemPool* pSecondPool = aEditAttr.GetPool()->GetSecondaryPool(); in Exec() local228 if( !pSecondPool ) in Exec()229 pSecondPool = aEditAttr.GetPool(); in Exec()230 SvxScriptSetItem aSetItem( nSlot, *pSecondPool ); in Exec()690 SfxItemPool* pSecondPool = aEditAttr.GetPool()->GetSecondaryPool(); in GetState() local691 if( !pSecondPool ) in GetState()692 pSecondPool = aEditAttr.GetPool(); in GetState()693 SvxScriptSetItem aSetItem( nSlotId, *pSecondPool ); in GetState()
Completed in 19 milliseconds