LibreOffice Module lotuswordpro (master) 1
|
#include <xfrow.hxx>
Public Member Functions | |
XFRow () | |
virtual | ~XFRow () override |
void | AddCell (rtl::Reference< XFCell > const &rCell) |
void | SetRepeated (sal_Int32 repeat) |
void | SetRow (sal_Int32 row) |
void | SetOwnerTable (XFTable *pTable) |
sal_Int32 | GetRow () const |
sal_Int32 | GetCellCount () const |
XFCell * | GetCell (sal_Int32 col) const |
XFTable * | GetOwnerTable () |
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 | |
XFTable * | m_pOwnerTable |
std::vector< rtl::Reference< XFCell > > | m_aCells |
sal_Int32 | m_nRepeat |
sal_Int32 | m_nRow |
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 |
void XFRow::AddCell | ( | rtl::Reference< XFCell > const & | rCell | ) |
Definition at line 79 of file xfrow.cxx.
Referenced by XFTable::ToXml().
XFCell * XFRow::GetCell | ( | sal_Int32 | col | ) | const |
Definition at line 95 of file xfrow.cxx.
References col, m_aCells, and nIndex.
Referenced by XFTable::ContainsTable(), LwpTableLayout::FindSplitColMark(), and LwpTableLayout::SplitRowToCells().
sal_Int32 XFRow::GetCellCount | ( | ) | const |
Definition at line 89 of file xfrow.cxx.
References m_aCells.
Referenced by XFTable::ContainsTable(), LwpTableLayout::FindSplitColMark(), and LwpTableLayout::SplitRowToCells().
|
inline |
Definition at line 121 of file xfrow.hxx.
References m_pOwnerTable.
Referenced by XFCell::GetCellName().
|
inline |
|
inline |
Definition at line 111 of file xfrow.hxx.
References m_pOwnerTable.
|
inline |
|
inline |
|
overridevirtual |
Implements XFContent.
Definition at line 104 of file xfrow.cxx.
References IXFAttrList::AddAttribute(), IXFAttrList::Clear(), col, IXFStream::EndElement(), IXFStream::GetAttrList(), XFContent::GetStyleName(), m_aCells, m_nRepeat, nCount, nIndex, XFCell::SetRepeated(), IXFStream::StartElement(), and XFCell::ToXml().
Referenced by XFTable::ToXml().
|
private |
|
private |
Definition at line 97 of file xfrow.hxx.
Referenced by SetRepeated(), and ToXml().
|
private |
|
private |
Definition at line 95 of file xfrow.hxx.
Referenced by GetOwnerTable(), and SetOwnerTable().