Home
last modified time | relevance | path

Searched refs:pStyleSet (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sd/source/ui/func/
H A Dfutempl.cxx635 SfxItemSet* pStyleSet = &pStyleSheet->GetItemSet(); in DoExecute() local
636 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 Ddocsh4.cxx1977 void ScDocShell::GetPageOnFromPageStyleSet( const SfxItemSet* pStyleSet, in GetPageOnFromPageStyleSet() argument
1982 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 Dstyleuno.cxx1429 const SfxItemSet* pStyleSet = GetStyleItemSet_Impl( aPropertyName, pResultEntry ); in getPropertyDefault() local
1431 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 Dtable5.cxx88 SfxItemSet* pStyleSet = &pStyle->GetItemSet(); in UpdatePageBreaks() local
135 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 Ddocsh.hxx357 void GetPageOnFromPageStyleSet( const SfxItemSet* pStyleSet,

Completed in 55 milliseconds