undoapi: +SfxViewShell::EnterStandardMode (so far, only dummy implementations in the apps except sw)

This commit is contained in:
Frank Schoenheit [fs] 2010-10-27 12:49:06 +02:00
parent 4ea1a253b2
commit 736a03a2c0
2 changed files with 9 additions and 0 deletions

View file

@ -230,6 +230,7 @@ protected:
virtual FASTBOOL KeyInput( const KeyEvent &rKeyEvent );
virtual SdrView* GetDrawView() const;
virtual void EnterStandardMode();
public:
TYPEINFO_VISIBILITY(SC_DLLPUBLIC);

View file

@ -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();