LibreOffice Module sw (master)
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
sw
source
core
inc
AccessibilityCheck.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
*/
10
11
#ifndef INCLUDED_SW_SOURCE_CORE_ACCESSIBILITYCHECK_HXX
12
#define INCLUDED_SW_SOURCE_CORE_ACCESSIBILITYCHECK_HXX
13
14
#include <
sfx2/AccessibilityCheck.hxx
>
15
#include <
doc.hxx
>
16
17
namespace
sw
18
{
19
class
SW_DLLPUBLIC
AccessibilityCheck
final :
public
sfx::AccessibilityCheck
20
{
21
private
:
22
SwDoc
*
m_pDoc
;
23
24
public
:
25
AccessibilityCheck
(
SwDoc
* pDoc)
26
: m_pDoc(pDoc)
27
{
28
}
29
30
void
check
()
override
;
31
void
checkObject(
SdrObject
* pObject);
32
};
33
34
}
// end sw namespace
35
36
#endif
37
38
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
SwDoc
Definition:
doc.hxx:187
sfx::AccessibilityCheck
sw
Dialog to specify the properties of date form field.
Definition:
AccessibilityCheck.cxx:40
sw::AccessibilityCheck
Definition:
AccessibilityCheck.hxx:19
doc.hxx
SdrObject
sw::AccessibilityCheck::AccessibilityCheck
AccessibilityCheck(SwDoc *pDoc)
Definition:
AccessibilityCheck.hxx:25
AccessibilityCheck.hxx
SW_DLLPUBLIC
#define SW_DLLPUBLIC
Definition:
swdllapi.h:28
sw::AccessibilityCheck::m_pDoc
SwDoc * m_pDoc
Definition:
AccessibilityCheck.hxx:22
check
DESKTOP_DEPLOYMENTMISC_DLLPUBLIC css::uno::Sequence< css::uno::Reference< css::xml::dom::XElement > > check(dp_misc::DescriptionInfoset const &infoset)
Generated on Tue May 24 2022 12:21:55 for LibreOffice Module sw (master) by
1.8.10