LibreOffice Module sw (master) 1
Classes | Functions | Variables
unoftn.cxx File Reference
#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>
Include dependency graph for unoftn.cxx:

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 []
 

Function Documentation

◆ g_nServicesEndnote()

const size_t g_nServicesEndnote ( SAL_N_ELEMENTS(g_ServicesFootnote )

◆ g_nServicesFootnote()

const size_t g_nServicesFootnote ( g_nServicesEndnote 1)

Variable Documentation

◆ g_ServicesFootnote

char const* const g_ServicesFootnote[]
Initial value:
=
{
"com.sun.star.text.TextContent",
"com.sun.star.text.Footnote",
"com.sun.star.text.Text",
"com.sun.star.text.Endnote",
}

Definition at line 172 of file unoftn.cxx.

Referenced by SwXFootnote::getSupportedServiceNames().