Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/dialog/
H A Dhdft.cxx165 pBBSet ( NULL ), in SvxHFPage()
206 delete pBBSet; in ~SvxHFPage()
297 if(pBBSet) in FillItemSet()
299 aSet.Put(*pBBSet); in FillItemSet()
573 if(!pBBSet) in IMPL_LINK_INLINE_END()
582 pBBSet = new SfxItemSet( in IMPL_LINK_INLINE_END()
607 pBBSet->Put(*pItem); in IMPL_LINK_INLINE_END()
619 pBBSet = new SfxItemSet( in IMPL_LINK_INLINE_END()
634 pBBSet->Put(((SvxSetItem*)pItem)->GetItemSet()); in IMPL_LINK_INLINE_END()
644 pBBSet->Put(XFillStyleItem(XFILL_NONE)); in IMPL_LINK_INLINE_END()
[all …]
/AOO42X/main/svx/inc/svx/
H A Dhdft.hxx94 SfxItemSet* pBBSet; member in SvxHFPage