LibreOffice Module sc (master) 1
AccessiblePageHeader.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20#pragma once
21
23#include <editeng/svxenum.hxx>
24#include <rtl/ref.hxx>
25
26class ScPreviewShell;
27class EditTextObject;
29
31{
32public:
33 ScAccessiblePageHeader( const css::uno::Reference<css::accessibility::XAccessible>& rxParent,
34 ScPreviewShell* pViewShell, bool bHeader, sal_Int32 nIndex );
35
36protected:
37 virtual ~ScAccessiblePageHeader() override;
38
40
41public:
43 virtual void SAL_CALL disposing() override;
44
45 //===== SfxListener =====================================================
46
47 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) override;
48
49 //===== XAccessibleComponent ============================================
50
51 virtual css::uno::Reference< css::accessibility::XAccessible > SAL_CALL
52 getAccessibleAtPoint( const css::awt::Point& aPoint ) override;
53 virtual void SAL_CALL grabFocus() override;
54
55 //===== XAccessibleContext ==============================================
56
57 virtual sal_Int64 SAL_CALL getAccessibleChildCount() override;
58 virtual css::uno::Reference< css::accessibility::XAccessible > SAL_CALL
59 getAccessibleChild( sal_Int64 i ) override;
60 virtual sal_Int64 SAL_CALL getAccessibleIndexInParent() override;
61 virtual sal_Int64 SAL_CALL getAccessibleStateSet() override;
62
63 //===== XServiceInfo ====================================================
64
65 virtual OUString SAL_CALL getImplementationName() override;
66 virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override;
67
68protected:
69 virtual OUString createAccessibleDescription() override;
70 virtual OUString createAccessibleName() override;
71
72 virtual tools::Rectangle GetBoundingBoxOnScreen() const override;
73 virtual tools::Rectangle GetBoundingBox() const override;
74
75private:
77 sal_Int32 mnIndex;
79 std::vector< rtl::Reference<ScAccessiblePageHeaderArea> >
81 sal_Int32 mnChildCount;
82
83 bool IsDefunc(sal_Int64 nParentStates);
84
85 void AddChild(const EditTextObject* pArea, sal_uInt32 nIndex, SvxAdjust eAdjust);
86};
87
88/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
virtual void SAL_CALL disposing() override
void AddChild(const EditTextObject *pArea, sal_uInt32 nIndex, SvxAdjust eAdjust)
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override
Returns a list of all supported services.
virtual OUString SAL_CALL getImplementationName() override
===== XServiceInfo ====================================================
ScAccessiblePageHeader(const css::uno::Reference< css::accessibility::XAccessible > &rxParent, ScPreviewShell *pViewShell, bool bHeader, sal_Int32 nIndex)
virtual void SAL_CALL disposing() override
virtual void Notify(SfxBroadcaster &rBC, const SfxHint &rHint) override
===== SfxListener =====================================================
std::vector< rtl::Reference< ScAccessiblePageHeaderArea > > maAreas
virtual sal_Int64 SAL_CALL getAccessibleIndexInParent() override
Return this objects index among the parents children.
virtual tools::Rectangle GetBoundingBox() const override
Return the object's current bounding box relative to the parent object.
virtual sal_Int64 SAL_CALL getAccessibleStateSet() override
Return the set of current states.
virtual tools::Rectangle GetBoundingBoxOnScreen() const override
Return the object's current bounding box relative to the desktop.
virtual void SAL_CALL grabFocus() override
virtual css::uno::Reference< css::accessibility::XAccessible > SAL_CALL getAccessibleChild(sal_Int64 i) override
Return the specified child or NULL if index is invalid.
virtual css::uno::Reference< css::accessibility::XAccessible > SAL_CALL getAccessibleAtPoint(const css::awt::Point &aPoint) override
virtual OUString createAccessibleDescription() override
Return this object's description.
virtual sal_Int64 SAL_CALL getAccessibleChildCount() override
===== XAccessibleContext ==============================================
virtual ~ScAccessiblePageHeader() override
virtual OUString createAccessibleName() override
Return the object's current name.
sal_Int32 nIndex
int i
SvxAdjust