This is an automated email from the ASF dual-hosted git repository.

ardovm pushed a change to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


    from 40e0812660 Port main/svguno to the component context API.
     new 5ce732665c UNO interface com::sun::star::document::XLinkAuthorizer
     new 7d6c014a87 IFrameObject::load() asks the current document for 
authorization
     new e0fc46adf2 Query our XLinkAuthorizer before calling 
com::sun::star::embed::XLinkCreator::createInstanceLink()
     new 5c70125d8d ScAreaLink::Refresh() asks the document's LinkManager for 
authorization
     new e0779862ef GraphicObject asks for permission before downloading images
     new 08bd0fcd8f XMLBitmapStyleContext asks for permission before loading 
external files
     new e18bcc748d DDE links are subject to authorization

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../source/container/embeddedobjectcontainer.cxx   | 15 +++++++-
 main/offapi/UnoApi_offapi.mk                       |  1 +
 ...rokenPackageRequest.idl => XLinkAuthorizer.idl} | 26 +++++++-------
 main/sc/inc/docuno.hxx                             |  4 +++
 main/sc/source/core/tool/ddelink.cxx               |  8 +++++
 main/sc/source/ui/docshell/arealink.cxx            | 15 ++++++++
 main/sc/source/ui/unoobj/docuno.cxx                | 41 ++++++++++++++++++----
 main/sd/source/ui/inc/unomodel.hxx                 |  5 +++
 main/sd/source/ui/unoidl/unomodel.cxx              | 30 +++++++++++++++-
 main/sfx2/inc/sfx2/linkmgr.hxx                     | 15 ++++++++
 main/sfx2/source/appl/linkmgr2.cxx                 | 36 +++++++++++++++++++
 main/sfx2/source/doc/iframe.cxx                    | 20 ++++++++++-
 main/svtools/source/graphic/grfmgr.cxx             | 34 ++++++++++++++++++
 main/sw/inc/unotxdoc.hxx                           | 26 ++++++++------
 main/sw/source/ui/uno/unotxdoc.cxx                 | 22 ++++++++++++
 main/xmloff/source/style/FillStyleContext.cxx      |  8 +++++
 16 files changed, 274 insertions(+), 32 deletions(-)
 copy main/offapi/com/sun/star/document/{BrokenPackageRequest.idl => 
XLinkAuthorizer.idl} (69%)

Reply via email to