LibreOffice Module sw (master) 1
|
#include <string>
#include <map>
#include <memory>
#include <set>
#include <functional>
#include <unordered_map>
#include <vector>
#include <sal/types.h>
#include <swrect.hxx>
Go to the source code of this file.
Classes | |
class | ww8::WW8TableNodeInfoInner |
class | ww8::CellInfo |
class | ww8::WW8TableNodeInfo |
struct | ww8::hashNode |
struct | ww8::hashTable |
class | ww8::WW8TableCellGridRow |
class | ww8::WW8TableCellGrid |
class | ww8::WW8TableInfo |
Namespaces | |
namespace | ww8 |
Typedefs | |
typedef std::vector< const SwTableBox * > | ww8::TableBoxVector |
typedef std::shared_ptr< TableBoxVector > | ww8::TableBoxVectorPtr |
typedef std::vector< sal_uInt32 > | ww8::GridCols |
typedef std::shared_ptr< GridCols > | ww8::GridColsPtr |
typedef std::vector< sal_Int32 > | ww8::RowSpans |
typedef std::shared_ptr< RowSpans > | ww8::RowSpansPtr |
typedef std::vector< sal_uInt32 > | ww8::Widths |
typedef std::shared_ptr< Widths > | ww8::WidthsPtr |
typedef std::multiset< CellInfo > | ww8::CellInfoMultiSet |
typedef std::map< sal_uInt32, WW8TableNodeInfoInner *, std::greater< sal_uInt32 > > | ww8::RowEndInners_t |
Variables | |
const unsigned int | ww8::MAXTABLECELLS = 63 |