Searched refs:SwDrawBaseShell (Results 1 – 11 of 11) sorted by relevance
/trunk/main/sw/source/ui/shells/ |
H A D | drwbassh.cxx | 58 #define SwDrawBaseShell macro 74 SFX_IMPL_INTERFACE(SwDrawBaseShell, SwBaseShell, SW_RES(0)) 78 TYPEINIT1(SwDrawBaseShell,SwBaseShell) in TYPEINIT1() argument 85 SwDrawBaseShell::SwDrawBaseShell(SwView &_rView): in TYPEINIT1() 105 SwDrawBaseShell::~SwDrawBaseShell() in ~SwDrawBaseShell() 117 void SwDrawBaseShell::Execute(SfxRequest &rReq) in Execute() 565 pDlg->SetCheckNameHdl(LINK(this, SwDrawBaseShell, CheckGroupShapeNameHdl)); in Execute() 681 void SwDrawBaseShell::GetState(SfxItemSet& rSet) in GetState() 774 void SwDrawBaseShell::GetDrawAttrStateForIFBX( SfxItemSet& rSet ) in GetDrawAttrStateForIFBX() 788 sal_Bool SwDrawBaseShell::Disable(SfxItemSet& rSet, sal_uInt16 nWhich) in Disable() [all …]
|
H A D | drformsh.cxx | 71 SFX_IMPL_INTERFACE(SwDrawFormShell, SwDrawBaseShell, SW_RES(STR_SHELLNAME_DRAWFORM)) in SFX_IMPL_INTERFACE() argument 78 TYPEINIT1(SwDrawFormShell, SwDrawBaseShell) in TYPEINIT1() argument 261 SwDrawBaseShell(_rView) in SwDrawFormShell()
|
H A D | drawsh.cxx | 79 SFX_IMPL_INTERFACE(SwDrawShell, SwDrawBaseShell, SW_RES(STR_SHELLNAME_DRAW)) in SFX_IMPL_INTERFACE() argument 86 TYPEINIT1(SwDrawShell,SwDrawBaseShell) in TYPEINIT1() argument 530 SwDrawBaseShell(_rView) in SwDrawShell()
|
/trunk/main/sw/source/ui/inc/ |
H A D | drwbassh.hxx | 33 class SwDrawBaseShell: public SwBaseShell class 44 SwDrawBaseShell(SwView &rShell); 45 virtual ~SwDrawBaseShell();
|
H A D | drformsh.hxx | 28 class SwDrawBaseShell; 30 class SwDrawFormShell: public SwDrawBaseShell
|
H A D | drawsh.hxx | 28 class SwDrawBaseShell; 30 class SwDrawShell: public SwDrawBaseShell
|
/trunk/main/sw/sdi/ |
H A D | formsh.sdi | 31 shell SwDrawFormShell : SwDrawBaseShell
|
H A D | drwbassh.sdi | 32 shell SwDrawBaseShell: SwBaseShell
|
H A D | drawsh.sdi | 414 shell SwDrawShell : SwDrawBaseShell
|
/trunk/main/sw/source/ui/app/ |
H A D | swmodule.cxx | 340 SwDrawBaseShell::RegisterInterface(pMod); in RegisterInterfaces()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | viewdraw.cxx | 430 !pShell->ISA(SwDrawBaseShell) && in ExitDraw()
|
Completed in 52 milliseconds