Searched refs:pExSet (Results 1 – 3 of 3) sorted by relevance
510 const SfxItemSet* pExSet = GetTabDialog()->GetExampleSet(); in IMPL_LINK() local511 if(pExSet) in IMPL_LINK()512 aSet.Put(*pExSet); in IMPL_LINK()
685 const SfxItemSet* pExSet = NULL; in FillItemSet() local688 pExSet = pDlg->GetExampleSet(); in FillItemSet()690 if ( pExSet && SFX_ITEM_SET != pExSet->GetItemState( SID_DOCINFO, sal_True, &pItem ) ) in FillItemSet()1363 const SfxItemSet* pExSet = NULL; in FillItemSet() local1366 pExSet = pDlg->GetExampleSet(); in FillItemSet()1368 if( pExSet && SFX_ITEM_SET != pExSet->GetItemState( SID_DOCINFO, sal_True, &pItem ) ) in FillItemSet()
265 const SfxItemSet* pExSet = GetTabDialog() ? GetTabDialog()->GetExampleSet() : NULL; in FillItemSet() local267 if( pExSet && SFX_ITEM_SET == in FillItemSet()268 pExSet->GetItemState( nW, sal_False, &pItem ) ) in FillItemSet()
Completed in 39 milliseconds