LibreOffice Module sw (master) 1
Classes | Namespaces | Typedefs | Enumerations
fmtcol.hxx File Reference
#include "swdllapi.h"
#include "format.hxx"
#include "hintids.hxx"
#include "paratr.hxx"
#include <rtl/ustring.hxx>
#include <tools/solar.h>
#include <vector>
#include <memory>
Include dependency graph for fmtcol.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SwFormatColl
 SwFormatColl is just an SwFormat subclass that defaults to m_bAutoFormat=false, expressing that this set of formatting is a style, not direct formatting. More...
 
class  SwTextFormatColl
 Represents the style of a paragraph. More...
 
class  SwGrfFormatColl
 
class  SwCollCondition
 
class  SwConditionTextFormatColl
 

Namespaces

namespace  sw
 Dialog to specify the properties of date form field.
 

Typedefs

using SwFormatCollConditions = std::vector< std::unique_ptr< SwCollCondition > >
 

Enumerations

enum class  Master_CollCondition {
  NONE ,
  PARA_IN_LIST ,
  PARA_IN_OUTLINE ,
  PARA_IN_FRAME ,
  PARA_IN_TABLEHEAD ,
  PARA_IN_TABLEBODY ,
  PARA_IN_SECTION ,
  PARA_IN_FOOTNOTE ,
  PARA_IN_FOOTER ,
  PARA_IN_HEADER ,
  PARA_IN_ENDNOTE
}
 Conditional styles. More...
 

Typedef Documentation

◆ SwFormatCollConditions

using SwFormatCollConditions = std::vector<std::unique_ptr<SwCollCondition> >

Definition at line 238 of file fmtcol.hxx.

Enumeration Type Documentation

◆ Master_CollCondition

enum class Master_CollCondition
strong

Conditional styles.

Enumerator
NONE 
PARA_IN_LIST 
PARA_IN_OUTLINE 
PARA_IN_FRAME 
PARA_IN_TABLEHEAD 
PARA_IN_TABLEBODY 
PARA_IN_SECTION 
PARA_IN_FOOTNOTE 
PARA_IN_FOOTER 
PARA_IN_HEADER 
PARA_IN_ENDNOTE 

Definition at line 195 of file fmtcol.hxx.