LibreOffice Module lotuswordpro (master) 1
|
input list field. More...
#include <xfinputlist.hxx>
Public Member Functions | |
void | SetName (const OUString &sName) |
void | SetLabels (std::vector< OUString > &&list) |
virtual void | ToXml (IXFStream *pStrm) override |
Public Member Functions inherited from XFContent | |
virtual enumXFContent | GetContentType () |
: return the content type. More... | |
virtual void | SetStyleName (const OUString &style) |
: All content except XFTextContent can have a style. More... | |
const OUString & | GetStyleName () const |
: return the style name. More... | |
void | DoToXml (IXFStream *stream) |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
SimpleReferenceObject () | |
void | acquire () |
void | release () |
Private Attributes | |
OUString | m_strName |
std::vector< OUString > | m_list |
Additional Inherited Members | |
Static Public Member Functions inherited from salhelper::SimpleReferenceObject | |
static void * | operator new (std::size_t nSize) |
static void * | operator new (std::size_t nSize, std::nothrow_t const &rNothrow) |
static void | operator delete (void *pPtr) |
static void | operator delete (void *pPtr, std::nothrow_t const &rNothrow) |
Protected Member Functions inherited from XFContent | |
XFContent () | |
virtual void | ToXml (IXFStream *stream)=0 |
virtual | ~XFContent () override |
Protected Member Functions inherited from salhelper::SimpleReferenceObject | |
virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
Protected Attributes inherited from XFContent | |
OUString | m_strStyleName |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
oslInterlockedCount | m_nCount |
input list field.
Definition at line 71 of file xfinputlist.hxx.
|
inline |
Definition at line 79 of file xfinputlist.hxx.
References m_list.
Referenced by LwpCHBlkMarker::ProcessKeylist().
|
inline |
Definition at line 74 of file xfinputlist.hxx.
References m_strName, and sName.
Referenced by LwpCHBlkMarker::ProcessKeylist().
|
inlineoverridevirtual |
Implements XFContent.
Definition at line 90 of file xfinputlist.hxx.
References IXFAttrList::AddAttribute(), IXFAttrList::Clear(), IXFStream::EndElement(), IXFStream::GetAttrList(), i, m_list, m_strName, and IXFStream::StartElement().
|
private |
Definition at line 87 of file xfinputlist.hxx.
Referenced by SetLabels(), and ToXml().
|
private |
Definition at line 86 of file xfinputlist.hxx.