|
LibreOffice Module writerfilter (master) 1
|
#include "rtfsdrimport.hxx"#include <cmath>#include <optional>#include <com/sun/star/container/XNamed.hpp>#include <com/sun/star/drawing/FillStyle.hpp>#include <com/sun/star/drawing/EnhancedCustomShapeParameterPair.hpp>#include <com/sun/star/drawing/XEnhancedCustomShapeDefaulter.hpp>#include <com/sun/star/drawing/XDrawPageSupplier.hpp>#include <com/sun/star/drawing/LineStyle.hpp>#include <com/sun/star/drawing/EnhancedCustomShapeSegment.hpp>#include <com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.hpp>#include <com/sun/star/drawing/ColorMode.hpp>#include <com/sun/star/lang/XServiceInfo.hpp>#include <com/sun/star/table/BorderLine2.hpp>#include <com/sun/star/text/HoriOrientation.hpp>#include <com/sun/star/text/RelOrientation.hpp>#include <com/sun/star/text/SizeType.hpp>#include <com/sun/star/text/VertOrientation.hpp>#include <com/sun/star/text/WrapTextMode.hpp>#include <com/sun/star/text/WritingMode.hpp>#include <com/sun/star/text/WritingMode2.hpp>#include <com/sun/star/text/TextContentAnchorType.hpp>#include <com/sun/star/text/XTextRange.hpp>#include <com/sun/star/lang/XMultiServiceFactory.hpp>#include <ooxml/resourceids.hxx>#include <filter/msfilter/escherex.hxx>#include <filter/msfilter/util.hxx>#include <filter/msfilter/rtfutil.hxx>#include <sal/log.hxx>#include <svx/svdtrans.hxx>#include <comphelper/sequence.hxx>#include <comphelper/propertysequence.hxx>#include "rtfreferenceproperties.hxx"#include <oox/vml/vmlformatting.hxx>#include <oox/helper/modelobjecthelper.hxx>#include <oox/drawingml/shapepropertymap.hxx>#include <oox/helper/propertyset.hxx>#include <basegfx/matrix/b2dhommatrix.hxx>#include <svx/svdobj.hxx>#include <tools/UnitConversion.hxx>#include <o3tl/string_view.hxx>#include <dmapper/GraphicZOrderHelper.hxx>#include "rtfdocumentimpl.hxx"Go to the source code of this file.
Namespaces | |
| namespace | writerfilter |
| namespace | writerfilter::rtftok |