Lines Matching refs:SfxFrameItem
97 TYPEINIT1_AUTOFACTORY(SfxFrameItem, SfxPoolItem);
553 SfxFrameItem::SfxFrameItem( sal_uInt16 nWhichId, SfxViewFrame *p ) in SfxFrameItem() function in SfxFrameItem
559 SfxFrameItem::SfxFrameItem( sal_uInt16 nWhichId, SfxFrame *p ): in SfxFrameItem() function in SfxFrameItem
565 SfxFrameItem::SfxFrameItem( SfxFrame *p ): in SfxFrameItem() function in SfxFrameItem
571 int SfxFrameItem::operator==( const SfxPoolItem &rItem ) const in operator ==()
573 return ((SfxFrameItem&)rItem).pFrame == pFrame && in operator ==()
574 ((SfxFrameItem&)rItem).wFrame == wFrame; in operator ==()
579 String SfxFrameItem::GetValueText() const in GetValueText()
584 SfxPoolItem* SfxFrameItem::Clone( SfxItemPool *) const in Clone()
586 SfxFrameItem* pNew = new SfxFrameItem( wFrame); in Clone()
591 sal_Bool SfxFrameItem::QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 ) const in QueryValue()
602 sal_Bool SfxFrameItem::PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 ) in PutValue()