LibreOffice Module writerfilter (master) 1
Classes | Namespaces | Macros | Typedefs | Enumerations | Functions
PropertyMap.hxx File Reference
#include <rtl/ustring.hxx>
#include <tools/ref.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/table/BorderLine2.hpp>
#include <com/sun/star/text/WrapTextMode.hpp>
#include <com/sun/star/uno/Any.h>
#include <com/sun/star/drawing/XShape.hpp>
#include "PropertyIds.hxx"
#include <memory>
#include <optional>
#include <map>
#include <utility>
#include <vector>
#include <set>
#include <deque>
Include dependency graph for PropertyMap.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  writerfilter::dmapper::RedlineParams
 
class  writerfilter::dmapper::PropValue
 
class  writerfilter::dmapper::PropertyMap
 
class  writerfilter::dmapper::SectionPropertyMap
 
class  writerfilter::dmapper::ParagraphProperties
 
class  writerfilter::dmapper::ParagraphPropertiesPropertyMap
 
class  writerfilter::dmapper::StyleSheetPropertyMap
 
class  writerfilter::dmapper::ParagraphPropertyMap
 
class  writerfilter::dmapper::TablePropertyMap
 
struct  writerfilter::dmapper::TablePropertyMap::ValidValue
 
struct  writerfilter::dmapper::TableParagraph
 Information about a paragraph to be finished after a table end. More...
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::beans
 
namespace  com::sun::star::container
 
namespace  com::sun::star::lang
 
namespace  com::sun::star::text
 
namespace  com::sun::star::table
 
namespace  writerfilter
 
namespace  writerfilter::dmapper
 

Macros

#define WW_OUTLINE_MAX   sal_Int16( 9 )
 
#define WW_OUTLINE_MIN   sal_Int16( 0 )
 

Typedefs

typedef tools::SvRef< RedlineParams > writerfilter::dmapper::RedlineParamsPtr
 
typedef tools::SvRef< PropertyMapwriterfilter::dmapper::PropertyMapPtr
 
typedef tools::SvRef< ParagraphProperties > writerfilter::dmapper::ParagraphPropertiesPtr
 
typedef tools::SvRef< TablePropertyMap > writerfilter::dmapper::TablePropertyMapPtr
 
typedef std::shared_ptr< std::vector< TableParagraph > > writerfilter::dmapper::TableParagraphVectorPtr
 

Enumerations

enum  writerfilter::dmapper::BorderPosition {
  writerfilter::dmapper::BORDER_LEFT ,
  writerfilter::dmapper::BORDER_RIGHT ,
  writerfilter::dmapper::BORDER_TOP ,
  writerfilter::dmapper::BORDER_BOTTOM
}
 
enum  writerfilter::dmapper::GrabBagType {
  writerfilter::dmapper::NO_GRAB_BAG ,
  writerfilter::dmapper::ROW_GRAB_BAG ,
  writerfilter::dmapper::CELL_GRAB_BAG ,
  writerfilter::dmapper::PARA_GRAB_BAG ,
  writerfilter::dmapper::CHAR_GRAB_BAG
}
 

Functions

void writerfilter::dmapper::BeforeConvertToTextFrame (std::deque< css::uno::Any > &rFramedRedlines, std::vector< sal_Int32 > &redPos, std::vector< sal_Int32 > &redLen, std::vector< OUString > &redCell, std::vector< OUString > &redTable)
 
void writerfilter::dmapper::AfterConvertToTextFrame (DomainMapper_Impl &rDM_Impl, std::deque< css::uno::Any > &aFramedRedlines, std::vector< sal_Int32 > &redPos, std::vector< sal_Int32 > &redLen, std::vector< OUString > &redCell, std::vector< OUString > &redTable)
 

Macro Definition Documentation

◆ WW_OUTLINE_MAX

#define WW_OUTLINE_MAX   sal_Int16( 9 )

Definition at line 536 of file PropertyMap.hxx.

◆ WW_OUTLINE_MIN

#define WW_OUTLINE_MIN   sal_Int16( 0 )

Definition at line 537 of file PropertyMap.hxx.