LibreOffice Module sc (master) 1
|
#include <AccessiblePageHeader.hxx>
#include <AccessiblePageHeaderArea.hxx>
#include <prevwsh.hxx>
#include <prevloc.hxx>
#include <document.hxx>
#include <stlpool.hxx>
#include <scitems.hxx>
#include <attrib.hxx>
#include <scresid.hxx>
#include <strings.hrc>
#include <strings.hxx>
#include <com/sun/star/accessibility/AccessibleRole.hpp>
#include <com/sun/star/accessibility/AccessibleStateType.hpp>
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <comphelper/sequence.hxx>
#include <vcl/window.hxx>
#include <svl/hint.hxx>
#include <svl/itemset.hxx>
#include <vcl/svapp.hxx>
#include <svl/style.hxx>
#include <editeng/editobj.hxx>
Go to the source code of this file.
Variables | |
const sal_uInt8 | MAX_AREAS = 3 |
const sal_uInt8 MAX_AREAS = 3 |
Definition at line 48 of file AccessiblePageHeader.cxx.
Referenced by ScAccessiblePageHeader::getAccessibleAtPoint(), and ScAccessiblePageHeader::Notify().