LibreOffice Module sw (master) 1
Functions
htmlftn.cxx File Reference
#include <sal/config.h>
#include <string_view>
#include <osl/diagnose.h>
#include <svtools/htmlout.hxx>
#include <svtools/htmlkywd.hxx>
#include <svtools/HtmlWriter.hxx>
#include <rtl/strbuf.hxx>
#include <ndindex.hxx>
#include <fmtftn.hxx>
#include <txtftn.hxx>
#include <ftninfo.hxx>
#include <doc.hxx>
#include <ndtxt.hxx>
#include <charfmt.hxx>
#include "swhtml.hxx"
#include "wrthtml.hxx"
Include dependency graph for htmlftn.cxx:

Go to the source code of this file.

Functions

static sal_Int32 lcl_html_getNextPart (OUString &rPart, std::u16string_view aContent, sal_Int32 nPos)
 
static sal_Int32 lcl_html_getEndNoteInfo (SwEndNoteInfo &rInfo, std::u16string_view aContent, bool bEndNote)
 
SwHTMLWriterOutHTML_SwFormatLineBreak (SwHTMLWriter &rWrt, const SfxPoolItem &rHt)
 
SwHTMLWriterOutHTML_SwFormatFootnote (SwHTMLWriter &rWrt, const SfxPoolItem &rHt)
 
static int lcl_html_fillEndNoteInfo (const SwEndNoteInfo &rInfo, OUString *pParts, bool bEndNote)
 
static void lcl_html_outFootEndNoteInfo (SwHTMLWriter &rWrt, OUString const *pParts, int nParts, const char *pName)
 

Function Documentation

◆ lcl_html_fillEndNoteInfo()

static int lcl_html_fillEndNoteInfo ( const SwEndNoteInfo rInfo,
OUString *  pParts,
bool  bEndNote 
)
static

◆ lcl_html_getEndNoteInfo()

static sal_Int32 lcl_html_getEndNoteInfo ( SwEndNoteInfo rInfo,
std::u16string_view  aContent,
bool  bEndNote 
)
static

◆ lcl_html_getNextPart()

static sal_Int32 lcl_html_getNextPart ( OUString &  rPart,
std::u16string_view  aContent,
sal_Int32  nPos 
)
static

Definition at line 40 of file htmlftn.cxx.

References nPos.

Referenced by SwHTMLParser::FillFootNoteInfo(), and lcl_html_getEndNoteInfo().

◆ lcl_html_outFootEndNoteInfo()

static void lcl_html_outFootEndNoteInfo ( SwHTMLWriter rWrt,
OUString const *  pParts,
int  nParts,
const char *  pName 
)
static

◆ OutHTML_SwFormatFootnote()

SwHTMLWriter & OutHTML_SwFormatFootnote ( SwHTMLWriter rWrt,
const SfxPoolItem rHt 
)

◆ OutHTML_SwFormatLineBreak()

SwHTMLWriter & OutHTML_SwFormatLineBreak ( SwHTMLWriter rWrt,
const SfxPoolItem rHt 
)