summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/editsel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/editeng/editsel.hxx')
-rw-r--r--editeng/source/editeng/editsel.hxx38
1 files changed, 19 insertions, 19 deletions
diff --git a/editeng/source/editeng/editsel.hxx b/editeng/source/editeng/editsel.hxx
index d5a4c6f56949..78e7a118b4b3 100644
--- a/editeng/source/editeng/editsel.hxx
+++ b/editeng/source/editeng/editsel.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -33,35 +33,35 @@
class EditView;
-// ----------------------------------------------------------------------
-// class EditSelFunctionSet
-// ----------------------------------------------------------------------
+// ----------------------------------------------------------------------
+// class EditSelFunctionSet
+// ----------------------------------------------------------------------
class EditSelFunctionSet: public FunctionSet
{
private:
- EditView* pCurView;
+ EditView* pCurView;
public:
EditSelFunctionSet();
- virtual void BeginDrag();
+ virtual void BeginDrag();
- virtual void CreateAnchor();
- virtual void DestroyAnchor();
+ virtual void CreateAnchor();
+ virtual void DestroyAnchor();
- virtual BOOL SetCursorAtPoint( const Point& rPointPixel, BOOL bDontSelectAtCursor = FALSE );
+ virtual BOOL SetCursorAtPoint( const Point& rPointPixel, BOOL bDontSelectAtCursor = FALSE );
- virtual BOOL IsSelectionAtPoint( const Point& rPointPixel );
- virtual void DeselectAtPoint( const Point& rPointPixel );
- virtual void DeselectAll();
+ virtual BOOL IsSelectionAtPoint( const Point& rPointPixel );
+ virtual void DeselectAtPoint( const Point& rPointPixel );
+ virtual void DeselectAll();
- void SetCurView( EditView* pView ) { pCurView = pView; }
- EditView* GetCurView() { return pCurView; }
+ void SetCurView( EditView* pView ) { pCurView = pView; }
+ EditView* GetCurView() { return pCurView; }
};
- // ----------------------------------------------------------------------
-// class EditSelectionEngine
-// ----------------------------------------------------------------------
+ // ----------------------------------------------------------------------
+// class EditSelectionEngine
+// ----------------------------------------------------------------------
class EditSelectionEngine : public SelectionEngine
{
private:
@@ -69,8 +69,8 @@ private:
public:
EditSelectionEngine();
- void SetCurView( EditView* pNewView );
- EditView* GetCurView();
+ void SetCurView( EditView* pNewView );
+ EditView* GetCurView();
};
#endif // _EDITSEL_HXX