LibreOffice Module sw (master) 1
Typedefs | Enumerations | Functions
wrt_fn.hxx File Reference
#include <hintids.hxx>
Include dependency graph for wrt_fn.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef SwHTMLWriter &(* FnAttrOut) (SwHTMLWriter &, const SfxPoolItem &)
 
typedef FnAttrOut SwAttrFnTab[POOLATTR_END - POOLATTR_BEGIN]
 
typedef Writer &(* FnNodeOut) (Writer &, SwContentNode &)
 
typedef FnNodeOut SwNodeFnTab[RES_NODE_END - RES_NODE_BEGIN]
 

Enumerations

enum  RES_NODE {
  RES_NODE_BEGIN = 0 ,
  RES_TXTNODE = RES_NODE_BEGIN ,
  RES_GRFNODE ,
  RES_OLENODE ,
  RES_NODE_END
}
 

Functions

SwHTMLWriterOut (const SwAttrFnTab, const SfxPoolItem &, SwHTMLWriter &)
 
SwHTMLWriterOut_SfxItemSet (const SwAttrFnTab, SwHTMLWriter &, const SfxItemSet &, bool bDeep)
 
WriterOut (const SwNodeFnTab, SwNode &, Writer &rWrt)
 

Typedef Documentation

◆ FnAttrOut

typedef SwHTMLWriter &(* FnAttrOut) (SwHTMLWriter &, const SfxPoolItem &)

Definition at line 32 of file wrt_fn.hxx.

◆ FnNodeOut

typedef Writer &(* FnNodeOut) (Writer &, SwContentNode &)

Definition at line 50 of file wrt_fn.hxx.

◆ SwAttrFnTab

typedef FnAttrOut SwAttrFnTab[POOLATTR_END - POOLATTR_BEGIN]

Definition at line 33 of file wrt_fn.hxx.

◆ SwNodeFnTab

typedef FnNodeOut SwNodeFnTab[RES_NODE_END - RES_NODE_BEGIN]

Definition at line 51 of file wrt_fn.hxx.

Enumeration Type Documentation

◆ RES_NODE

enum RES_NODE
Enumerator
RES_NODE_BEGIN 
RES_TXTNODE 
RES_GRFNODE 
RES_OLENODE 
RES_NODE_END 

Definition at line 41 of file wrt_fn.hxx.

Function Documentation

◆ Out() [1/2]

SwHTMLWriter & Out ( const  SwAttrFnTab,
const SfxPoolItem rHt,
SwHTMLWriter rWrt 
)

◆ Out() [2/2]

Writer & Out ( const  SwNodeFnTab,
SwNode rNode,
Writer rWrt 
)

◆ Out_SfxItemSet()

SwHTMLWriter & Out_SfxItemSet ( const  SwAttrFnTab,
SwHTMLWriter rWrt,
const SfxItemSet rSet,
bool  bDeep 
)