Searched refs:XWindowItem (Results 1 – 4 of 4) sorted by relevance
36 TYPEINIT1_FACTORY( XWindowItem, SfxPoolItem, new XWindowItem );39 XWindowItem::XWindowItem() : in XWindowItem() function in XWindowItem45 XWindowItem::XWindowItem( sal_uInt16 nWhichId, Window * pWin ) : in XWindowItem() function in XWindowItem57 XWindowItem::XWindowItem( sal_uInt16 nWhichId, uno::Reference< awt::XWindow > & rxWin ) : in XWindowItem() function in XWindowItem64 XWindowItem::XWindowItem( const XWindowItem &rItem ) : in XWindowItem() function in XWindowItem71 XWindowItem::~XWindowItem() in ~XWindowItem()76 SfxPoolItem * XWindowItem::Clone( SfxItemPool* /*pPool*/ ) const in Clone()78 return new XWindowItem( *this ); in Clone()82 int XWindowItem::operator == ( const SfxPoolItem & rAttr ) const in operator ==()86 const XWindowItem * pItem = dynamic_cast< const XWindowItem * >(&rAttr); in operator ==()
38 class SVT_DLLPUBLIC XWindowItem : public SfxPoolItem class43 XWindowItem & operator = ( const XWindowItem & );47 XWindowItem();48 explicit XWindowItem( sal_uInt16 nWhich, Window * pWin );49 …XWindowItem( sal_uInt16 nWhich, com::sun::star::uno::Reference< com::sun::star::awt::XWindow > & r…50 XWindowItem( const XWindowItem &rItem );51 ~XWindowItem();
593 pParent = ( ( const XWindowItem* ) pParentItem )->GetWindowPtr(); in Execute()653 pParent = ( ( const XWindowItem* ) pParentItem )->GetWindowPtr(); in Execute()
564 pParent = ( ( const XWindowItem* ) pParentItem )->GetWindowPtr(); in Execute()601 pParent = ( ( const XWindowItem* ) pParentItem )->GetWindowPtr(); in Execute()
Completed in 248 milliseconds