Searched refs:SwDrawTextShell (Results 1 – 8 of 8) sorted by relevance
73 #define SwDrawTextShell macro106 TYPEINIT1(SwDrawTextShell,SfxShell) in TYPEINIT1() argument114 void SwDrawTextShell::Init() in TYPEINIT1()147 SwDrawTextShell::SwDrawTextShell(SwView &rV) : in SwDrawTextShell() function in SwDrawTextShell168 __EXPORT SwDrawTextShell::~SwDrawTextShell() in ~SwDrawTextShell()174 SwWrtShell& SwDrawTextShell::GetShell() in GetShell()224 sal_Bool SwDrawTextShell::IsTextEdit() in IsTextEdit()235 void SwDrawTextShell::ExecFontWork(SfxRequest& rReq) in ExecFontWork()458 void SwDrawTextShell::ExecDraw(SfxRequest &rReq) in ExecDraw()603 void SwDrawTextShell::ExecUndo(SfxRequest &rReq) in ExecUndo()[all …]
141 void SwDrawTextShell::Execute( SfxRequest &rReq ) in Execute()620 void SwDrawTextShell::GetState(SfxItemSet& rSet) in GetState()887 void SwDrawTextShell::GetDrawTxtCtrlState(SfxItemSet& rSet) in GetDrawTxtCtrlState()954 void SwDrawTextShell::ExecClpbrd(SfxRequest &rReq) in ExecClpbrd()989 void SwDrawTextShell::StateClpbrd(SfxItemSet &rSet) in StateClpbrd()1040 void SwDrawTextShell::StateInsert(SfxItemSet &rSet) in StateInsert()
34 class SwDrawTextShell: public SfxShell class53 SwDrawTextShell(SwView &rView);54 virtual ~SwDrawTextShell();
171 pSfxShell->ISA( SwDrawTextShell ) || pSfxShell->ISA( SwAnnotationShell ) ) ) in SelectShell()248 SetShell( new SwDrawTextShell( *this )); in SelectShell()
2226 if ( rView.GetCurShell()->ISA(SwDrawTextShell) ) in KeyInput()2227 ((SwDrawTextShell*)rView.GetCurShell())->Init(); in KeyInput()2265 if ( rView.GetCurShell()->ISA(SwDrawTextShell) ) in KeyInput()2266 ((SwDrawTextShell*)rView.GetCurShell())->Init(); in KeyInput()3062 if ( rView.GetCurShell()->ISA(SwDrawTextShell) ) in MouseButtonDown()3063 ((SwDrawTextShell*)rView.GetCurShell())->Init(); in MouseButtonDown()
343 SwDrawTextShell::RegisterInterface(pMod); in RegisterInterfaces()
687 shell SwDrawTextShell
303 || pSfxShell->ISA( SwDrawTextShell ) in SelectShell()399 pShell = new SwDrawTextShell( *this ); in SelectShell()
Completed in 58 milliseconds