accHelper.hxx (3a700b0a) accHelper.hxx (b0a7a3cf)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 12 unchanged lines hidden (view full) ---

21
22#ifndef __ACCHELPER_HXX
23#define __ACCHELPER_HXX
24
25#include <com/sun/star/accessibility/XAccessibleText.hpp>
26#include <com/sun/star/accessibility/AccessibleRole.hpp>
27#include <com/sun/star/accessibility/AccessibleStateType.hpp>
28
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 12 unchanged lines hidden (view full) ---

21
22#ifndef __ACCHELPER_HXX
23#define __ACCHELPER_HXX
24
25#include <com/sun/star/accessibility/XAccessibleText.hpp>
26#include <com/sun/star/accessibility/AccessibleRole.hpp>
27#include <com/sun/star/accessibility/AccessibleStateType.hpp>
28
29#include "AccessibleRole.h"
30
31
32#include "UAccCOM2.h"
33
34enum DIRECTION
35{
36 FIRST_CHILD=0,
37 LAST_CHILD=-1,
38 BEFORE_CHILD=1 ,
39 AFTER_CHILD=2

--- 109 unchanged lines hidden ---
29#include "UAccCOM2.h"
30
31enum DIRECTION
32{
33 FIRST_CHILD=0,
34 LAST_CHILD=-1,
35 BEFORE_CHILD=1 ,
36 AFTER_CHILD=2

--- 109 unchanged lines hidden ---