Home
last modified time | relevance | path

Searched refs:xLinkAuthorizer (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/sfx2/source/doc/
H A Diframe.cxx151 uno::Reference< com::sun::star::document::XLinkAuthorizer > xLinkAuthorizer; in load() local
157 xLinkAuthorizer.set( xComponent, uno::UNO_QUERY ); in load()
160 if ( xLinkAuthorizer.is() ) { in load()
161 if ( !xLinkAuthorizer->authorizeLinks( sURL ) ) in load()
/AOO41X/main/sc/source/core/tool/
H A Dddelink.cxx263 …::com::sun::star::uno::Reference< ::com::sun::star::document::XLinkAuthorizer > xLinkAuthorizer( p… in TryUpdate()
264 if ( xLinkAuthorizer.is() ) { in TryUpdate()
265 if ( !xLinkAuthorizer->authorizeLinks( aTopic ) ) { in TryUpdate()
/AOO41X/main/xmloff/source/style/
H A DFillStyleContext.cxx196 …uno::Reference< document::XLinkAuthorizer > xLinkAuthorizer( GetImport().GetModel(), uno::UNO_QUER… in EndElement() local
197 if ( xLinkAuthorizer.is() ) { in EndElement()
198 if ( !xLinkAuthorizer->authorizeLinks( sURL ) ) { in EndElement()
H A Dxmlnumi.cxx1225 …uno::Reference< com::sun::star::document::XLinkAuthorizer > xLinkAuthorizer( GetImport().GetModel(… in FillUnoNumRule() local
1226 if ( xLinkAuthorizer.is() ) { in FillUnoNumRule()
1227 if ( !xLinkAuthorizer->authorizeLinks( aURL ) ) in FillUnoNumRule()
/AOO41X/main/svtools/source/graphic/
H A Dgrfmgr.cxx1466 …uno::Reference< com::sun::star::document::XLinkAuthorizer > xLinkAuthorizer( xModel, uno::UNO_QUER… in CreateGraphicObjectFromURL() local
1467 if ( xLinkAuthorizer.is() ) { in CreateGraphicObjectFromURL()
1468 if ( !xLinkAuthorizer->authorizeLinks( aURL ) ) in CreateGraphicObjectFromURL()
/AOO41X/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx683 …uno::Reference< com::sun::star::document::XLinkAuthorizer > xLinkAuthorizer( model, uno::UNO_QUERY… in InsertEmbeddedLink() local
684 if ( xLinkAuthorizer.is() ) { in InsertEmbeddedLink()
685 if ( !xLinkAuthorizer->authorizeLinks( aURL ) ) in InsertEmbeddedLink()