AccessibleDocument.hxx (4d7c9de0) | AccessibleDocument.hxx (3ea0c3d5) |
---|---|
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 --- 15 unchanged lines hidden (view full) --- 24 25#ifndef _SC_ACCESSIBLEDOCUMENT_HXX 26#define _SC_ACCESSIBLEDOCUMENT_HXX 27 28#include "AccessibleDocumentBase.hxx" 29#include "viewdata.hxx" 30#include <com/sun/star/accessibility/XAccessibleSelection.hpp> 31#include <com/sun/star/view/XSelectionChangeListener.hpp> | 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 --- 15 unchanged lines hidden (view full) --- 24 25#ifndef _SC_ACCESSIBLEDOCUMENT_HXX 26#define _SC_ACCESSIBLEDOCUMENT_HXX 27 28#include "AccessibleDocumentBase.hxx" 29#include "viewdata.hxx" 30#include <com/sun/star/accessibility/XAccessibleSelection.hpp> 31#include <com/sun/star/view/XSelectionChangeListener.hpp> |
32//#include <cppuhelper/implbase2.hxx> | |
33#include <cppuhelper/implbase3.hxx> 34#include <com/sun/star/accessibility/XAccessibleExtendedAttributes.hpp> 35#include <com/sun/star/accessibility/XAccessibleGetAccFlowTo.hpp> 36#include <svx/IAccessibleViewForwarder.hxx> 37 38class ScTabViewShell; 39class ScAccessibleSpreadsheet; 40class ScChildrenShapes; --- 311 unchanged lines hidden --- | 32#include <cppuhelper/implbase3.hxx> 33#include <com/sun/star/accessibility/XAccessibleExtendedAttributes.hpp> 34#include <com/sun/star/accessibility/XAccessibleGetAccFlowTo.hpp> 35#include <svx/IAccessibleViewForwarder.hxx> 36 37class ScTabViewShell; 38class ScAccessibleSpreadsheet; 39class ScChildrenShapes; --- 311 unchanged lines hidden --- |