Searched refs:SwShadowCursorItem (Results 1 – 4 of 4) sorted by relevance
50 TYPEINIT1_AUTOFACTORY(SwShadowCursorItem, SfxPoolItem) in TYPEINIT1_AUTOFACTORY()356 SwShadowCursorItem::SwShadowCursorItem( sal_uInt16 _nWhich ) in SwShadowCursorItem() function in SwShadowCursorItem363 SwShadowCursorItem::SwShadowCursorItem( const SwShadowCursorItem& rCpy ) in SwShadowCursorItem() function in SwShadowCursorItem371 SwShadowCursorItem::SwShadowCursorItem( const SwViewOption& rVOpt, sal_uInt16 _nWhich ) in SwShadowCursorItem() function in SwShadowCursorItem379 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 …]
1527 SwShadowCursorItem aOpt; in SwShdwCrsrOptionsTabPage()1529 aOpt = *(SwShadowCursorItem*)pItem; in SwShdwCrsrOptionsTabPage()1585 SwShadowCursorItem aOpt; in FillItemSet()1602 || ((SwShadowCursorItem&)*pItem) != aOpt ) in FillItemSet()1650 SwShadowCursorItem aOpt; in Reset()1653 aOpt = *(SwShadowCursorItem*)pItem; in Reset()
179 class SW_DLLPUBLIC SwShadowCursorItem : public SfxPoolItem class185 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& );
138 pRet->Put( SwShadowCursorItem( aViewOpt, FN_PARAM_SHADOWCURSOR )); in CreateItemSet()448 ((SwShadowCursorItem*)pItem)->FillViewOptions( aViewOpt ); in ApplyItemSet()
Completed in 42 milliseconds