summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/fusel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/fusel.hxx')
-rw-r--r--sd/source/ui/inc/fusel.hxx13
1 files changed, 13 insertions, 0 deletions
diff --git a/sd/source/ui/inc/fusel.hxx b/sd/source/ui/inc/fusel.hxx
index 3106a71e1cb6..053d7d8c9878 100644
--- a/sd/source/ui/inc/fusel.hxx
+++ b/sd/source/ui/inc/fusel.hxx
@@ -66,6 +66,10 @@ public:
*/
virtual bool cancel();
+//IAccessibility2 Implementation 2009-----
+ //Solution: let mouse cursor move
+ virtual void ForcePointer(const MouseEvent* pMEvt = NULL);
+//-----IAccessibility2 Implementation 2009
protected:
FuSelection (ViewShell* pViewSh,
::sd::Window* pWin,
@@ -98,6 +102,15 @@ private:
position then NULL is returned.
*/
SdrObject* pickObject (const basegfx::B2DPoint& rTestPoint);
+//IAccessibility2 Implementation 2009-----
+ //Solution: Add Shift+UP/DOWN/LEFT/RIGHT key to move the position of insert point,
+ //and SHIFT+ENTER key to decide the postion and draw the new insert point
+ Point maOldPoint;
+
+ /// bitfield
+ bool mbBeginInsertPoint : 1;
+ bool mbMovedToCenterPoint : 1;
+//-----IAccessibility2 Implementation 2009
};
} // end of namespace sd