Searched refs:SwDrawBaseShell (Results 1 – 11 of 11) sorted by relevance
| /AOO41X/main/sw/source/ui/shells/ |
| H A D | drwbassh.cxx | 62 #define SwDrawBaseShell macro 78 SFX_IMPL_INTERFACE(SwDrawBaseShell, SwBaseShell, SW_RES(0)) 82 TYPEINIT1(SwDrawBaseShell,SwBaseShell) in TYPEINIT1() argument 89 SwDrawBaseShell::SwDrawBaseShell(SwView &_rView): in TYPEINIT1() 109 SwDrawBaseShell::~SwDrawBaseShell() in ~SwDrawBaseShell() 121 void SwDrawBaseShell::Execute(SfxRequest &rReq) in Execute() 233 … pCaptionDlg->SetValidateFramePosLink( LINK(this, SwDrawBaseShell, ValidatePosition) ); in Execute() 246 … pTransform->SetValidateFramePosLink( LINK(this, SwDrawBaseShell, ValidatePosition) ); in Execute() 569 pDlg->SetCheckNameHdl(LINK(this, SwDrawBaseShell, CheckGroupShapeNameHdl)); in Execute() 638 IMPL_LINK( SwDrawBaseShell, CheckGroupShapeNameHdl, AbstractSvxNameDialog*, pNameDialog ) in IMPL_LINK() argument [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()
|
| /AOO41X/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
|
| /AOO41X/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
|
| /AOO41X/main/sw/source/ui/app/ |
| H A D | swmodule.cxx | 339 SwDrawBaseShell::RegisterInterface(pMod); in RegisterInterfaces()
|
| /AOO41X/main/sw/source/ui/uiview/ |
| H A D | viewdraw.cxx | 430 !pShell->ISA(SwDrawBaseShell) && in ExitDraw()
|