undoapi: +SfxViewShell::EnterStandardMode (so far, only dummy implementations in the apps except sw)
This commit is contained in:
parent
4ea1a253b2
commit
736a03a2c0
2 changed files with 9 additions and 0 deletions
|
@ -230,6 +230,7 @@ protected:
|
|||
|
||||
virtual FASTBOOL KeyInput( const KeyEvent &rKeyEvent );
|
||||
virtual SdrView* GetDrawView() const;
|
||||
virtual void EnterStandardMode();
|
||||
|
||||
public:
|
||||
TYPEINFO_VISIBILITY(SC_DLLPUBLIC);
|
||||
|
|
|
@ -75,6 +75,14 @@ SdrView* __EXPORT ScTabViewShell::GetDrawView() const
|
|||
return ((ScTabViewShell*)this)->GetScDrawView(); // GetScDrawView ist nicht-const
|
||||
}
|
||||
|
||||
void ScTabViewShell::EnterStandardMode()
|
||||
{
|
||||
// TODO:
|
||||
// - finish cell text editing
|
||||
// - finish shape text editing
|
||||
// - more?
|
||||
}
|
||||
|
||||
void ScTabViewShell::WindowChanged()
|
||||
{
|
||||
Window* pWin = GetActiveWin();
|
||||
|
|
Loading…
Reference in a new issue