LibreOffice Module writerfilter (master) 1
|
#include <GraphicImport.hxx>
Public Member Functions | |
GraphicImport (css::uno::Reference< css::uno::XComponentContext > xComponentContext, css::uno::Reference< css::lang::XMultiServiceFactory > xTextFactory, DomainMapper &rDomainMapper, GraphicImportType &rGraphicImportType, std::pair< OUString, OUString > &rPositionOffsets, std::pair< OUString, OUString > &rAligns, std::queue< OUString > &rPositivePercentages) | |
virtual | ~GraphicImport () override |
virtual void | data (const sal_uInt8 *buffer, size_t len) override |
Receives binary data of the object. More... | |
css::uno::Reference< css::text::XTextContent > | GetGraphicObject () |
const css::uno::Reference< css::drawing::XShape > & | GetXShapeObject () const |
bool | IsGraphic () const |
sal_Int32 | GetLeftMarginOrig () const |
com::sun::star::awt::Point | GetGraphicObjectPosition () const |
bool | GetLayoutInCell () const |
![]() | |
LoggedProperties (const std::string &sPrefix) | |
virtual | ~LoggedProperties () override |
void | attribute (Id name, Value &val) override |
Receives an attribute. More... | |
void | sprm (Sprm &sprm) override |
Receives a SPRM. More... | |
virtual void | attribute (Id name, Value &val)=0 |
Receives an attribute. More... | |
virtual void | sprm (Sprm &sprm)=0 |
Receives a SPRM. More... | |
![]() | |
SvRefBase () | |
SvRefBase (const SvRefBase &) | |
SvRefBase & | operator= (const SvRefBase &) |
void | RestoreNoDelete () |
void | AddNextRef () |
void | AddFirstRef () |
void | ReleaseRef () |
unsigned int | GetRefCount () const |
![]() | |
LoggedTable (const std::string &sPrefix) | |
virtual | ~LoggedTable () override |
void | entry (int pos, writerfilter::Reference< Properties >::Pointer_t ref) override |
Receives an entry of the table. More... | |
virtual void | entry (int pos, writerfilter::Reference< Properties >::Pointer_t ref)=0 |
Receives an entry of the table. More... | |
virtual void | data (const sal_uInt8 *buf, size_t len)=0 |
Receives binary data of the object. More... | |
![]() | |
LoggedStream (const std::string &sPrefix) | |
virtual | ~LoggedStream () override |
void | startSectionGroup () override |
Receives start mark for group with the same section properties. More... | |
void | endSectionGroup () override |
Receives end mark for group with the same section properties. More... | |
void | startParagraphGroup () override |
Receives start mark for group with the same paragraph properties. More... | |
void | endParagraphGroup () override |
Receives end mark for group with the same paragraph properties. More... | |
void | startCharacterGroup () override |
Receives start mark for group with the same character properties. More... | |
void | endCharacterGroup () override |
Receives end mark for group with the same character properties. More... | |
void | startShape (css::uno::Reference< css::drawing::XShape > const &xShape) override |
Receives a shape. More... | |
void | endShape () override |
void | startTextBoxContent () override |
Receives a text-box-content. More... | |
void | endTextBoxContent () override |
void | text (const sal_uInt8 *data, size_t len) override |
Receives 8-bit per character text. More... | |
void | utext (const sal_uInt8 *data, size_t len) override |
Receives 16-bit per character text. More... | |
void | positionOffset (const OUString &rText, bool bVertical) override |
Offset in EMUs for a shape. More... | |
void | align (const OUString &rText, bool bVertical) override |
Horizontal and vertical alignment for a shape. More... | |
void | positivePercentage (const OUString &rText) override |
void | props (writerfilter::Reference< Properties >::Pointer_t ref) override |
Receives properties of the current run of text. More... | |
void | table (Id name, writerfilter::Reference< Table >::Pointer_t ref) override |
Receives table. More... | |
void | substream (Id name, writerfilter::Reference< Stream >::Pointer_t ref) override |
Receives a substream. More... | |
void | info (const std::string &info) override |
Debugging: Receives information about current point in stream. More... | |
void | startGlossaryEntry () override |
Receives start mark for glossary document entry. More... | |
void | endGlossaryEntry () override |
Receives end mark for glossary document entry. More... | |
void | checkId (const sal_Int32 nId) override |
Receives identifier for node entry. More... | |
virtual void | setDocumentReference (writerfilter::ooxml::OOXMLDocument *) override |
![]() | |
virtual void | startSectionGroup ()=0 |
Receives start mark for group with the same section properties. More... | |
virtual void | endSectionGroup ()=0 |
Receives end mark for group with the same section properties. More... | |
virtual void | markLastSectionGroup () |
The current section is the last one in this body text. More... | |
virtual void | setDocumentReference (writerfilter::ooxml::OOXMLDocument *pDocument)=0 |
virtual void | startParagraphGroup ()=0 |
Receives start mark for group with the same paragraph properties. More... | |
virtual void | endParagraphGroup ()=0 |
Receives end mark for group with the same paragraph properties. More... | |
virtual void | markLastParagraphInSection () |
virtual void | startCharacterGroup ()=0 |
Receives start mark for group with the same character properties. More... | |
virtual void | endCharacterGroup ()=0 |
Receives end mark for group with the same character properties. More... | |
virtual void | startShape (css::uno::Reference< css::drawing::XShape > const &xShape)=0 |
Receives a shape. More... | |
virtual void | endShape ()=0 |
virtual void | startTextBoxContent ()=0 |
Receives a text-box-content. More... | |
virtual void | endTextBoxContent ()=0 |
virtual void | text (const sal_uInt8 *data, size_t len)=0 |
Receives 8-bit per character text. More... | |
virtual void | utext (const sal_uInt8 *data, size_t len)=0 |
Receives 16-bit per character text. More... | |
virtual void | positionOffset (const OUString &rText, bool bVertical)=0 |
Offset in EMUs for a shape. More... | |
virtual css::awt::Point | getPositionOffset ()=0 |
Returns the last set offsets of a shape in HMM. More... | |
virtual void | align (const OUString &rText, bool bVertical)=0 |
Horizontal and vertical alignment for a shape. More... | |
virtual void | positivePercentage (const OUString &rText)=0 |
virtual void | props (writerfilter::Reference< Properties >::Pointer_t ref)=0 |
Receives properties of the current run of text. More... | |
virtual void | table (Id name, writerfilter::Reference< Table >::Pointer_t ref)=0 |
Receives table. More... | |
virtual void | substream (Id name, writerfilter::Reference< Stream >::Pointer_t ref)=0 |
Receives a substream. More... | |
virtual void | info (const std::string &info)=0 |
Debugging: Receives information about current point in stream. More... | |
virtual void | startGlossaryEntry ()=0 |
Receives start mark for glossary document entry. More... | |
virtual void | endGlossaryEntry ()=0 |
Receives end mark for glossary document entry. More... | |
virtual void | checkId (const sal_Int32 nId)=0 |
Receives identifier for node entry. More... | |
virtual void | commentProps (const OUString &, const CommentProperties &) |
Private Member Functions | |
void | ProcessShapeOptions (Value const &val) |
css::uno::Reference< css::text::XTextContent > | createGraphicObject (css::uno::Reference< css::graphic::XGraphic > const &rxGraphic, css::uno::Reference< css::beans::XPropertySet > const &xShapeProps) |
void | putPropertyToFrameGrabBag (const OUString &sPropertyName, const css::uno::Any &aPropertyValue) |
virtual void | lcl_attribute (Id Name, Value &val) override |
virtual void | lcl_sprm (Sprm &sprm) override |
virtual void | lcl_entry (writerfilter::Reference< Properties >::Pointer_t ref) override |
virtual void | lcl_startSectionGroup () override |
virtual void | lcl_endSectionGroup () override |
virtual void | lcl_startParagraphGroup () override |
virtual void | lcl_endParagraphGroup () override |
virtual void | lcl_startCharacterGroup () override |
virtual void | lcl_endCharacterGroup () override |
virtual void | lcl_text (const sal_uInt8 *data, size_t len) override |
virtual void | lcl_utext (const sal_uInt8 *data, size_t len) override |
virtual void | lcl_props (writerfilter::Reference< Properties >::Pointer_t ref) override |
virtual void | lcl_table (Id name, writerfilter::Reference< Table >::Pointer_t ref) override |
virtual void | lcl_substream (Id name, writerfilter::Reference< Stream >::Pointer_t ref) override |
virtual void | lcl_startShape (css::uno::Reference< css::drawing::XShape > const &xShape) override |
virtual void | lcl_startTextBoxContent () override |
virtual void | lcl_endTextBoxContent () override |
virtual void | lcl_endShape () override |
void | handleWrapTextValue (sal_uInt32 nVal) |
void | lcl_expandRectangleByEffectExtent (css::awt::Point &rLeftTop, css::awt::Size &rSize) |
void | lcl_correctWord2007EffectExtent (const sal_Int32 nMSOAngle) |
Private Attributes | |
std::unique_ptr< GraphicImport_Impl > | m_pImpl |
css::uno::Reference< css::uno::XComponentContext > | m_xComponentContext |
css::uno::Reference< css::lang::XMultiServiceFactory > | m_xTextFactory |
css::uno::Reference< css::text::XTextContent > | m_xGraphicObject |
css::uno::Reference< css::drawing::XShape > | m_xShape |
Additional Inherited Members | |
![]() | |
typedef tools::SvRef< Table > | Pointer_t |
![]() | |
typedef tools::SvRef< Stream > | Pointer_t |
Pointer to this stream. More... | |
virtual void | lcl_attribute (Id name, Value &val)=0 |
virtual void | lcl_sprm (Sprm &sprm)=0 |
![]() | |
~Properties () override | |
![]() | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
virtual void | lcl_entry (writerfilter::Reference< Properties >::Pointer_t ref)=0 |
![]() | |
~Table () override | |
![]() | |
~BinaryObj () | |
![]() | |
virtual void | lcl_startSectionGroup ()=0 |
virtual void | lcl_endSectionGroup ()=0 |
virtual void | lcl_startParagraphGroup ()=0 |
virtual void | lcl_endParagraphGroup ()=0 |
virtual void | lcl_startCharacterGroup ()=0 |
virtual void | lcl_endCharacterGroup ()=0 |
virtual void | lcl_startShape (css::uno::Reference< css::drawing::XShape > const &xShape)=0 |
virtual void | lcl_endShape ()=0 |
virtual void | lcl_startTextBoxContent ()=0 |
virtual void | lcl_endTextBoxContent ()=0 |
virtual void | lcl_text (const sal_uInt8 *data, size_t len)=0 |
virtual void | lcl_utext (const sal_uInt8 *data, size_t len)=0 |
virtual void | lcl_positionOffset (const OUString &, bool) |
virtual css::awt::Point | getPositionOffset () override |
Returns the last set offsets of a shape in HMM. More... | |
virtual void | lcl_align (const OUString &, bool) |
virtual void | lcl_positivePercentage (const OUString &) |
virtual void | lcl_props (writerfilter::Reference< Properties >::Pointer_t ref)=0 |
virtual void | lcl_table (Id name, writerfilter::Reference< Table >::Pointer_t ref)=0 |
virtual void | lcl_substream (Id name, writerfilter::Reference< Stream >::Pointer_t ref)=0 |
virtual void | lcl_startGlossaryEntry () |
virtual void | lcl_endGlossaryEntry () |
virtual void | lcl_checkId (const sal_Int32) |
![]() | |
~Stream () override | |
Definition at line 64 of file GraphicImport.hxx.
|
explicit |
Definition at line 459 of file GraphicImport.cxx.
References m_pImpl, and m_xComponentContext.
|
overridevirtual |
Definition at line 475 of file GraphicImport.cxx.
|
private |
Definition at line 1711 of file GraphicImport.cxx.
References abs(), writerfilter::dmapper::FRAME, writerfilter::dmapper::getPropertyName(), writerfilter::dmapper::IMPORT_AS_DETECTED_ANCHOR, writerfilter::dmapper::IMPORT_AS_DETECTED_INLINE, m_pImpl, writerfilter::dmapper::NONE, writerfilter::dmapper::PROP_ADJUST_CONTRAST, writerfilter::dmapper::PROP_ADJUST_LUMINANCE, writerfilter::dmapper::PROP_ALLOW_OVERLAP, writerfilter::dmapper::PROP_ANCHOR_TYPE, writerfilter::dmapper::PROP_BACK_COLOR, writerfilter::dmapper::PROP_BOTTOM_BORDER, writerfilter::dmapper::PROP_CONTOUR_OUTSIDE, writerfilter::dmapper::PROP_CONTOUR_POLY_POLYGON, writerfilter::dmapper::PROP_DECORATIVE, writerfilter::dmapper::PROP_FOLLOW_TEXT_FLOW, writerfilter::dmapper::PROP_GRAPHIC, writerfilter::dmapper::PROP_GRAPHIC_COLOR_MODE, writerfilter::dmapper::PROP_LEFT_BORDER, writerfilter::dmapper::PROP_OPAQUE, writerfilter::dmapper::PROP_POSITION_PROTECTED, writerfilter::dmapper::PROP_RIGHT_BORDER, writerfilter::dmapper::PROP_SHADOW_FORMAT, writerfilter::dmapper::PROP_SIZE, writerfilter::dmapper::PROP_SIZE100th_M_M, writerfilter::dmapper::PROP_SIZE_PIXEL, writerfilter::dmapper::PROP_SIZE_PROTECTED, writerfilter::dmapper::PROP_SURROUND, writerfilter::dmapper::PROP_SURROUND_CONTOUR, writerfilter::dmapper::PROP_TOP_BORDER, and TOOLS_WARN_EXCEPTION.
Referenced by lcl_attribute().
|
overridevirtual |
Receives binary data of the object.
buf | pointer to buffer containing the data |
len | size of buffer |
Implements writerfilter::BinaryObj.
Definition at line 1957 of file GraphicImport.cxx.
References writerfilter::dmapper::getPropertyName(), m_xComponentContext, comphelper::makePropertyValue(), and writerfilter::dmapper::PROP_INPUT_STREAM.
uno::Reference< text::XTextContent > writerfilter::dmapper::GraphicImport::GetGraphicObject | ( | ) |
Definition at line 1467 of file GraphicImport.cxx.
References m_xGraphicObject, and m_xShape.
com::sun::star::awt::Point writerfilter::dmapper::GraphicImport::GetGraphicObjectPosition | ( | ) | const |
Definition at line 479 of file GraphicImport.cxx.
References m_pImpl.
Referenced by lcl_attribute().
bool writerfilter::dmapper::GraphicImport::GetLayoutInCell | ( | ) | const |
Definition at line 484 of file GraphicImport.cxx.
References m_pImpl.
sal_Int32 writerfilter::dmapper::GraphicImport::GetLeftMarginOrig | ( | ) | const |
Definition at line 2037 of file GraphicImport.cxx.
References m_pImpl.
|
inline |
Definition at line 97 of file GraphicImport.hxx.
References m_xShape.
|
private |
Definition at line 489 of file GraphicImport.cxx.
References m_pImpl.
Referenced by lcl_attribute().
bool writerfilter::dmapper::GraphicImport::IsGraphic | ( | ) | const |
Definition at line 2032 of file GraphicImport.cxx.
References m_pImpl.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 629 of file GraphicImport.cxx.
References aBuffer, writerfilter::dmapper::BORDER_TOP, o3tl::convert(), oox::drawingml::convertEmuToHmm(), writerfilter::dmapper::ConversionHelper::convertTwipToMM100(), createGraphicObject(), basegfx::utils::createRotateAroundPoint(), basegfx::utils::createRotateB2DHomMatrix(), basegfx::utils::createScaleB2DHomMatrix(), basegfx::utils::createTranslateB2DHomMatrix(), writerfilter::TagLogger::element(), writerfilter::dmapper::FRAME, basegfx::fround(), o3tl::strong_int< typename UNDERLYING_TYPE, typename PHANTOM_TYPE >::get(), writerfilter::Value::getAny(), comphelper::SequenceAsHashMap::getAsConstPropertyValueList(), basegfx::B2DPolyPolygon::getB2DRange(), writerfilter::Value::getBinary(), SdrObject::GetCurrentBoundRect(), GetGraphicObjectPosition(), writerfilter::TagLogger::getInstance(), writerfilter::Value::getInt(), basegfx::Range2D< typename TYPE, typename TRAITS >::getMaxX(), basegfx::Range2D< typename TYPE, typename TRAITS >::getMaxY(), basegfx::Range2D< typename TYPE, typename TRAITS >::getMinX(), basegfx::Range2D< typename TYPE, typename TRAITS >::getMinY(), tools::Rectangle::getOpenHeight(), tools::Rectangle::getOpenWidth(), writerfilter::Value::getProperties(), writerfilter::dmapper::getPropertyName(), SdrObject::GetRotateAngle(), SdrObject::getSdrObjectFromXShape(), SdrObject::GetSnapRect(), writerfilter::Value::getString(), comphelper::SequenceAsHashMap::getValue(), handleWrapTextValue(), writerfilter::dmapper::IMPORT_AS_DETECTED_ANCHOR, writerfilter::dmapper::IMPORT_AS_DETECTED_INLINE, SdrObject::isDiagram(), SdrObject::IsGroupObject(), writerfilter::dmapper::lcl_bHasGroupSlantedChild(), lcl_correctWord2007EffectExtent(), writerfilter::dmapper::lcl_doMSOWidthHeightSwap(), lcl_expandRectangleByEffectExtent(), tools::Rectangle::Left(), m_pImpl, m_xGraphicObject, m_xShape, o3tl::mm100, writerfilter::dmapper::NONE, comphelper::string::padToLength(), ProcessShapeOptions(), writerfilter::dmapper::PROP_ANCHOR_TYPE, writerfilter::dmapper::PROP_FOLLOW_TEXT_FLOW, writerfilter::dmapper::PROP_TEXT_RANGE, putPropertyToFrameGrabBag(), SAL_WARN, SdrObject::TakeXorPoly(), tools::Rectangle::Top(), basegfx::B2DRange::transform(), basegfx::B2DPolyPolygon::transform(), o3tl::twip, basegfx::utils::UnoPointSequenceSequenceToB2DPolyPolygon(), and comphelper::SequenceAsHashMap::update().
|
private |
Definition at line 568 of file GraphicImport.cxx.
References o3tl::convert(), o3tl::emu, m_pImpl, and o3tl::mm100.
Referenced by lcl_attribute().
|
overrideprivatevirtual |
Implements writerfilter::LoggedStream.
Definition at line 1995 of file GraphicImport.cxx.
|
overrideprivatevirtual |
Implements writerfilter::LoggedStream.
Definition at line 1985 of file GraphicImport.cxx.
|
overrideprivatevirtual |
Implements writerfilter::LoggedStream.
Definition at line 1975 of file GraphicImport.cxx.
|
overrideprivatevirtual |
Implements writerfilter::LoggedStream.
Definition at line 2028 of file GraphicImport.cxx.
|
inlineoverrideprivatevirtual |
Implements writerfilter::LoggedStream.
Definition at line 128 of file GraphicImport.hxx.
|
overrideprivatevirtual |
Implements writerfilter::LoggedTable.
Definition at line 1707 of file GraphicImport.cxx.
|
private |
Definition at line 607 of file GraphicImport.cxx.
References oox::drawingml::convertEmuToHmm(), and m_pImpl.
Referenced by lcl_attribute().
|
overrideprivatevirtual |
Definition at line 2010 of file GraphicImport.cxx.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 1509 of file GraphicImport.cxx.
References comphelper::SequenceAsHashMap::end(), comphelper::SequenceAsHashMap::find(), writerfilter::Sprm::getId(), writerfilter::dmapper::WrapPolygonHandler::getPolygon(), writerfilter::Sprm::getProps(), m_pImpl, m_xShape, oox::drawingml::PER_PERCENT, writerfilter::Reference< T >::resolve(), writerfilter::dmapper::resolveSprmProps(), and SAL_WARN.
|
overrideprivatevirtual |
Implements writerfilter::LoggedStream.
Definition at line 1990 of file GraphicImport.cxx.
|
overrideprivatevirtual |
Implements writerfilter::LoggedStream.
Definition at line 1980 of file GraphicImport.cxx.
|
overrideprivatevirtual |
Implements writerfilter::LoggedStream.
Definition at line 1970 of file GraphicImport.cxx.
|
overrideprivatevirtual |
Implements writerfilter::LoggedStream.
Definition at line 2024 of file GraphicImport.cxx.
|
inlineoverrideprivatevirtual |
Implements writerfilter::LoggedStream.
Definition at line 127 of file GraphicImport.hxx.
|
overrideprivatevirtual |
Definition at line 2020 of file GraphicImport.cxx.
|
overrideprivatevirtual |
Definition at line 2015 of file GraphicImport.cxx.
|
overrideprivatevirtual |
Implements writerfilter::LoggedStream.
Definition at line 2000 of file GraphicImport.cxx.
|
overrideprivatevirtual |
Implements writerfilter::LoggedStream.
Definition at line 2005 of file GraphicImport.cxx.
|
private |
Definition at line 1482 of file GraphicImport.cxx.
References writerfilter::Value::getInt(), and m_pImpl.
Referenced by lcl_attribute().
|
private |
Definition at line 509 of file GraphicImport.cxx.
References comphelper::containerToSequence(), m_xShape, and comphelper::sequenceToContainer().
Referenced by lcl_attribute().
|
private |
Definition at line 67 of file GraphicImport.hxx.
Referenced by GetGraphicObjectPosition(), GetLayoutInCell(), handleWrapTextValue(), lcl_attribute(), lcl_correctWord2007EffectExtent(), lcl_expandRectangleByEffectExtent(), lcl_sprm(), and ProcessShapeOptions().
|
private |
Definition at line 69 of file GraphicImport.hxx.
|
private |
Definition at line 72 of file GraphicImport.hxx.
Referenced by GetGraphicObject(), and lcl_attribute().
|
private |
Definition at line 74 of file GraphicImport.hxx.
Referenced by GetGraphicObject(), GetXShapeObject(), lcl_attribute(), lcl_sprm(), and putPropertyToFrameGrabBag().
|
private |
Definition at line 70 of file GraphicImport.hxx.