LibreOffice Module sw (master)
1
|
#include <ww8par.hxx>
Public Member Functions | |
wwExtraneousParas (SwDoc &rDoc) | |
~wwExtraneousParas () | |
void | insert (SwTextNode *pTextNode) |
void | delete_all_from_doc () |
Private Member Functions | |
wwExtraneousParas (wwExtraneousParas const &)=delete | |
wwExtraneousParas & | operator= (wwExtraneousParas const &)=delete |
Private Attributes | |
std::set< SwTextNode *, SwWW8::ltnode > | m_aTextNodes |
SwDoc & | m_rDoc |
Definition at line 915 of file ww8par.hxx.
|
privatedelete |
|
inlineexplicit |
Definition at line 928 of file ww8par.hxx.
|
inline |
Definition at line 929 of file ww8par.hxx.
References delete_all_from_doc().
void wwExtraneousParas::delete_all_from_doc | ( | ) |
Definition at line 4725 of file ww8par.cxx.
References IDocumentContentOperations::DelFullPara(), SwDoc::getIDocumentContentOperations(), m_aTextNodes, and m_rDoc.
Referenced by SwWW8ImplReader::CoreLoad(), and ~wwExtraneousParas().
|
inline |
Definition at line 930 of file ww8par.hxx.
Referenced by SwWW8ImplReader::MoveOutsideFly().
|
privatedelete |
|
private |
Definition at line 921 of file ww8par.hxx.
Referenced by delete_all_from_doc().
|
private |
Definition at line 922 of file ww8par.hxx.
Referenced by delete_all_from_doc().