Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/doc/
H A Dobjitem.cxx37 TYPEINIT1_AUTOFACTORY(SfxObjectShellItem,SfxPoolItem)
42 int SfxObjectShellItem::operator==( const SfxPoolItem &rItem ) const
44 return PTR_CAST(SfxObjectShellItem, &rItem)->pObjSh == pObjSh;
49 String SfxObjectShellItem::GetValueText() const in GetValueText()
56 SfxPoolItem* SfxObjectShellItem::Clone( SfxItemPool *) const in Clone()
58 return new SfxObjectShellItem( Which(), pObjSh ); in Clone()
63 sal_Bool SfxObjectShellItem::QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) … in QueryValue()
80 sal_Bool SfxObjectShellItem::PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*… in PutValue()
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx854 class SFX2_DLLPUBLIC SfxObjectShellItem: public SfxPoolItem class
860 SfxObjectShellItem() : in SfxObjectShellItem() function in SfxObjectShellItem
864 SfxObjectShellItem( SfxObjectShell *pObjShell ): in SfxObjectShellItem() function in SfxObjectShellItem
868 SfxObjectShellItem( sal_uInt16 nWhichId, in SfxObjectShellItem() function in SfxObjectShellItem
/trunk/main/sfx2/sdi/
H A Dsfxitems.sdi40 item String SfxObjectShellItem //! Dummy
/trunk/main/sw/source/ui/shells/
H A Dtextsh1.cxx1651 rSet.Put( SfxObjectShellItem( nWhich, GetView().GetDocShell() )); in GetState()
1669 rSet.Put( SfxObjectShellItem( nWhich, GetView().GetDocShell() )); in GetState()
/trunk/main/sw/sdi/
H A Dswriter.sdi4454 SlotType = SfxObjectShellItem
4482 SlotType = SfxObjectShellItem

Completed in 44 milliseconds