Searched refs:ScEditWindow (Results 1 – 4 of 4) sorted by relevance
65 static ScEditWindow* pActiveEdWnd = NULL;67 ScEditWindow* GetScEditWindow () in GetScEditWindow()396 ScEditWindow::ScEditWindow( Window* pParent, const ResId& rResId, ScEditWindowLocation eLoc ) in ScEditWindow() function in ScEditWindow436 __EXPORT ScEditWindow::~ScEditWindow() in ~ScEditWindow()451 void ScEditWindow::SetNumType(SvxNumType eNumType) in SetNumType()459 EditTextObject* __EXPORT ScEditWindow::CreateTextObject() in CreateTextObject()497 void ScEditWindow::InsertField( const SvxFieldItem& rFld ) in InsertField()504 void ScEditWindow::SetCharAttriutes() in SetCharAttriutes()609 void ScEditWindow::Command( const CommandEvent& rCEvt ) in Command()616 void __EXPORT ScEditWindow::GetFocus() in GetFocus()[all …]
86 static ScEditWindow* pActiveEdWnd = NULL;187 IMPL_LINK( ScHFEditPage, ObjectSelectHdl, ScEditWindow*, pEdit ) in IMPL_LINK() argument
50 class ScEditWindow;52 SC_DLLPUBLIC ScEditWindow* GetScEditWindow (); //CHINA001 61 class SC_DLLPUBLIC ScEditWindow : public Control class64 ScEditWindow( Window* pParent, const ResId& rResId, ScEditWindowLocation eLoc );65 ~ScEditWindow();
73 ScEditWindow aWndLeft;75 ScEditWindow aWndCenter;77 ScEditWindow aWndRight;94 DECL_LINK( ObjectSelectHdl, ScEditWindow* );
Completed in 29 milliseconds