Home
last modified time | relevance | path

Searched refs:SwShadowCursorItem (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/sw/source/ui/config/
H A Dcfgitems.cxx50 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 =()
[all …]
H A Doptpage.cxx1530 SwShadowCursorItem aOpt; in SwShdwCrsrOptionsTabPage()
1532 aOpt = *(SwShadowCursorItem*)pItem; in SwShdwCrsrOptionsTabPage()
1588 SwShadowCursorItem aOpt; in FillItemSet()
1605 || ((SwShadowCursorItem&)*pItem) != aOpt ) in FillItemSet()
1653 SwShadowCursorItem aOpt; in Reset()
1656 aOpt = *(SwShadowCursorItem*)pItem; in Reset()
/aoo41x/main/sw/source/ui/inc/
H A Dcfgitems.hxx179 class SW_DLLPUBLIC SwShadowCursorItem : public SfxPoolItem class
185 SwShadowCursorItem( sal_uInt16 nWhich = FN_PARAM_SHADOWCURSOR );
186 SwShadowCursorItem( const SwShadowCursorItem& rElemItem );
187 SwShadowCursorItem( const SwViewOption& rVOpt, sal_uInt16 nWhich );
192 void operator=( const SwShadowCursorItem& );
/aoo41x/main/sw/source/ui/app/
H A Dappopt.cxx138 pRet->Put( SwShadowCursorItem( aViewOpt, FN_PARAM_SHADOWCURSOR )); in CreateItemSet()
448 ((SwShadowCursorItem*)pItem)->FillViewOptions( aViewOpt ); in ApplyItemSet()

Completed in 33 milliseconds