Searched refs:SwAnnotationShell (Results 1 – 6 of 6) sorted by relevance
139 #define SwAnnotationShell macro144 SFX_IMPL_INTERFACE(SwAnnotationShell, SfxShell, SW_RES(STR_SHELLNAME_DRAW_TEXT)) in SFX_IMPL_INTERFACE() argument150 TYPEINIT1(SwAnnotationShell,SfxShell) in TYPEINIT1() argument152 SwAnnotationShell::SwAnnotationShell( SwView& r ) in TYPEINIT1()160 SwAnnotationShell::~SwAnnotationShell() in ~SwAnnotationShell()164 ::svl::IUndoManager* SwAnnotationShell::GetUndoManager() in GetUndoManager()176 void SwAnnotationShell::Exec( SfxRequest &rReq ) in Exec()622 void SwAnnotationShell::GetState(SfxItemSet& rSet) in GetState()874 void SwAnnotationShell::ExecSearch(SfxRequest& rReq, sal_Bool bNoMessage) in ExecSearch()879 void SwAnnotationShell::StateSearch(SfxItemSet &rSet) in StateSearch()[all …]
30 class SwAnnotationShell: public SfxShell class38 SwAnnotationShell(SwView&);39 virtual ~SwAnnotationShell();
171 pSfxShell->ISA( SwDrawTextShell ) || pSfxShell->ISA( SwAnnotationShell ) ) ) in SelectShell()254 SetShell( new SwAnnotationShell( *this ) ); in SelectShell()
200 SwAnnotationShell* pAsAnnotationShell = PTR_CAST( SwAnnotationShell, pTopShell ); in GotFocus()299 || pSfxShell->ISA( SwAnnotationShell ) in SelectShell()398 pShell = new SwAnnotationShell( *this ); in SelectShell()
371 shell SwAnnotationShell
350 SwAnnotationShell::RegisterInterface(pMod); in RegisterInterfaces()