LibreOffice Module sw (master) 1
|
#include <sal/config.h>
#include <comphelper/interfacecontainer4.hxx>
#include <comphelper/sequence.hxx>
#include <comphelper/servicehelper.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <svl/listener.hxx>
#include <mutex>
#include <unofootnote.hxx>
#include <unotextrange.hxx>
#include <unotextcursor.hxx>
#include <unoparagraph.hxx>
#include <unomap.hxx>
#include <unoprnms.hxx>
#include <doc.hxx>
#include <ftnidx.hxx>
#include <fmtftn.hxx>
#include <txtftn.hxx>
#include <ndtxt.hxx>
#include <unocrsr.hxx>
#include <svl/itemprop.hxx>
Go to the source code of this file.
Classes | |
class | SwXFootnote::Impl |
Functions | |
const size_t | g_nServicesEndnote (SAL_N_ELEMENTS(g_ServicesFootnote)) |
const size_t | g_nServicesFootnote (g_nServicesEndnote - 1) |
Variables | |
char const *const | g_ServicesFootnote [] |
const size_t g_nServicesEndnote | ( | SAL_N_ELEMENTS(g_ServicesFootnote) | ) |
References SAL_N_ELEMENTS.
Referenced by SwXFootnote::getSupportedServiceNames().
const size_t g_nServicesFootnote | ( | g_nServicesEndnote - | 1 | ) |
Referenced by SwXFootnote::getSupportedServiceNames().
char const* const g_ServicesFootnote[] |
Definition at line 172 of file unoftn.cxx.
Referenced by SwXFootnote::getSupportedServiceNames().