LibreOffice Module writerfilter (master) 1
|
holds one nested table row More...
#include <rtfdocumentimpl.hxx>
Public Member Functions | |
TableRowBuffer (RTFBuffer_t aBuffer, std::deque< RTFSprms > aSprms, std::deque< RTFSprms > aAttributes, int const nCells) | |
RTFBuffer_t & | GetBuffer () |
std::deque< RTFSprms > & | GetCellsSprms () |
std::deque< RTFSprms > & | GetCellsAttributes () |
int | GetCells () const |
writerfilter::Reference< Properties >::Pointer_t & | GetParaProperties () |
writerfilter::Reference< Properties >::Pointer_t & | GetFrameProperties () |
writerfilter::Reference< Properties >::Pointer_t & | GetRowProperties () |
![]() | |
SvRefBase () | |
SvRefBase (const SvRefBase &) | |
SvRefBase & | operator= (const SvRefBase &) |
void | RestoreNoDelete () |
void | AddNextRef () |
void | AddFirstRef () |
void | ReleaseRef () |
unsigned int | GetRefCount () const |
Private Attributes | |
RTFBuffer_t | m_aBuffer |
::std::deque< RTFSprms > | m_aCellsSprms |
::std::deque< RTFSprms > | m_aCellsAttributes |
int | m_nCells |
writerfilter::Reference< Properties >::Pointer_t | m_pParaProperties |
writerfilter::Reference< Properties >::Pointer_t | m_pFrameProperties |
writerfilter::Reference< Properties >::Pointer_t | m_pRowProperties |
Additional Inherited Members | |
![]() | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
holds one nested table row
Definition at line 122 of file rtfdocumentimpl.hxx.
|
inline |
Definition at line 133 of file rtfdocumentimpl.hxx.
References aBuffer.
|
inline |
Definition at line 142 of file rtfdocumentimpl.hxx.
References m_aBuffer.
Referenced by writerfilter::rtftok::RTFDocumentImpl::replayBuffer().
|
inline |
Definition at line 145 of file rtfdocumentimpl.hxx.
References m_nCells.
Referenced by writerfilter::rtftok::RTFDocumentImpl::replayBuffer().
|
inline |
Definition at line 144 of file rtfdocumentimpl.hxx.
References m_aCellsAttributes.
Referenced by writerfilter::rtftok::RTFDocumentImpl::replayBuffer().
|
inline |
Definition at line 143 of file rtfdocumentimpl.hxx.
References m_aCellsSprms.
Referenced by writerfilter::rtftok::RTFDocumentImpl::replayBuffer().
|
inline |
Definition at line 150 of file rtfdocumentimpl.hxx.
References m_pFrameProperties.
Referenced by writerfilter::rtftok::RTFDocumentImpl::replayBuffer().
|
inline |
Definition at line 146 of file rtfdocumentimpl.hxx.
References m_pParaProperties.
Referenced by writerfilter::rtftok::RTFDocumentImpl::replayBuffer().
|
inline |
Definition at line 154 of file rtfdocumentimpl.hxx.
References m_pRowProperties.
Referenced by writerfilter::rtftok::RTFDocumentImpl::replayBuffer().
|
private |
Definition at line 124 of file rtfdocumentimpl.hxx.
Referenced by GetBuffer().
|
private |
Definition at line 126 of file rtfdocumentimpl.hxx.
Referenced by GetCellsAttributes().
|
private |
Definition at line 125 of file rtfdocumentimpl.hxx.
Referenced by GetCellsSprms().
|
private |
Definition at line 127 of file rtfdocumentimpl.hxx.
Referenced by GetCells().
|
private |
Definition at line 129 of file rtfdocumentimpl.hxx.
Referenced by GetFrameProperties().
|
private |
Definition at line 128 of file rtfdocumentimpl.hxx.
Referenced by GetParaProperties().
|
private |
Definition at line 130 of file rtfdocumentimpl.hxx.
Referenced by GetRowProperties().