Use our header guard convention

Using identifiers starting with underscores is questionable even if they don't
happen to clash with anything used by the language implementation.

Change-Id: I0af605d40d85ea7e47e1047572fbe180270e08ac
This commit is contained in:
Tor Lillqvist
2013-12-03 11:25:33 +02:00
parent c7fd6b857f
commit a718fef094
30 changed files with 88 additions and 89 deletions

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __ACCCOMPONENTEVENTLISTENER_HXX #ifndef INCLUDED_WINACCESSIBILITY_INC_ACCCOMPONENTEVENTLISTENER_HXX
#define __ACCCOMPONENTEVENTLISTENER_HXX #define INCLUDED_WINACCESSIBILITY_INC_ACCCOMPONENTEVENTLISTENER_HXX
#include <stdio.h> #include <stdio.h>
#include "AccEventListener.hxx" #include "AccEventListener.hxx"
@@ -69,6 +69,6 @@ public:
void HandleTextSelectionChangedEvent(); void HandleTextSelectionChangedEvent();
}; };
#endif #endif // INCLUDED_WINACCESSIBILITY_INC_ACCCOMPONENTEVENTLISTENER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __ACCCONTAINEREVENTLISTENERHXX #ifndef INCLUDED_WINACCESSIBILITY_INC_ACCCONTAINEREVENTLISTENER_HXX
#define __ACCCONTAINEREVENTLISTENERHXX #define INCLUDED_WINACCESSIBILITY_INC_ACCCONTAINEREVENTLISTENER_HXX
#include <stdio.h> #include <stdio.h>
#include "AccEventListener.hxx" #include "AccEventListener.hxx"
@@ -97,6 +97,6 @@ public:
virtual void HandleNameChangedEvent(css::uno::Any name) SAL_OVERRIDE; virtual void HandleNameChangedEvent(css::uno::Any name) SAL_OVERRIDE;
}; };
#endif #endif // INCLUDED_WINACCESSIBILITY_INC_ACCCONTAINEREVENTLISTENER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __ACCDESCENDANTMANAGEREVENTLISTENER_HXX #ifndef INCLUDED_WINACCESSIBILITY_INC_ACCDESCENDANTMANAGEREVENTLISTENER_HXX
#define __ACCDESCENDANTMANAGEREVENTLISTENER_HXX #define INCLUDED_WINACCESSIBILITY_INC_ACCDESCENDANTMANAGEREVENTLISTENER_HXX
#include <stdio.h> #include <stdio.h>
#include "AccComponentEventListener.hxx" #include "AccComponentEventListener.hxx"
@@ -62,6 +62,6 @@ public:
const css::uno::Any &oldValue, const css::uno::Any &newValue); const css::uno::Any &oldValue, const css::uno::Any &newValue);
}; };
#endif #endif // INCLUDED_WINACCESSIBILITY_INC_ACCDESCENDANTMANAGEREVENTLISTENER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __ACCDIALOGEVENTLISTENER_HXX #ifndef INCLUDED_WINACCESSIBILITY_INC_ACCDIALOGEVENTLISTENER_HXX
#define __ACCDIALOGEVENTLISTENER_HXX #define INCLUDED_WINACCESSIBILITY_INC_ACCDIALOGEVENTLISTENER_HXX
#include <stdio.h> #include <stdio.h>
#include "AccEventListener.hxx" #include "AccEventListener.hxx"
@@ -49,6 +49,6 @@ public:
}; };
#endif #endif // INCLUDED_WINACCESSIBILITY_INC_ACCDIALOGEVENTLISTENER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __ACCEVENTLISTENER_HXX #ifndef INCLUDED_WINACCESSIBILITY_INC_ACCEVENTLISTENER_HXX
#define __ACCEVENTLISTENER_HXX #define INCLUDED_WINACCESSIBILITY_INC_ACCEVENTLISTENER_HXX
#include <com/sun/star/accessibility/XAccessibleEventListener.hpp> #include <com/sun/star/accessibility/XAccessibleEventListener.hpp>
#include <com/sun/star/accessibility/XAccessible.hpp> #include <com/sun/star/accessibility/XAccessible.hpp>
@@ -81,6 +81,6 @@ public:
void RemoveMeFromBroadcaster(); void RemoveMeFromBroadcaster();
}; };
#endif #endif // INCLUDED_WINACCESSIBILITY_INC_ACCEVENTLISTENER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __ACCFRAMEEVENTLISTENER_HXX #ifndef INCLUDED_WINACCESSIBILITY_INC_ACCFRAMEEVENTLISTENER_HXX
#define __ACCFRAMEEVENTLISTENER_HXX #define INCLUDED_WINACCESSIBILITY_INC_ACCFRAMEEVENTLISTENER_HXX
#include <stdio.h> #include <stdio.h>
#include "AccEventListener.hxx" #include "AccEventListener.hxx"
@@ -50,6 +50,6 @@ public:
}; };
#endif #endif // INCLUDED_WINACCESSIBILITY_INC_ACCFRAMEEVENTLISTENER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __ACCLISTEVENTLISTENER_HXX #ifndef INCLUDED_WINACCESSIBILITY_INC_ACCLISTEVENTLISTENER_HXX
#define __ACCLISTEVENTLISTENER_HXX #define INCLUDED_WINACCESSIBILITY_INC_ACCLISTEVENTLISTENER_HXX
#include <stdio.h> #include <stdio.h>
#include "AccDescendantManagerEventListener.hxx" #include "AccDescendantManagerEventListener.hxx"
@@ -51,6 +51,6 @@ public:
css::uno::Any oldValue, css::uno::Any newValue) SAL_OVERRIDE; css::uno::Any oldValue, css::uno::Any newValue) SAL_OVERRIDE;
}; };
#endif #endif // INCLUDED_WINACCESSIBILITY_INC_ACCLISTEVENTLISTENER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __ACCMENUEVENTLISTENER_HXX #ifndef INCLUDED_WINACCESSIBILITY_INC_ACCMENUEVENTLISTENER_HXX
#define __ACCMENUEVENTLISTENER_HXX #define INCLUDED_WINACCESSIBILITY_INC_ACCMENUEVENTLISTENER_HXX
#include <stdio.h> #include <stdio.h>
#include "AccComponentEventListener.hxx" #include "AccComponentEventListener.hxx"
@@ -52,6 +52,6 @@ public:
virtual void FireStatePropertyChange(short state, bool set) SAL_OVERRIDE; virtual void FireStatePropertyChange(short state, bool set) SAL_OVERRIDE;
}; };
#endif #endif // INCLUDED_WINACCESSIBILITY_INC_ACCMENUEVENTLISTENER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __ACCOBJECT_HXX #ifndef INCLUDED_WINACCESSIBILITY_INC_ACCOBJECT_HXX
#define __ACCOBJECT_HXX #define INCLUDED_WINACCESSIBILITY_INC_ACCOBJECT_HXX
#include <vector> #include <vector>
#include <map> #include <map>
@@ -128,6 +128,6 @@ public:
void setLocalizedResourceString(); void setLocalizedResourceString();
}; };
#endif #endif // INCLUDED_WINACCESSIBILITY_INC_ACCOBJECT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _ACCOBJECTCONTAINEREVENTLISTENER_HXX #ifndef INCLUDED_WINACCESSIBILITY_INC_ACCOBJECTCONTAINEREVENTLISTENER_HXX
#define _ACCOBJECTCONTAINEREVENTLISTENER_HXX #define INCLUDED_WINACCESSIBILITY_INC_ACCOBJECTCONTAINEREVENTLISTENER_HXX
#include <stdio.h> #include <stdio.h>
#include "AccContainerEventListener.hxx" #include "AccContainerEventListener.hxx"

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __ACCOBJECTMANAGERAGENT_HXX #ifndef INCLUDED_WINACCESSIBILITY_INC_ACCOBJECTMANAGERAGENT_HXX
#define __ACCOBJECTMANAGERAGENT_HXX #define INCLUDED_WINACCESSIBILITY_INC_ACCOBJECTMANAGERAGENT_HXX
#include <boost/scoped_ptr.hpp> #include <boost/scoped_ptr.hpp>

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __ACCOBJECTWINMANAGER_HXX #ifndef INCLUDED_WINACCESSIBILITY_INC_ACCOBJECTWINMANAGER_HXX
#define __ACCOBJECTWINMANAGER_HXX #define INCLUDED_WINACCESSIBILITY_INC_ACCOBJECTWINMANAGER_HXX
#ifndef _COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLE_HPP_ #ifndef _COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLE_HPP_
#include <com/sun/star/accessibility/XAccessible.hpp> #include <com/sun/star/accessibility/XAccessible.hpp>
@@ -144,6 +144,6 @@ public:
bool IsStateManageDescendant(com::sun::star::accessibility::XAccessible* pAccessible); bool IsStateManageDescendant(com::sun::star::accessibility::XAccessible* pAccessible);
}; };
#endif #endif // INCLUDED_WINACCESSIBILITY_INC_ACCOBJECTWINMANAGER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __ACCPARAGRAPHEVENTLISTENER_HXX #ifndef INCLUDED_WINACCESSIBILITY_INC_ACCPARAGRAPHEVENTLISTENER_HXX
#define __ACCPARAGRAPHEVENTLISTENER_HXX #define INCLUDED_WINACCESSIBILITY_INC_ACCPARAGRAPHEVENTLISTENER_HXX
#include <stdio.h> #include <stdio.h>
#include "AccContainerEventListener.hxx" #include "AccContainerEventListener.hxx"
@@ -51,6 +51,6 @@ public:
void HandleTextSelectionChangedEvent(); void HandleTextSelectionChangedEvent();
}; };
#endif #endif // INCLUDED_WINACCESSIBILITY_INC_ACCPARAGRAPHEVENTLISTENER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _ACCRESOURCE_HXX #ifndef INCLUDED_WINACCESSIBILITY_INC_ACCRESOURCE_HXX
#define _ACCRESOURCE_HXX #define INCLUDED_WINACCESSIBILITY_INC_ACCRESOURCE_HXX
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
@@ -61,7 +61,6 @@ public:
static ::rtl::OUString loadString(sal_uInt16 _nResId); static ::rtl::OUString loadString(sal_uInt16 _nResId);
}; };
#endif // INCLUDED_WINACCESSIBILITY_INC_ACCRESOURCE_HXX
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __ACCTABLEEVENTLISTENER_HXX #ifndef INCLUDED_WINACCESSIBILITY_INC_ACCTABLEEVENTLISTENER_HXX
#define __ACCTABLEEVENTLISTENER_HXX #define INCLUDED_WINACCESSIBILITY_INC_ACCTABLEEVENTLISTENER_HXX
#include <stdio.h> #include <stdio.h>
#include "AccDescendantManagerEventListener.hxx" #include "AccDescendantManagerEventListener.hxx"
@@ -49,6 +49,6 @@ public:
}; };
#endif #endif // INCLUDED_WINACCESSIBILITY_INC_ACCTABLEEVENTLISTENER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __ACCTEXTCOMPONENTEVENTLISTENER_HXX #ifndef INCLUDED_WINACCESSIBILITY_INC_ACCTEXTCOMPONENTEVENTLISTENER_HXX
#define __ACCTEXTCOMPONENTEVENTLISTENER_HXX #define INCLUDED_WINACCESSIBILITY_INC_ACCTEXTCOMPONENTEVENTLISTENER_HXX
#include <stdio.h> #include <stdio.h>
#include "AccComponentEventListener.hxx" #include "AccComponentEventListener.hxx"
@@ -42,6 +42,6 @@ public:
}; };
#endif #endif // INCLUDED_WINACCESSIBILITY_INC_ACCTEXTCOMPONENTEVENTLISTENER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __ACCTOPWINDOWLISTENER_HXX #ifndef INCLUDED_WINACCESSIBILITY_INC_ACCTOPWINDOWLISTENER_HXX
#define __ACCTOPWINDOWLISTENER_HXX #define INCLUDED_WINACCESSIBILITY_INC_ACCTOPWINDOWLISTENER_HXX
#include <com/sun/star/awt/XTopWindowListener.hpp> #include <com/sun/star/awt/XTopWindowListener.hpp>
#include <com/sun/star/awt/XExtendedToolkit.hpp> #include <com/sun/star/awt/XExtendedToolkit.hpp>
@@ -63,6 +63,6 @@ public:
sal_Int64 GetMSComPtr(sal_Int64 hWnd, sal_Int64 lParam, sal_Int64 wParam); sal_Int64 GetMSComPtr(sal_Int64 hWnd, sal_Int64 lParam, sal_Int64 wParam);
}; };
#endif #endif // INCLUDED_WINACCESSIBILITY_INC_ACCTOPWINDOWLISTENER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __ACCTREEEVENTLISTENER_HXX #ifndef INCLUDED_WINACCESSIBILITY_INC_ACCTREEEVENTLISTENER_HXX
#define __ACCTREEEVENTLISTENER_HXX #define INCLUDED_WINACCESSIBILITY_INC_ACCTREEEVENTLISTENER_HXX
#include <stdio.h> #include <stdio.h>
#include "AccDescendantManagerEventListener.hxx" #include "AccDescendantManagerEventListener.hxx"
@@ -46,6 +46,6 @@ public:
css::uno::Any oldValue, css::uno::Any newValue); css::uno::Any oldValue, css::uno::Any newValue);
}; };
#endif #endif // INCLUDED_WINACCESSIBILITY_INC_ACCTREEEVENTLISTENER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __ACCWINDOWEVENTLISTENER_HXX #ifndef INCLUDED_WINACCESSIBILITY_INC_ACCWINDOWEVENTLISTENER_HXX
#define __ACCWINDOWEVENTLISTENER_HXX #define INCLUDED_WINACCESSIBILITY_INC_ACCWINDOWEVENTLISTENER_HXX
#include <stdio.h> #include <stdio.h>
#include "AccEventListener.hxx" #include "AccEventListener.hxx"
@@ -50,6 +50,6 @@ public:
}; };
#endif #endif // INCLUDED_WINACCESSIBILITY_INC_ACCWINDOWEVENTLISTENER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __RESIDGENERATOR_HXX #ifndef INCLUDED_WINACCESSIBILITY_INC_RESIDGENERATOR_HXX
#define __RESIDGENERATOR_HXX #define INCLUDED_WINACCESSIBILITY_INC_RESIDGENERATOR_HXX
#define PRIMARY_RESID 0x00000001 #define PRIMARY_RESID 0x00000001
#include <deque> #include <deque>
@@ -45,6 +45,6 @@ public:
}; };
#endif #endif // INCLUDED_WINACCESSIBILITY_INC_RESIDGENERATOR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __ACCHELPER_HXX #ifndef INCLUDED_WINACCESSIBILITY_INC_ACCHELPER_HXX
#define __ACCHELPER_HXX #define INCLUDED_WINACCESSIBILITY_INC_ACCHELPER_HXX
#include <UAccCOMdllapi.h> #include <UAccCOMdllapi.h>
@@ -35,6 +35,6 @@ enum DIRECTION
struct IMAccessible; struct IMAccessible;
UACCCOM_DLLPUBLIC IMAccessible * UAccCOMCreateInstance(); UACCCOM_DLLPUBLIC IMAccessible * UAccCOMCreateInstance();
#endif #endif // INCLUDED_WINACCESSIBILITY_INC_ACCHELPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __UNOMSAAEVENT_HXX #ifndef INCLUDED_WINACCESSIBILITY_INC_UNOMSAAEVENT_HXX
#define __UNOMSAAEVENT_HXX #define INCLUDED_WINACCESSIBILITY_INC_UNOMSAAEVENT_HXX
//STATE_CHANGED with get FOCUSED -> EVENT_OBJECT_FOCUS //STATE_CHANGED with get FOCUSED -> EVENT_OBJECT_FOCUS
const short UM_EVENT_STATE_FOCUSED = 0 ; const short UM_EVENT_STATE_FOCUSED = 0 ;
@@ -105,6 +105,6 @@ const short UM_EVENT_TEXT_SELECTION_CHANGED = 39;
const short UM_EVENT_SECTION_CHANGED = 40; const short UM_EVENT_SECTION_CHANGED = 40;
const short UM_EVENT_COLUMN_CHANGED = 41; const short UM_EVENT_COLUMN_CHANGED = 41;
#endif #endif // INCLUDED_WINACCESSIBILITY_INC_UNOMSAAEVENT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __ACCACTION_H_ #ifndef INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_ACCACTION_H
#define __ACCACTION_H_ #define INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_ACCACTION_H
#include "resource.h" // main symbols #include "resource.h" // main symbols
#include "AccActionBase.h" #include "AccActionBase.h"
@@ -100,6 +100,6 @@ public:
}; };
#endif //__ACCACTION_H_ #endif // INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_ACCACTION_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __ACCRELATION_H_ #ifndef INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_ACCRELATION_H
#define __ACCRELATION_H_ #define INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_ACCRELATION_H
#include "resource.h" // main symbols #include "resource.h" // main symbols
@@ -83,6 +83,6 @@ private:
com::sun::star::accessibility::AccessibleRelation relation; com::sun::star::accessibility::AccessibleRelation relation;
}; };
#endif //__ACCRELATION_H_ #endif // INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_ACCRELATION_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __ACCTABLE_H_ #ifndef INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_ACCTABLE_H
#define __ACCTABLE_H_ #define INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_ACCTABLE_H
#include "resource.h" // main symbols #include "resource.h" // main symbols
@@ -169,6 +169,6 @@ private:
} }
}; };
#endif //__ACCTABLE_H_ #endif // INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_ACCTABLE_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __ACCESSIBLEKEYSTROKE_H_ #ifndef INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_ACCESSIBLEKEYSTROKE_H
#define __ACCESSIBLEKEYSTROKE_H_ #define INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_ACCESSIBLEKEYSTROKE_H
#pragma once #pragma once
@@ -152,6 +152,6 @@ const short PROPERTIES = 17;
const short FRONT = 18; const short FRONT = 18;
#endif //#define __ACCESSIBLEKEYSTROKE_H_ #endif // INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_ACCESSIBLEKEYSTROKE_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,14 +17,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _CHECKENABLEACCESSIBLE_HXX #ifndef INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_CHECKENABLEACCESSIBLE_H
#define _CHECKENABLEACCESSIBLE_HXX #define INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_CHECKENABLEACCESSIBLE_H
inline bool IsEnableAccessibleInterface() { return true; } inline bool IsEnableAccessibleInterface() { return true; }
#define CHECK_ENABLE_INF if(!IsEnableAccessibleInterface()){ return S_FALSE; } #define CHECK_ENABLE_INF if(!IsEnableAccessibleInterface()){ return S_FALSE; }
#define CHECK_ENABLE_INF_ZERO if(!IsEnableAccessibleInterface()){ return 0; } #define CHECK_ENABLE_INF_ZERO if(!IsEnableAccessibleInterface()){ return 0; }
#endif //_CHECKENABLEACCESSIBLE_HXX #endif // INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_CHECKENABLEACCESSIBLE_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __ENUMVARIANT_H_ #ifndef INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_ENUMVARIANT_H
#define __ENUMVARIANT_H_ #define INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_ENUMVARIANT_H
#include "resource.h" // main symbols #include "resource.h" // main symbols
#include <com/sun/star/accessibility/XAccessible.hpp> #include <com/sun/star/accessibility/XAccessible.hpp>
@@ -94,6 +94,6 @@ private:
m_pXAccessibleSelection; m_pXAccessibleSelection;
}; };
#endif //__ENUMVARIANT_H_ #endif // INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_ENUMVARIANT_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __MACCESSIBLE_H_ #ifndef INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_MACCESSIBLE_H
#define __MACCESSIBLE_H_ #define INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_MACCESSIBLE_H
#include <windows.h> #include <windows.h>
#include "resource.h" // main symbols #include "resource.h" // main symbols
@@ -294,6 +294,6 @@ public:
#endif //__MACCESSIBLE_H_ #endif // INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_MACCESSIBLE_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __UNOXWRAPPER_H_ #ifndef INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_UNOXWRAPPER_H
#define __UNOXWRAPPER_H_ #define INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_UNOXWRAPPER_H
#include "resource.h" // main symbols #include "resource.h" // main symbols
@@ -65,6 +65,6 @@ protected:
com::sun::star::accessibility::XAccessible* pUNOInterface; com::sun::star::accessibility::XAccessible* pUNOInterface;
}; };
#endif //__UNOXWRAPPER_H_ #endif // INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_UNOXWRAPPER_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */