LibreOffice Module sw (master) 1
Classes | Typedefs | Functions
accmap.cxx File Reference
#include <rtl/ref.hxx>
#include <cppuhelper/weakref.hxx>
#include <utility>
#include <vcl/window.hxx>
#include <svx/svdmodel.hxx>
#include <svx/unomod.hxx>
#include <algorithm>
#include <map>
#include <unordered_map>
#include <list>
#include <vector>
#include <accmap.hxx>
#include "acccontext.hxx"
#include "accdoc.hxx"
#include <strings.hrc>
#include "accpreview.hxx"
#include "accpage.hxx"
#include "accpara.hxx"
#include "accheaderfooter.hxx"
#include "accfootnote.hxx"
#include "acctextframe.hxx"
#include "accgraphic.hxx"
#include "accembedded.hxx"
#include "acccell.hxx"
#include "acctable.hxx"
#include <fesh.hxx>
#include <istype.hxx>
#include <rootfrm.hxx>
#include <txtfrm.hxx>
#include <hffrm.hxx>
#include <ftnfrm.hxx>
#include <cellfrm.hxx>
#include <tabfrm.hxx>
#include <pagefrm.hxx>
#include <flyfrm.hxx>
#include <ndtyp.hxx>
#include <IDocumentDrawModelAccess.hxx>
#include <svx/AccessibleShapeInfo.hxx>
#include <svx/ShapeTypeHandler.hxx>
#include <svx/SvxShapeTypes.hxx>
#include <svx/svdpage.hxx>
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
#include <com/sun/star/accessibility/AccessibleStateType.hpp>
#include <com/sun/star/accessibility/AccessibleRole.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/document/XShapeEventBroadcaster.hpp>
#include <cppuhelper/implbase.hxx>
#include <comphelper/interfacecontainer4.hxx>
#include <pagepreviewlayout.hxx>
#include <dcontact.hxx>
#include <svx/svdmark.hxx>
#include <doc.hxx>
#include <drawdoc.hxx>
#include <pam.hxx>
#include <ndtxt.hxx>
#include <dflyobj.hxx>
#include <prevwpage.hxx>
#include <calbck.hxx>
#include <undobj.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <tools/debug.hxx>
Include dependency graph for accmap.cxx:

Go to the source code of this file.

Classes

class  SwAccessibleContextMap_Impl
 
class  SwAccessibleShapeMap_Impl
 
struct  SwAccessibleEvent_Impl
 
class  SwAccessibleEventList_Impl
 
class  SwAccessibleEventMap_Impl
 
class  SwAccessibleSelectedParas_Impl
 
class  SwAccPreviewData
 

Typedefs

typedef std::pair< const SdrObject *, ::rtl::Reference< ::accessibility::AccessibleShape > > SwAccessibleObjShape_Impl
 

Functions

static bool AreInSameTable (const uno::Reference< XAccessible > &rAcc, const SwFrame *pFrame)
 
static tools::Long lcl_CorrectCoarseValue (tools::Long aCoarseValue, tools::Long aFineValue, tools::Long aRefValue, bool bToLower)
 
static void lcl_CorrectRectangle (tools::Rectangle &rRect, const tools::Rectangle &rSource, const tools::Rectangle &rInGrid)
 

Typedef Documentation

◆ SwAccessibleObjShape_Impl

Definition at line 254 of file accmap.cxx.

Function Documentation

◆ AreInSameTable()

static bool AreInSameTable ( const uno::Reference< XAccessible > &  rAcc,
const SwFrame pFrame 
)
static

◆ lcl_CorrectCoarseValue()

static tools::Long lcl_CorrectCoarseValue ( tools::Long  aCoarseValue,
tools::Long  aFineValue,
tools::Long  aRefValue,
bool  bToLower 
)
static

Definition at line 3141 of file accmap.cxx.

Referenced by lcl_CorrectRectangle().

◆ lcl_CorrectRectangle()

static void lcl_CorrectRectangle ( tools::Rectangle rRect,
const tools::Rectangle rSource,
const tools::Rectangle rInGrid 
)
static