summaryrefslogtreecommitdiff
path: root/include/vcl/event.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:06:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-03-01 09:51:32 -0600
commit8792ec7b2129650777b7b4bfacaa7c13d923279b (patch)
treef181e37b61533b460397cc68625fd21f46bb6393 /include/vcl/event.hxx
parentdff29fadfe418421f2af9fd4f1dccc8a9b4cd545 (diff)
Remove visual noise from include
Conflicts: include/framework/preventduplicateinteraction.hxx include/sfx2/sfxbasecontroller.hxx include/sfx2/sfxbasemodel.hxx include/toolkit/awt/vclxtabpagemodel.hxx include/vcl/field.hxx include/vcl/settings.hxx Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2 Reviewed-on: https://gerrit.libreoffice.org/8272 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/event.hxx')
-rw-r--r--include/vcl/event.hxx36
1 files changed, 18 insertions, 18 deletions
diff --git a/include/vcl/event.hxx b/include/vcl/event.hxx
index bdb983d19853..dbd6d131803f 100644
--- a/include/vcl/event.hxx
+++ b/include/vcl/event.hxx
@@ -42,9 +42,9 @@ enum TextDirectionality {
TextDirectionality_TopToBottom_RightToLeft
};
-// ------------
+
// - KeyEvent -
-// ------------
+
class VCL_DLLPUBLIC KeyEvent
{
private:
@@ -81,9 +81,9 @@ inline KeyEvent::KeyEvent( sal_Unicode nChar, const KeyCode& rKeyCode,
mnRepeat = nRepeat;
}
-// --------------------
+
// - MouseEvent-Types -
-// --------------------
+
// Maus-Move-Modi
#define MOUSE_SIMPLEMOVE ((sal_uInt16)0x0001)
@@ -105,9 +105,9 @@ inline KeyEvent::KeyEvent( sal_Unicode nChar, const KeyCode& rKeyCode,
#define MOUSE_MIDDLE ((sal_uInt16)0x0002)
#define MOUSE_RIGHT ((sal_uInt16)0x0004)
-// --------------
+
// - MouseEvent -
-// --------------
+
class VCL_DLLPUBLIC MouseEvent
{
@@ -237,9 +237,9 @@ public:
}
};
-// -------------
+
// - HelpEvent -
-// -------------
+
#define HELPMODE_CONTEXT ((sal_uInt16)0x0001)
#define HELPMODE_EXTENDED ((sal_uInt16)0x0002)
@@ -283,9 +283,9 @@ inline HelpEvent::HelpEvent( sal_uInt16 nHelpMode )
mbKeyboardActivated = true;
}
-// -----------------
+
// - UserDrawEvent -
-// -----------------
+
class VCL_DLLPUBLIC UserDrawEvent
{
@@ -324,9 +324,9 @@ inline UserDrawEvent::UserDrawEvent( OutputDevice* pOut,
mnStyle = nStyle;
}
-// ------------------
+
// - Tracking-Types -
-// ------------------
+
#define ENDTRACK_CANCEL ((sal_uInt16)0x0001)
#define ENDTRACK_KEY ((sal_uInt16)0x0002)
@@ -336,9 +336,9 @@ inline UserDrawEvent::UserDrawEvent( OutputDevice* pOut,
#define TRACKING_REPEAT ((sal_uInt16)0x0100)
-// -----------------
+
// - TrackingEvent -
-// -----------------
+
class VCL_DLLPUBLIC TrackingEvent
{
@@ -375,9 +375,9 @@ inline TrackingEvent::TrackingEvent( const MouseEvent& rMEvt,
mnFlags = nTrackFlags;
}
-// ---------------
+
// - NotifyEvent -
-// ---------------
+
#define EVENT_MOUSEBUTTONDOWN 1
#define EVENT_MOUSEBUTTONUP 2
@@ -461,9 +461,9 @@ inline const CommandEvent* NotifyEvent::GetCommandEvent() const
return NULL;
}
-// --------------------
+
// - DataChangedEvent -
-// --------------------
+
#define DATACHANGED_SETTINGS ((sal_uInt16)1)
#define DATACHANGED_DISPLAY ((sal_uInt16)2)