Searched refs:pStyleSet (Results  1 – 5 of 5) sorted by relevance
| /trunk/main/sd/source/ui/func/ | 
| H A D | futempl.cxx | 635 					SfxItemSet* pStyleSet = &pStyleSheet->GetItemSet();  in DoExecute()  local636 					pStyleSet->Put(aCoreSet);  in DoExecute()
 668 					SfxItemSet* pStyleSet = &pStyleSheet->GetItemSet();  in DoExecute()  local
 669 					pStyleSet->Put( aCoreSet );  in DoExecute()
 
 | 
| /trunk/main/sc/source/ui/docshell/ | 
| H A D | docsh4.cxx | 1977 void ScDocShell::GetPageOnFromPageStyleSet( const SfxItemSet* pStyleSet,  in GetPageOnFromPageStyleSet()  argument1982 	if ( !pStyleSet )  in GetPageOnFromPageStyleSet()
 1992 			pStyleSet = &pStyleSheet->GetItemSet();  in GetPageOnFromPageStyleSet()
 1997 	DBG_ASSERT( pStyleSet, "PageStyle-Set not found! :-(" );  in GetPageOnFromPageStyleSet()
 2004 	pSetItem = (const SvxSetItem*) &pStyleSet->Get( ATTR_PAGE_HEADERSET );  in GetPageOnFromPageStyleSet()
 2008 	pSetItem = (const SvxSetItem*) &pStyleSet->Get( ATTR_PAGE_FOOTERSET );  in GetPageOnFromPageStyleSet()
 
 | 
| /trunk/main/sc/source/ui/unoobj/ | 
| H A D | styleuno.cxx | 1429     const SfxItemSet* pStyleSet = GetStyleItemSet_Impl( aPropertyName, pResultEntry );  in getPropertyDefault()  local1431 	if ( pStyleSet && pResultEntry )  in getPropertyDefault()
 1439 		    SfxItemSet aEmptySet( *pStyleSet->GetPool(), pStyleSet->GetRanges() );  in getPropertyDefault()
 1486             SfxItemSet aEmptySet( *pStyleSet->GetPool(), pStyleSet->GetRanges() );  in getPropertyDefault()
 
 | 
| /trunk/main/sc/source/core/data/ | 
| H A D | table5.cxx | 88 	SfxItemSet* pStyleSet = &pStyle->GetItemSet();  in UpdatePageBreaks()  local135 	if ( pStyleSet->GetItemState( ATTR_PAGE_SCALETOPAGES, sal_False, &pItem ) == SFX_ITEM_SET )  in UpdatePageBreaks()
 141 …if ( !bSkipColBreaks && pStyleSet->GetItemState(ATTR_PAGE_SCALETO, sal_False, &pItem) == SFX_ITEM_…  in UpdatePageBreaks()
 
 | 
| /trunk/main/sc/source/ui/inc/ | 
| H A D | docsh.hxx | 357 	void			GetPageOnFromPageStyleSet( const SfxItemSet* pStyleSet,
 | 
        Completed in 63 milliseconds