Lines Matching refs:ScEditShell
89 #define ScEditShell macro
99 TYPEINIT1( ScEditShell, SfxShell );
101 SFX_IMPL_INTERFACE(ScEditShell, SfxShell, ScResId(SCSTR_EDITSHELL)) in SFX_IMPL_INTERFACE() argument
107 ScEditShell::ScEditShell(EditView* pView, ScViewData* pData) : in ScEditShell() function in ScEditShell
120 ScEditShell::~ScEditShell() in ~ScEditShell()
134 ScInputHandler* ScEditShell::GetMyInputHdl() in GetMyInputHdl()
139 void ScEditShell::SetEditView(EditView* pView) in SetEditView()
174 void ScEditShell::Execute( SfxRequest& rReq ) in Execute()
651 void __EXPORT ScEditShell::GetState( SfxItemSet& rSet ) in GetState()
740 const SvxURLField* ScEditShell::GetURLField() in GetURLField()
758 IMPL_LINK( ScEditShell, ClipboardChanged, TransferableDataHelper*, pDataHelper ) in IMPL_LINK() argument
772 void __EXPORT ScEditShell::GetClipState( SfxItemSet& rSet ) in GetClipState()
777 pClipEvtLstnr = new TransferableClipboardListener( LINK( this, ScEditShell, ClipboardChanged ) ); in GetClipState()
829 void ScEditShell::ExecuteAttr(SfxRequest& rReq) in ExecuteAttr()
1047 void ScEditShell::GetAttrState(SfxItemSet &rSet) in GetAttrState()
1135 String ScEditShell::GetSelectionText( sal_Bool bWholeWord ) in GetSelectionText()
1160 void ScEditShell::ExecuteUndo(SfxRequest& rReq) in ExecuteUndo()
1209 void ScEditShell::GetUndoState(SfxItemSet &rSet) in GetUndoState()
1240 void ScEditShell::ExecuteTrans( SfxRequest& rReq ) in ExecuteTrans()