LibreOffice Module sw (master) 1
|
Classes | |
class | CellInfo |
class | Frame |
Make exporting a Writer Frame easy. More... | |
struct | hashNode |
struct | hashTable |
class | WW8FibData |
class | WW8Struct |
class | WW8Sttb |
class | WW8TableCellGrid |
class | WW8TableCellGridRow |
class | WW8TableInfo |
class | WW8TableNodeInfo |
class | WW8TableNodeInfoInner |
Typedefs | |
typedef std::vector< SwTextFormatColl * > | ParaStyles |
STL container of Paragraph Styles (SwTextFormatColl) More... | |
typedef std::map< sal_uInt16, const SfxPoolItem *, sw::util::ItemSort > | PoolItems |
STL container of SfxPoolItems (Attributes) More... | |
typedef std::vector< Frame > | Frames |
STL container of Frames. More... | |
typedef std::vector< Frame >::iterator | FrameIter |
STL iterator for Frames. More... | |
typedef std::vector< const SwTableBox * > | TableBoxVector |
typedef std::shared_ptr< TableBoxVector > | TableBoxVectorPtr |
typedef std::vector< sal_uInt32 > | GridCols |
typedef std::shared_ptr< GridCols > | GridColsPtr |
typedef std::vector< sal_Int32 > | RowSpans |
typedef std::shared_ptr< RowSpans > | RowSpansPtr |
typedef std::vector< sal_uInt32 > | Widths |
typedef std::shared_ptr< Widths > | WidthsPtr |
typedef std::multiset< CellInfo > | CellInfoMultiSet |
typedef std::map< sal_uInt32, WW8TableNodeInfoInner *, std::greater< sal_uInt32 > > | RowEndInners_t |
Functions | |
static void | updateFinalEndOfLine (RowEndInners_t &rLastRowEnds, WW8TableNodeInfo const *pEndOfCellInfo) |
Variables | |
const unsigned int | MAXTABLECELLS = 63 |
typedef std::multiset<CellInfo> ww8::CellInfoMultiSet |
Definition at line 156 of file WW8TableInfo.hxx.
typedef std::vector<Frame>::iterator ww8::FrameIter |
STL iterator for Frames.
Definition at line 199 of file writerhelper.hxx.
typedef std::vector<Frame> ww8::Frames |
STL container of Frames.
Definition at line 197 of file writerhelper.hxx.
typedef std::vector<sal_uInt32> ww8::GridCols |
Definition at line 45 of file WW8TableInfo.hxx.
typedef std::shared_ptr<GridCols> ww8::GridColsPtr |
Definition at line 46 of file WW8TableInfo.hxx.
typedef std::vector<SwTextFormatColl *> ww8::ParaStyles |
STL container of Paragraph Styles (SwTextFormatColl)
Definition at line 64 of file writerhelper.hxx.
typedef std::map<sal_uInt16, const SfxPoolItem *, sw::util::ItemSort> ww8::PoolItems |
STL container of SfxPoolItems (Attributes)
Definition at line 66 of file writerhelper.hxx.
typedef std::map<sal_uInt32, WW8TableNodeInfoInner*, std::greater<sal_uInt32> > ww8::RowEndInners_t |
Definition at line 158 of file WW8TableInfo.hxx.
typedef std::vector<sal_Int32> ww8::RowSpans |
Definition at line 47 of file WW8TableInfo.hxx.
typedef std::shared_ptr<RowSpans> ww8::RowSpansPtr |
Definition at line 48 of file WW8TableInfo.hxx.
typedef std::vector<const SwTableBox *> ww8::TableBoxVector |
Definition at line 43 of file WW8TableInfo.hxx.
typedef std::shared_ptr<TableBoxVector> ww8::TableBoxVectorPtr |
Definition at line 44 of file WW8TableInfo.hxx.
typedef std::vector<sal_uInt32> ww8::Widths |
Definition at line 49 of file WW8TableInfo.hxx.
typedef std::shared_ptr<Widths> ww8::WidthsPtr |
Definition at line 50 of file WW8TableInfo.hxx.
|
static |
Definition at line 721 of file WW8TableInfo.cxx.
References ww8::WW8TableNodeInfo::getDepth(), and ww8::WW8TableNodeInfo::getInnerForDepth().
Referenced by ww8::WW8TableCellGrid::connectCells(), and ww8::WW8TableInfo::processTableBox().
const unsigned int ww8::MAXTABLECELLS = 63 |
Definition at line 40 of file WW8TableInfo.hxx.
Referenced by ww8::WW8TableNodeInfoInner::getColumnWidthsBasedOnAllRows(), ww8::WW8TableNodeInfoInner::getRowSpansOfRow(), ww8::WW8TableNodeInfoInner::getTableBoxesOfRow(), ww8::WW8TableNodeInfoInner::getWidthsOfRow(), ww8::WW8TableCellGridRow::setTableBoxVector(), and WW8AttributeOutput::TableDefinition().