Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dstlpool.cxx262 SvxSetItem* pHFSetItem = NULL; in CreateStandardStyles() local
392 pHFSetItem = new SvxSetItem( ((SvxSetItem&)pSet->Get( ATTR_PAGE_HEADERSET ) ) ); in CreateStandardStyles()
393 pSet->Put( *pHFSetItem, ATTR_PAGE_HEADERSET ); in CreateStandardStyles()
394 pSet->Put( *pHFSetItem, ATTR_PAGE_FOOTERSET ); in CreateStandardStyles()
395 DELETEZ( pHFSetItem ); in CreateStandardStyles()
449 pHFSetItem = new SvxSetItem( ((SvxSetItem&)pSet->Get( ATTR_PAGE_HEADERSET ) ) ); in CreateStandardStyles()
450 pHFSet = &(pHFSetItem->GetItemSet()); in CreateStandardStyles()
455 pSet->Put( *pHFSetItem, ATTR_PAGE_HEADERSET ); in CreateStandardStyles()
456 pSet->Put( *pHFSetItem, ATTR_PAGE_FOOTERSET ); in CreateStandardStyles()
457 DELETEZ( pHFSetItem ); in CreateStandardStyles()

Completed in 21 milliseconds