|
LibreOffice Module writerfilter (master) 1
|
#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>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< PropertyMap > | writerfilter::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 |
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) |
| #define WW_OUTLINE_MAX sal_Int16( 9 ) |
Definition at line 536 of file PropertyMap.hxx.
| #define WW_OUTLINE_MIN sal_Int16( 0 ) |
Definition at line 537 of file PropertyMap.hxx.