LibreOffice Module writerfilter (master) 1
Classes | Namespaces | Typedefs
DomainMapperTableHandler.hxx File Reference
#include "PropertyMap.hxx"
#include <vector>
#include <com/sun/star/text/XTextAppendAndConvert.hpp>
Include dependency graph for DomainMapperTableHandler.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  writerfilter::dmapper::HorizontallyMergedCell
 A horizontally merged cell is in fact a range of cells till its merge is performed. More...
 
class  writerfilter::dmapper::DomainMapperTableHandler
 Class to handle events generated by TableManager::resolveCurrentTable(). More...
 

Namespaces

namespace  writerfilter
 
namespace  writerfilter::dmapper
 

Typedefs

typedef css::uno::Sequence< css::uno::Reference< css::text::XTextRange > > writerfilter::dmapper::CellSequence_t
 
typedef css::uno::Sequence< CellSequence_t > writerfilter::dmapper::RowSequence_t
 
typedef css::uno::Sequence< css::uno::Sequence< css::beans::PropertyValues > > writerfilter::dmapper::CellPropertyValuesSeq_t
 
typedef std::vector< PropertyMapPtr > writerfilter::dmapper::PropertyMapVector1
 
typedef std::vector< PropertyMapVector1 > writerfilter::dmapper::PropertyMapVector2