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 3041 of file swtable.cxx.
typedef o3tl::sorted_vector<const SwTableBox *> SwTableCellInfo::Impl::TableBoxes_t |
Definition at line 3046 of file swtable.cxx.
|
inline |
Definition at line 3050 of file swtable.cxx.
|
inline |
Definition at line 3064 of file swtable.cxx.
References m_pCellFrame.
bool SwTableCellInfo::Impl::getNext | ( | ) |
Definition at line 3143 of file swtable.cxx.
References getNextTableBoxsCellFrame().
const SwCellFrame * SwTableCellInfo::Impl::getNextCellFrame | ( | const SwFrame * | pFrame | ) |
Definition at line 3103 of file swtable.cxx.
References SwFrame::IsCellFrame().
Definition at line 3072 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 3119 of file swtable.cxx.
References SwCellFrame::GetTabBox().
Referenced by getNext().
|
inline |
Definition at line 3055 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 3047 of file swtable.cxx.
const SwCellFrame* SwTableCellInfo::Impl::m_pCellFrame |
Definition at line 3044 of file swtable.cxx.
Referenced by getCellFrame().
const SwTabFrame* SwTableCellInfo::Impl::m_pTabFrame |
Definition at line 3045 of file swtable.cxx.
Referenced by getNextFrameInTable(), and setTable().
const SwTable* SwTableCellInfo::Impl::m_pTable |
Definition at line 3043 of file swtable.cxx.
Referenced by setTable().