Searched refs:SfxTabDialogItem (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sfx2/source/dialog/ |
H A D | tabdlg.cxx | 63 TYPEINIT1(LAYOUT_NS_SFX_TABDIALOG SfxTabDialogItem,SfxSetItem); 108 SfxTabDialogItem::SfxTabDialogItem( const SfxTabDialogItem& rAttr, SfxItemPool* pItemPool ) in SfxTabDialogItem() function in SfxTabDialogItem 113 SfxTabDialogItem::SfxTabDialogItem( sal_uInt16 nId, const SfxItemSet& rItemSet ) in SfxTabDialogItem() function in SfxTabDialogItem 118 SfxPoolItem* __EXPORT SfxTabDialogItem::Clone(SfxItemPool* pToPool) const in Clone() 120 return new SfxTabDialogItem( *this, pToPool ); in Clone() 123 SfxPoolItem* __EXPORT SfxTabDialogItem::Create(SvStream& /*rStream*/, sal_uInt16 /*nVersion*/) const in Create() 157 SfxTabDialogItem aItem( GetId(), *pDialog->GetOutputItemSet() ); in IMPL_LINK()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | tabdlg.hxx | 74 class SFX2_DLLPUBLIC SfxTabDialogItem: public SfxSetItem class 78 SfxTabDialogItem( sal_uInt16 nId, const SfxItemSet& rItemSet ); 79 … SfxTabDialogItem(const SfxTabDialogItem& rAttr, SfxItemPool* pItemPool=NULL);
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | dlg_ObjectProperties.cxx | 535 aSet.Put(SfxTabDialogItem(SID_ATTR_SET,*m_pSymbolShapeProperties)); in PageCreated()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | tpline.cxx | 2035 SFX_ITEMSET_ARG (&aSet,pSymbolAttrItem,SfxTabDialogItem,SID_ATTR_SET,sal_False); in PageCreated()
|
Completed in 35 milliseconds