Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/dialog/
H A Dswwrtshitem.cxx27 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()
/aoo4110/main/sw/source/ui/inc/
H A Dswwrtshitem.hxx30 class SW_DLLPUBLIC SwWrtShellItem: public SfxPoolItem class
36 SwWrtShellItem();
37 SwWrtShellItem( sal_uInt16 nWhich , SwWrtShell* pWrtSh);
38 SwWrtShellItem( const SwWrtShellItem& );
/aoo4110/main/sw/source/ui/app/
H A Dappopt.cxx570 aSet.Put (SwWrtShellItem(SID_WRT_SHELL,pCurrView->GetWrtShellPtr())); in CreateTabPage()
595 aSet.Put( SwWrtShellItem( SID_WRT_SHELL, pCurrView->GetWrtShellPtr() ) ); in CreateTabPage()
/aoo4110/main/sw/source/ui/config/
H A Doptpage.cxx1487 SFX_ITEMSET_ARG (&aSet,pWrtSh,SwWrtShellItem,SID_WRT_SHELL,sal_False); in PageCreated()
1580 SFX_ITEMSET_ARG (&aSet,pWrtSh,SwWrtShellItem,SID_WRT_SHELL,sal_False); in PageCreated()

Completed in 45 milliseconds