Searched refs:SwFrameShell (Results 1 – 10 of 10) sorted by relevance
108 #define SwFrameShell macro112 SFX_IMPL_INTERFACE(SwFrameShell, SwBaseShell, SW_RES(STR_SHELLNAME_FRAME)) in SFX_IMPL_INTERFACE() argument120 void SwFrameShell::Execute(SfxRequest &rReq) in Execute()697 void SwFrameShell::GetState(SfxItemSet& rSet) in GetState()971 SwFrameShell::SwFrameShell(SwView &_rView) : in SwFrameShell() function in SwFrameShell984 SwFrameShell::~SwFrameShell() in ~SwFrameShell()997 void SwFrameShell::ExecFrameStyle(SfxRequest& rReq) in ExecFrameStyle()1190 void SwFrameShell::GetLineStyleState(SfxItemSet &rSet) in GetLineStyleState()1217 void SwFrameShell::StateInsert(SfxItemSet &rSet) in StateInsert()
62 SFX_IMPL_INTERFACE(SwOleShell, SwFrameShell, SW_RES(STR_SHELLNAME_OBJECT)) in SFX_IMPL_INTERFACE() argument70 SwFrameShell(_rView) in SwOleShell()
28 class SwFrameShell: public SwBaseShell class34 SwFrameShell(SwView &rView);35 virtual ~SwFrameShell();
28 class SwOleShell: public SwFrameShell
30 class SwWebFrameShell: public SwFrameShell
54 SFX_IMPL_INTERFACE(SwWebFrameShell, SwFrameShell, SW_RES(STR_SHELLNAME_WEBFRAME)) in SFX_IMPL_INTERFACE() argument62 TYPEINIT1(SwWebFrameShell, SwFrameShell) in TYPEINIT1() argument71 SwFrameShell(_rView) in TYPEINIT1()
32 shell SwOleShell: SwFrameShell
34 shell SwFrameShell : SwBaseShell
339 SwFrameShell::RegisterInterface(pMod); in RegisterInterfaces()
347 pShell = new SwFrameShell( *this ); in SelectShell()
Completed in 99 milliseconds