LibreOffice Module sw (master) 1
|
#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>
Go to the source code of this file.
Functions | |
static SwNode * | GetStartNode (SwOutlineNodes const *pOutlNds, int nOutlineLevel, SwOutlineNodes::size_type *nOutl) |
static SwNode * | GetEndNode (SwOutlineNodes const *pOutlNds, int nOutlineLevel, SwOutlineNodes::size_type *nOutl) |
static SwNode * | GetStartNode (const SwOutlineNodes *pOutlNds, const SwTextFormatColl *pSplitColl, SwOutlineNodes::size_type *nOutl) |
static SwNode * | GetEndNode (const SwOutlineNodes *pOutlNds, const SwTextFormatColl *pSplitColl, SwOutlineNodes::size_type *nOutl) |
|
static |
|
static |
Definition at line 103 of file docglbl.cxx.
References SwNode::FindTableNode(), SwTextNode::GetAttrOutlineLevel(), SwNode::GetTextNode(), and o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::size().
Referenced by SwDoc::SplitDoc().
|
static |
Definition at line 123 of file docglbl.cxx.
References SwNode::FindTableNode(), SwTextNode::GetTextColl(), SwNode::GetTextNode(), and o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::size().
|
static |
Definition at line 89 of file docglbl.cxx.
References SwNode::FindTableNode(), SwTextNode::GetAttrOutlineLevel(), SwNode::GetTextNode(), and o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::size().
Referenced by SwNodes::CopyNodes(), SwNodes::Delete(), SwFEShell::FindFlyFrame(), SwCursorShell::GetContentAtPos(), SwCursor::GotoFootnoteText(), WW8Glossary::MakeEntries(), SwNodes::MoveNodes(), and SwDoc::SplitDoc().