LibreOffice Module sw (master) 1
|
Public Types | |
typedef o3tl::sorted_vector< const SwTableBox * > | TableBoxes_t |
Public Member Functions | |
Impl () | |
void | setTable (const SwTable *pTable) |
const SwCellFrame * | getCellFrame () const |
const SwFrame * | getNextFrameInTable (const SwFrame *pFrame) |
const SwCellFrame * | getNextCellFrame (const SwFrame *pFrame) |
const SwCellFrame * | getNextTableBoxsCellFrame (const SwFrame *pFrame) |
bool | getNext () |
Public Attributes | |
const SwTable * | m_pTable |
const SwCellFrame * | m_pCellFrame |
const SwTabFrame * | m_pTabFrame |
TableBoxes_t | m_HandledTableBoxes |
Definition at line 3030 of file swtable.cxx.
typedef o3tl::sorted_vector<const SwTableBox *> SwTableCellInfo::Impl::TableBoxes_t |
Definition at line 3035 of file swtable.cxx.
|
inline |
Definition at line 3039 of file swtable.cxx.
|
inline |
Definition at line 3053 of file swtable.cxx.
References m_pCellFrame.
bool SwTableCellInfo::Impl::getNext | ( | ) |
Definition at line 3132 of file swtable.cxx.
References getNextTableBoxsCellFrame().
const SwCellFrame * SwTableCellInfo::Impl::getNextCellFrame | ( | const SwFrame * | pFrame | ) |
Definition at line 3092 of file swtable.cxx.
References SwFrame::IsCellFrame().
Definition at line 3061 of file swtable.cxx.
References SwFrame::GetLower(), SwFrame::GetNext(), SwFrame::GetUpper(), SwFrame::IsTabFrame(), and m_pTabFrame.
const SwCellFrame * SwTableCellInfo::Impl::getNextTableBoxsCellFrame | ( | const SwFrame * | pFrame | ) |
Definition at line 3108 of file swtable.cxx.
References SwCellFrame::GetTabBox().
Referenced by getNext().
|
inline |
Definition at line 3044 of file swtable.cxx.
References SwTabFrame::FindMaster(), SwIterator< TElementType, TSource, eMode >::First(), SwTable::GetFrameFormat(), m_pTabFrame, and m_pTable.
TableBoxes_t SwTableCellInfo::Impl::m_HandledTableBoxes |
Definition at line 3036 of file swtable.cxx.
const SwCellFrame* SwTableCellInfo::Impl::m_pCellFrame |
Definition at line 3033 of file swtable.cxx.
Referenced by getCellFrame().
const SwTabFrame* SwTableCellInfo::Impl::m_pTabFrame |
Definition at line 3034 of file swtable.cxx.
Referenced by getNextFrameInTable(), and setTable().
const SwTable* SwTableCellInfo::Impl::m_pTable |
Definition at line 3032 of file swtable.cxx.
Referenced by setTable().