LibreOffice Module sw (master) 1
|
#include <memory>
#include <libxml/xmlwriter.h>
#include <editeng/fhgtitem.hxx>
#include <editeng/lrspitem.hxx>
#include <editeng/ulspitem.hxx>
#include <osl/diagnose.h>
#include <sal/macros.h>
#include <svl/intitem.hxx>
#include <calbck.hxx>
#include <doc.hxx>
#include <fmtcol.hxx>
#include <fmtcolfunc.hxx>
#include <hintids.hxx>
#include <hints.hxx>
#include <node.hxx>
#include <numrule.hxx>
#include <paratr.hxx>
#include <swfntcch.hxx>
Go to the source code of this file.
Namespaces | |
namespace | TextFormatCollFunc |
Functions | |
void | TextFormatCollFunc::CheckTextFormatCollForDeletionOfAssignmentToOutlineStyle (SwFormat *pFormat, const SwNumRuleItem *pNewNumRuleItem=nullptr) |
Checks, if assignment of paragraph style to list level of outline style has to be deleted, and deletes the assignment, if needed. More... | |
SwNumRule * | TextFormatCollFunc::GetNumRule (SwTextFormatColl &rTextFormatColl) |
determines the list style, which directly set at the given paragraph style More... | |
void | TextFormatCollFunc::AddToNumRule (SwTextFormatColl &rTextFormatColl) |
adds the given paragraph style at the directly set list style More... | |
void | TextFormatCollFunc::RemoveFromNumRule (SwTextFormatColl &rTextFormatColl) |
removes the given paragraph style from the directly set list style More... | |