Home
last modified time | relevance | path

Searched refs:SwDrawBaseShell (Results 1 – 11 of 11) sorted by relevance

/AOO41X/main/sw/source/ui/shells/
H A Ddrwbassh.cxx62 #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 Ddrformsh.cxx71 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 Ddrawsh.cxx79 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 Ddrwbassh.hxx33 class SwDrawBaseShell: public SwBaseShell class
44 SwDrawBaseShell(SwView &rShell);
45 virtual ~SwDrawBaseShell();
H A Ddrformsh.hxx28 class SwDrawBaseShell;
30 class SwDrawFormShell: public SwDrawBaseShell
H A Ddrawsh.hxx28 class SwDrawBaseShell;
30 class SwDrawShell: public SwDrawBaseShell
/AOO41X/main/sw/sdi/
H A Dformsh.sdi31 shell SwDrawFormShell : SwDrawBaseShell
H A Ddrwbassh.sdi32 shell SwDrawBaseShell: SwBaseShell
H A Ddrawsh.sdi414 shell SwDrawShell : SwDrawBaseShell
/AOO41X/main/sw/source/ui/app/
H A Dswmodule.cxx339 SwDrawBaseShell::RegisterInterface(pMod); in RegisterInterfaces()
/AOO41X/main/sw/source/ui/uiview/
H A Dviewdraw.cxx430 !pShell->ISA(SwDrawBaseShell) && in ExitDraw()