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 …]
31 class SwAnnotationShell: public SfxShell class39 SwAnnotationShell(SwView&);40 virtual ~SwAnnotationShell();
171 pSfxShell->ISA( SwDrawTextShell ) || pSfxShell->ISA( SwAnnotationShell ) ) ) in SelectShell()254 SetShell( new SwAnnotationShell( *this ) ); in SelectShell()
206 SwAnnotationShell* pAsAnnotationShell = PTR_CAST( SwAnnotationShell, pTopShell ); in GotFocus()307 || pSfxShell->ISA( SwAnnotationShell ) in SelectShell()406 pShell = new SwAnnotationShell( *this ); in SelectShell()
373 shell SwAnnotationShell
354 SwAnnotationShell::RegisterInterface(pMod); in RegisterInterfaces()