LibreOffice Module sw (master)
1
|
#include <hintids.hxx>
Go to the source code of this file.
Typedefs | |
typedef Writer &(* | FnAttrOut) (Writer &, 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 | |
Writer & | Out (const SwAttrFnTab, const SfxPoolItem &, Writer &) |
Writer & | Out_SfxItemSet (const SwAttrFnTab, Writer &, const SfxItemSet &, bool bDeep) |
Writer & | Out (const SwNodeFnTab, SwNode &, Writer &rWrt) |
typedef Writer&(* FnAttrOut) (Writer &, const SfxPoolItem &) |
Definition at line 31 of file wrt_fn.hxx.
typedef Writer&(* FnNodeOut) (Writer &, SwContentNode &) |
Definition at line 49 of file wrt_fn.hxx.
typedef FnAttrOut SwAttrFnTab[POOLATTR_END-POOLATTR_BEGIN] |
Definition at line 32 of file wrt_fn.hxx.
typedef FnNodeOut SwNodeFnTab[RES_NODE_END-RES_NODE_BEGIN] |
Definition at line 50 of file wrt_fn.hxx.
enum RES_NODE |
Enumerator | |
---|---|
RES_NODE_BEGIN | |
RES_TXTNODE | |
RES_GRFNODE | |
RES_OLENODE | |
RES_NODE_END |
Definition at line 40 of file wrt_fn.hxx.
Writer& Out | ( | const SwAttrFnTab | , |
const SfxPoolItem & | , | ||
Writer & | |||
) |
Definition at line 31 of file wrt_fn.cxx.
References nId, POOLATTR_BEGIN(), pOut, RES_CHRATR_BEGIN(), and SfxPoolItem::Which().
Referenced by OutCSS1_HintSpanTag(), OutCSS1_HintStyleOpt(), OutHTML_SwField(), OutHTML_SwTextNode(), and SwASCWriter::WriteStream().
Writer& Out | ( | const SwNodeFnTab | , |
SwNode & | , | ||
Writer & | rWrt | ||
) |
Definition at line 129 of file wrt_fn.cxx.
References SwNode::GetContentNode(), SwNode::GetNodeType(), Grf, nId, Ole, pOut, RES_GRFNODE, RES_NODE_BEGIN, RES_OLENODE, RES_TXTNODE, and Text.
Writer& Out_SfxItemSet | ( | const SwAttrFnTab | , |
Writer & | , | ||
const SfxItemSet & | , | ||
bool | bDeep | ||
) |
Definition at line 42 of file wrt_fn.cxx.
References SfxItemSet::Count(), SfxWhichIter::FirstWhich(), SfxItemSet::Get(), SfxItemPool::GetDefaultItem(), SfxWhichIter::GetItemState(), SfxItemSet::GetParent(), SfxItemSet::GetPool(), getSvxBrushItemFromSourceSet(), SfxWhichIter::NextWhich(), POOLATTR_END(), pOut, RES_BACKGROUND(), RES_CHRATR_BEGIN(), SfxPoolItem::Which(), and XATTR_FILLSTYLE().
Referenced by SwHTMLWriter::OutCSS1_SfxItemSet(), and OutHTML_FrameFormatAsMarquee().