LibreOffice Module sw (master) 1
|
#include <hintids.hxx>
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 | |
SwHTMLWriter & | Out (const SwAttrFnTab, const SfxPoolItem &, SwHTMLWriter &) |
SwHTMLWriter & | Out_SfxItemSet (const SwAttrFnTab, SwHTMLWriter &, const SfxItemSet &, bool bDeep) |
Writer & | Out (const SwNodeFnTab, SwNode &, Writer &rWrt) |
typedef SwHTMLWriter &(* FnAttrOut) (SwHTMLWriter &, const SfxPoolItem &) |
Definition at line 32 of file wrt_fn.hxx.
typedef Writer &(* FnNodeOut) (Writer &, SwContentNode &) |
Definition at line 50 of file wrt_fn.hxx.
typedef FnAttrOut SwAttrFnTab[POOLATTR_END - POOLATTR_BEGIN] |
Definition at line 33 of file wrt_fn.hxx.
typedef FnNodeOut SwNodeFnTab[RES_NODE_END - RES_NODE_BEGIN] |
Definition at line 51 of file wrt_fn.hxx.
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.
SwHTMLWriter & Out | ( | const | SwAttrFnTab, |
const SfxPoolItem & | rHt, | ||
SwHTMLWriter & | rWrt | ||
) |
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().
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.
SwHTMLWriter & Out_SfxItemSet | ( | const | SwAttrFnTab, |
SwHTMLWriter & | rWrt, | ||
const SfxItemSet & | rSet, | ||
bool | bDeep | ||
) |
Definition at line 42 of file wrt_fn.cxx.
References SfxItemSet::Count(), SfxWhichIter::FirstWhich(), SfxItemSet::Get(), SfxItemIter::GetCurItem(), SfxItemPool::GetDefaultItem(), SfxWhichIter::GetItemState(), SfxItemSet::GetParent(), SfxItemSet::GetPool(), getSvxBrushItemFromSourceSet(), SfxItemIter::NextItem(), SfxWhichIter::NextWhich(), POOLATTR_END(), pOut, RES_BACKGROUND(), RES_CHRATR_BEGIN(), rSet, SfxPoolItem::Which(), and XATTR_FILLSTYLE().
Referenced by SwHTMLWriter::OutCSS1_SfxItemSet(), and OutHTML_FrameFormatAsMarquee().