LibreOffice Module sw (master) 1
|
#include <hintids.hxx>
#include <svl/listener.hxx>
#include <svx/ctredlin.hxx>
#include <tools/datetime.hxx>
#include <mdiexp.hxx>
#include <ndindex.hxx>
#include <pam.hxx>
#include <strings.hrc>
#include <cstddef>
#include <memory>
Go to the source code of this file.
Classes | |
struct | SwFltPosition |
class | SwFltStackEntry |
struct | o3tl::typed_flags< SwFltStackEntry::RegionMode > |
class | SwFltControlStack |
class | SwFltAnchor |
class | SwFltAnchorListener |
Used by SwFltAnchor, to listen to an SwFrameFormat (to be aware when it is replaced or deleted). More... | |
class | SwFltRedline |
class | SwFltBookmark |
class | SwFltRDFMark |
Stores RDF statements on a paragraph (key-value pairs where the subject is the paragraph). More... | |
class | SwFltTOX |
class | SwFltEndStack |
class | ImportProgress |
class | FrameDeleteWatch |
Functions | |
bool | SwFltGetFlag (sal_uLong nFieldFlags, int no) |
SW_DLLPUBLIC void | UpdatePageDescs (SwDoc &rDoc, size_t nInPageDescOffset) |
Definition at line 42 of file fltshell.hxx.
Referenced by SwWW8ImplReader::InsertTagField(), SwFltControlStack::IsFlagSet(), SwWW8ImplReader::MakeTagString(), and SwWW8ImplReader::Read_Book().
SW_DLLPUBLIC void UpdatePageDescs | ( | SwDoc & | rDoc, |
size_t | nInPageDescOffset | ||
) |
Definition at line 1020 of file fltshell.cxx.
References SwDoc::ChgPageDesc(), SwDoc::GetPageDesc(), SwDoc::GetPageDescCnt(), and i.
Referenced by SwWW8ImplReader::CoreLoad().