Lines Matching refs:SwShadowCursorItem
50 TYPEINIT1_AUTOFACTORY(SwShadowCursorItem, SfxPoolItem) in TYPEINIT1_AUTOFACTORY()
356 SwShadowCursorItem::SwShadowCursorItem( sal_uInt16 _nWhich ) in SwShadowCursorItem() function in SwShadowCursorItem
363 SwShadowCursorItem::SwShadowCursorItem( const SwShadowCursorItem& rCpy ) in SwShadowCursorItem() function in SwShadowCursorItem
371 SwShadowCursorItem::SwShadowCursorItem( const SwViewOption& rVOpt, sal_uInt16 _nWhich ) in SwShadowCursorItem() function in SwShadowCursorItem
379 SfxPoolItem* SwShadowCursorItem::Clone( SfxItemPool* ) const in Clone()
381 return new SwShadowCursorItem( *this ); in Clone()
384 int SwShadowCursorItem::operator==( const SfxPoolItem& rCmp ) const in operator ==()
386 return IsOn() == ((SwShadowCursorItem&)rCmp).IsOn() && in operator ==()
387 GetMode() == ((SwShadowCursorItem&)rCmp).GetMode(); in operator ==()
390 void SwShadowCursorItem::operator=( const SwShadowCursorItem& rCpy ) in operator =()
397 void SwShadowCursorItem::FillViewOptions( SwViewOption& rVOpt ) const in FillViewOptions()