Home
last modified time | relevance | path

Searched refs:SwAnnotationShell (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/ui/shells/
H A Dannotsh.cxx139 #define SwAnnotationShell macro
144 SFX_IMPL_INTERFACE(SwAnnotationShell, SfxShell, SW_RES(STR_SHELLNAME_DRAW_TEXT)) in SFX_IMPL_INTERFACE() argument
150 TYPEINIT1(SwAnnotationShell,SfxShell) in TYPEINIT1() argument
152 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 …]
/trunk/main/sw/source/ui/inc/
H A Dannotsh.hxx30 class SwAnnotationShell: public SfxShell class
38 SwAnnotationShell(SwView&);
39 virtual ~SwAnnotationShell();
/trunk/main/sw/source/ui/web/
H A Dwview.cxx171 pSfxShell->ISA( SwDrawTextShell ) || pSfxShell->ISA( SwAnnotationShell ) ) ) in SelectShell()
254 SetShell( new SwAnnotationShell( *this ) ); in SelectShell()
/trunk/main/sw/source/ui/uiview/
H A Dview.cxx200 SwAnnotationShell* pAsAnnotationShell = PTR_CAST( SwAnnotationShell, pTopShell ); in GotFocus()
299 || pSfxShell->ISA( SwAnnotationShell ) in SelectShell()
398 pShell = new SwAnnotationShell( *this ); in SelectShell()
/trunk/main/sw/sdi/
H A Dannotsh.sdi371 shell SwAnnotationShell
/trunk/main/sw/source/ui/app/
H A Dswmodule.cxx350 SwAnnotationShell::RegisterInterface(pMod); in RegisterInterfaces()