LibreOffice Module sw (master) 1
|
#include <svl/itemiter.hxx>
#include <svl/whiter.hxx>
#include <osl/diagnose.h>
#include <svx/unobrushitemhelper.hxx>
#include <shellio.hxx>
#include <wrt_fn.hxx>
#include <node.hxx>
Go to the source code of this file.
Functions | |
SwHTMLWriter & | Out (const SwAttrFnTab pTab, const SfxPoolItem &rHt, SwHTMLWriter &rWrt) |
SwHTMLWriter & | Out_SfxItemSet (const SwAttrFnTab pTab, SwHTMLWriter &rWrt, const SfxItemSet &rSet, bool bDeep) |
Writer & | Out (const SwNodeFnTab pTab, SwNode &rNode, Writer &rWrt) |
SwHTMLWriter & Out | ( | const SwAttrFnTab | pTab, |
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().
Writer & Out | ( | const SwNodeFnTab | pTab, |
SwNode & | rNode, | ||
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.
SwHTMLWriter & Out_SfxItemSet | ( | const SwAttrFnTab | pTab, |
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().