Searched refs:SwWrtShellItem (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sw/source/ui/dialog/ |
H A D | swwrtshitem.cxx | 27 TYPEINIT1(SwWrtShellItem,SfxPoolItem); 28 SwWrtShellItem::SwWrtShellItem( sal_uInt16 _nWhich, SwWrtShell* pSh ) in SwWrtShellItem() function in SwWrtShellItem 33 SwWrtShellItem::SwWrtShellItem( const SwWrtShellItem& rItem) : in SwWrtShellItem() function in SwWrtShellItem 39 int SwWrtShellItem::operator==( const SfxPoolItem& rItem) const in operator ==() 41 return ((SwWrtShellItem&)rItem).pWrtSh == pWrtSh; in operator ==() 44 SfxPoolItem* SwWrtShellItem::Clone( SfxItemPool * /*pPool*/ ) const in Clone() 46 return new SwWrtShellItem( *this ); in Clone()
|
/trunk/main/sw/source/ui/inc/ |
H A D | swwrtshitem.hxx | 30 class SW_DLLPUBLIC SwWrtShellItem: public SfxPoolItem class 36 SwWrtShellItem(); 37 SwWrtShellItem( sal_uInt16 nWhich , SwWrtShell* pWrtSh); 38 SwWrtShellItem( const SwWrtShellItem& );
|
/trunk/main/sw/source/ui/app/ |
H A D | appopt.cxx | 570 aSet.Put (SwWrtShellItem(SID_WRT_SHELL,pCurrView->GetWrtShellPtr())); in CreateTabPage() 595 aSet.Put( SwWrtShellItem( SID_WRT_SHELL, pCurrView->GetWrtShellPtr() ) ); in CreateTabPage()
|
/trunk/main/sw/source/ui/config/ |
H A D | optpage.cxx | 1484 SFX_ITEMSET_ARG (&aSet,pWrtSh,SwWrtShellItem,SID_WRT_SHELL,sal_False); in PageCreated() 1577 SFX_ITEMSET_ARG (&aSet,pWrtSh,SwWrtShellItem,SID_WRT_SHELL,sal_False); in PageCreated()
|
Completed in 23 milliseconds