Searched refs:pSetItem (Results 1 – 6 of 6) sorted by relevance
360 const SvxSetItem* pSetItem = 0; in Reset() local363 (const SfxPoolItem**)&pSetItem ) ) in Reset()408 pSetItem = 0; in Reset()424 if ( !pSetItem ) in Reset()951 const SvxSetItem* pSetItem = 0; in ActivatePage() local955 (const SfxPoolItem**)&pSetItem ) ) in ActivatePage()978 pSetItem = 0; in ActivatePage()981 if ( !pSetItem ) in ActivatePage()988 pSetItem = 0; in ActivatePage()1015 pSetItem = 0; in ActivatePage()[all …]
3087 const SvxSetItem* pSetItem; in getPropertyStates() local3092 (const SfxPoolItem**)&pSetItem)) in getPropertyStates()3095 pSourceSet = &pSetItem->GetItemSet(); in getPropertyStates()3653 const SvxSetItem* pSetItem = 0; in SetPropertyValues_Impl() local3658 SvxSetItem* pNewSetItem = static_cast< SvxSetItem* >(pSetItem->Clone()); in SetPropertyValues_Impl()3763 const SvxSetItem* pSetItem = 0; in SetPropertyValues_Impl() local3768 SvxSetItem* pNewSetItem = static_cast< SvxSetItem* >(pSetItem->Clone()); in SetPropertyValues_Impl()3965 const SvxSetItem* pSetItem; in GetPropertyValues_Impl() local3970 const SfxItemSet& rSetSet = pSetItem->GetItemSet(); in GetPropertyValues_Impl()4037 const SvxSetItem* pSetItem; in GetPropertyValues_Impl() local[all …]
168 const SfxSetItem* pSetItem = PTR_CAST( SfxSetItem, pState ); in StateChanged() local169 if ( pSetItem ) in StateChanged()171 pSet = pDialog->pSet = pSetItem->GetItemSet().Clone(); in StateChanged()179 pTabPage->Reset( pSetItem->GetItemSet() ); in StateChanged()
1407 const SvxSetItem* pSetItem = 0; in InitHeadFoot_Impl() local1413 sal_False, (const SfxPoolItem**)&pSetItem ) ) in InitHeadFoot_Impl()1415 const SfxItemSet& rHeaderSet = pSetItem->GetItemSet(); in InitHeadFoot_Impl()1475 sal_False, (const SfxPoolItem**)&pSetItem ) ) in InitHeadFoot_Impl()1477 const SfxItemSet& rFooterSet = pSetItem->GetItemSet(); in InitHeadFoot_Impl()
2001 const SvxSetItem* pSetItem = NULL; in GetPageOnFromPageStyleSet() local2004 pSetItem = (const SvxSetItem*) &pStyleSet->Get( ATTR_PAGE_HEADERSET ); in GetPageOnFromPageStyleSet()2005 pSet = &pSetItem->GetItemSet(); in GetPageOnFromPageStyleSet()2008 pSetItem = (const SvxSetItem*) &pStyleSet->Get( ATTR_PAGE_FOOTERSET ); in GetPageOnFromPageStyleSet()2009 pSet = &pSetItem->GetItemSet(); in GetPageOnFromPageStyleSet()
1345 XFillAttrSetItem* pSetItem = aFillData.GetXFillAttrSetItem(); in InsertData() local1346 SfxItemSet rSet = pSetItem->GetItemSet(); in InsertData()
Completed in 610 milliseconds