• Andres Gomez's avatar
    oox: added methods to lock Smart-Art edition · c0e3574c
    Andres Gomez yazdı
    Added the possibility of rendering the basic shapes generated for a
    Smart-Art into a bitmap and replacing them with it in order to not
    letting to edit the Smart-Art. This possibility is controlled using a
    configuration parameter located at Options -> Load/Save -> MS Office
    -> SmartArt to LibreOffice shapes or reverse.
    
    Made the "oox" library to depend on the "drawinglayer" and "svx"
    libraries.
    
    Made the "ooxmlexport" C++ unit tests in the "sw" module to depend on
    the "drawinglayer" and "svx" components.
    
    Fixed to set to diagram type a new "oox::drawingml::Shape"
    representing a Smart-Art in the "getShape" method of the
    "oox::shape::ShapeContextHandler" class.
    
    Added the "keepDiagramCompatibilityInfo" and "renderDiagramToGraphic"
    protected methods to the "oox::drawingml::Shape"
    class. "keepDiagramCompatibilityInfo" is now called after an instance
    of type "FRAMETYPE_DIAGRAM" has added all its children in the
    "addShape" method and the proper setting is in place.
    
    "keepDiagramCompatibilityInfo" substitutes previous similar code in
    the "createAndInsert" method and also calls "renderDiagramToGraphic".
    
    The "renderDiagramToGraphic" renders the basic shapes in a Smart-Art
    into a PNG image and replaces these basic shapes with a new
    "GraphicObjectShape" filled with the new PNG image. It also sets the
    "MoveProtect" and "SizeProtect" properties of the
    "GraphicObjectShape".
    
    Change-Id: Ie4002238ff5fae758a5881b03735bf1f0721ed5b
    Reviewed-on: https://gerrit.libreoffice.org/6059Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
    Tested-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
    c0e3574c
Library_oox.mk 10.6 KB