LibreOffice Module sw (master) 1
Functions
docglbl.cxx File Reference
#include <osl/diagnose.h>
#include <unotools/tempfile.hxx>
#include <svl/stritem.hxx>
#include <svl/eitem.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/docfilt.hxx>
#include <sfx2/fcontnr.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/request.hxx>
#include <sfx2/sfxsids.hrc>
#include <sfx2/viewfrm.hxx>
#include <tools/datetime.hxx>
#include <fmtinfmt.hxx>
#include <fmtanchr.hxx>
#include <doc.hxx>
#include <IDocumentUndoRedo.hxx>
#include <IDocumentRedlineAccess.hxx>
#include <DocumentSettingManager.hxx>
#include <DocumentContentOperationsManager.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <docary.hxx>
#include <pam.hxx>
#include <ndtxt.hxx>
#include <docsh.hxx>
#include <section.hxx>
#include <calbck.hxx>
#include <iodetect.hxx>
#include <frameformats.hxx>
#include <memory>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <com/sun/star/frame/XModel.hpp>
Include dependency graph for docglbl.cxx:

Go to the source code of this file.

Functions

static SwNodeGetStartNode (SwOutlineNodes const *pOutlNds, int nOutlineLevel, SwOutlineNodes::size_type *nOutl)
 
static SwNodeGetEndNode (SwOutlineNodes const *pOutlNds, int nOutlineLevel, SwOutlineNodes::size_type *nOutl)
 
static SwNodeGetStartNode (const SwOutlineNodes *pOutlNds, const SwTextFormatColl *pSplitColl, SwOutlineNodes::size_type *nOutl)
 
static SwNodeGetEndNode (const SwOutlineNodes *pOutlNds, const SwTextFormatColl *pSplitColl, SwOutlineNodes::size_type *nOutl)
 

Function Documentation

◆ GetEndNode() [1/2]

static SwNode * GetEndNode ( const SwOutlineNodes pOutlNds,
const SwTextFormatColl pSplitColl,
SwOutlineNodes::size_type nOutl 
)
static

◆ GetEndNode() [2/2]

static SwNode * GetEndNode ( SwOutlineNodes const *  pOutlNds,
int  nOutlineLevel,
SwOutlineNodes::size_type nOutl 
)
static

◆ GetStartNode() [1/2]

static SwNode * GetStartNode ( const SwOutlineNodes pOutlNds,
const SwTextFormatColl pSplitColl,
SwOutlineNodes::size_type nOutl 
)
static

◆ GetStartNode() [2/2]

static SwNode * GetStartNode ( SwOutlineNodes const *  pOutlNds,
int  nOutlineLevel,
SwOutlineNodes::size_type nOutl 
)
static