summaryrefslogtreecommitdiff
path: root/basic/source/app/msgedit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/app/msgedit.hxx')
-rw-r--r--basic/source/app/msgedit.hxx38
1 files changed, 19 insertions, 19 deletions
diff --git a/basic/source/app/msgedit.hxx b/basic/source/app/msgedit.hxx
index 02355eb21a15..7dc7117a8bb0 100644
--- a/basic/source/app/msgedit.hxx
+++ b/basic/source/app/msgedit.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
@@ -38,23 +38,23 @@ class AppError;
#define SelectChildren SelectChilds
-typedef USHORT TTFeatures; // Bitfield for features of the entries
-#define HasNothing TTFeatures(0x00)
-#define HasError TTFeatures(0x01)
-#define HasWarning TTFeatures(0x02)
+typedef USHORT TTFeatures; // Bitfield for features of the entries
+#define HasNothing TTFeatures(0x00)
+#define HasError TTFeatures(0x01)
+#define HasWarning TTFeatures(0x02)
#define HasAssertion TTFeatures(0x04)
-#define HasQAError TTFeatures(0x08)
+#define HasQAError TTFeatures(0x08)
class TTTreeListBox : public SvTreeListBox
{
protected:
-// virtual void Command( const CommandEvent& rCEvt );
-// USHORT nDeselectParent;
- BasicFrame *pBasicFrame;
- void InitEntry( SvLBoxEntry*, const String&, const Image&,
+// virtual void Command( const CommandEvent& rCEvt );
+// USHORT nDeselectParent;
+ BasicFrame *pBasicFrame;
+ void InitEntry( SvLBoxEntry*, const String&, const Image&,
const Image&, SvLBoxButtonKind eButtonKind );
- AppError *pAppError;
+ AppError *pAppError;
BOOL JumpToSourcecode( SvLBoxEntry *pThisEntry );
@@ -62,14 +62,14 @@ public:
TTTreeListBox( AppError* pParent, BasicFrame* pBF, WinBits nWinStyle=0 );
~TTTreeListBox(){}
-// virtual void SelectHdl();
-// virtual void DeselectHdl();
- virtual BOOL DoubleClickHdl();
+// virtual void SelectHdl();
+// virtual void DeselectHdl();
+ virtual BOOL DoubleClickHdl();
- virtual void KeyInput( const KeyEvent& rKEvt );
+ virtual void KeyInput( const KeyEvent& rKEvt );
-// ULONG SelectChildren( SvLBoxEntry* pParent, BOOL bSelect );
- TTFeatures GetFeatures( SvLBoxEntry* );
+// ULONG SelectChildren( SvLBoxEntry* pParent, BOOL bSelect );
+ TTFeatures GetFeatures( SvLBoxEntry* );
};
class MsgEdit : public DataEdit
@@ -82,11 +82,11 @@ class MsgEdit : public DataEdit
SvLBoxEntry *pCurrentError;
BOOL bModified;
Link lModify;
- BOOL bFileLoading; // TRUE while loading a file
+ BOOL bFileLoading; // TRUE while loading a file
String Impl_MakeText( SvLBoxEntry *pEntry ) const;
String Impl_MakeSaveText( SvLBoxEntry *pEntry ) const;
String Impl_MakeSaveText( TTDebugData aData ) const;
- USHORT nVersion; // Stores file version
+ USHORT nVersion; // Stores file version
AppError* pAppError;
String aLogFileName;