LibreOffice Module sw (master) 1
|
#include <docfac.hxx>
Public Member Functions | |
SwDocFac (SwDoc *pDoc=nullptr) | |
~SwDocFac () COVERITY_NOEXCEPT_FALSE | |
SwDoc & | GetDoc () |
Document is created after calling Read(...). More... | |
Protected Attributes | |
rtl::Reference< SwDoc > | mxDoc |
Definition at line 26 of file docfac.hxx.
SwDocFac::SwDocFac | ( | SwDoc * | pDoc = nullptr | ) |
Definition at line 24 of file docfact.cxx.
SwDocFac::~SwDocFac | ( | ) |
Definition at line 29 of file docfact.cxx.
SwDoc & SwDocFac::GetDoc | ( | ) |
Document is created after calling Read(...).
Definition at line 33 of file docfact.cxx.
References mxDoc.
Referenced by SwDocShell::AddLink(), lcl_GetDoc(), and SwReader::Read().
|
protected |
Definition at line 29 of file docfac.hxx.
Referenced by GetDoc(), and SwReader::Read().