Home
last modified time | relevance | path

Searched refs:xInteraction (Results 1 – 24 of 24) sorted by relevance

/trunk/main/sw/source/ui/uno/
H A Dswdetect.cxx95 REFERENCE< XInteractionHandler > xInteraction; in detect() local
163 lDescriptor[nProperty].Value >>= xInteraction; in detect()
219 if ( xInteraction.is() ) in detect()
232 xInteraction->handle( xRequest ); in detect()
266 if ( xInteraction.is() ) in detect()
278 xInteraction->handle( aRequest.GetRequest() ); in detect()
287 xInteraction->handle( aNotifyRequest.GetRequest() ); in detect()
289 …helper::OIHWrapNoFilterDialog > xHandler = new ::comphelper::OIHWrapNoFilterDialog( xInteraction ); in detect()
/trunk/main/starmath/source/
H A Dsmdetect.cxx91 REFERENCE< XInteractionHandler > xInteraction; in detect() local
157 lDescriptor[nProperty].Value >>= xInteraction; in detect()
214 if ( xInteraction.is() ) in detect()
227 xInteraction->handle( xRequest ); in detect()
253 if ( xInteraction.is() ) in detect()
265 xInteraction->handle( aRequest.GetRequest() ); in detect()
273 xInteraction->handle( aNotifyRequest.GetRequest() ); in detect()
/trunk/main/sd/source/filter/
H A Dsddetect.cxx114 Reference< XInteractionHandler > xInteraction; in detect() local
180 lDescriptor[nProperty].Value >>= xInteraction; in detect()
256 if ( xInteraction.is() ) in detect()
269 xInteraction->handle( xRequest ); in detect()
294 if ( xInteraction.is() ) in detect()
306 xInteraction->handle( aRequest.GetRequest() ); in detect()
314 xInteraction->handle( aNotifyRequest.GetRequest() ); in detect()
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx1260 uno::Reference< task::XInteractionHandler > xInteraction; in CheckSecurityOnLoading_Impl() local
1262 xInteraction = GetMedium()->GetInteractionHandler(); in CheckSecurityOnLoading_Impl()
1265 CheckForBrokenDocSignatures_Impl( xInteraction ); in CheckSecurityOnLoading_Impl()
1267 CheckEncryption_Impl( xInteraction ); in CheckSecurityOnLoading_Impl()
1270 pImp->aMacroMode.checkMacrosOnLoading( xInteraction ); in CheckSecurityOnLoading_Impl()
1988 uno::Reference< task::XInteractionHandler > xInteraction; in AdjustMacroMode() local
1990 xInteraction = pMedium->GetInteractionHandler(); in AdjustMacroMode()
1992 CheckForBrokenDocSignatures_Impl( xInteraction ); in AdjustMacroMode()
1994 CheckEncryption_Impl( xInteraction ); in AdjustMacroMode()
1996 return pImp->aMacroMode.adjustMacroMode( xInteraction ); in AdjustMacroMode()
[all …]
H A Ddocfile.cxx232 …er_Impl( com::sun::star::uno::Reference< com::sun::star::task::XInteractionHandler > xInteraction ) in SfxMediumHandler_Impl() argument
233 : m_xInter( xInteraction ) in SfxMediumHandler_Impl()
314 ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler > xInteraction;
2788 if ( pImp->xInteraction.is() ) in GetInteractionHandler()
2789 return pImp->xInteraction; in GetInteractionHandler()
2795 …pImp->xInteraction = ::com::sun::star::uno::Reference< com::sun::star::task::XInteractionHandler >( in GetInteractionHandler()
2797 return pImp->xInteraction; in GetInteractionHandler()
/trunk/main/sc/source/ui/unoobj/
H A Dscdetect.cxx259 REFERENCE< XInteractionHandler > xInteraction; in detect() local
326 lDescriptor[nProperty].Value >>= xInteraction; in detect()
384 if ( xInteraction.is() ) in detect()
397 xInteraction->handle( xRequest ); in detect()
418 if ( xInteraction.is() ) in detect()
430 xInteraction->handle( aRequest.GetRequest() ); in detect()
438 xInteraction->handle( aNotifyRequest.GetRequest() ); in detect()
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx1883 aIter->xInteraction->setControllerPosition( aIter->aPosition ); in NbcResize()
1887 …aIter->xInteraction->setControllerPosition( com::sun::star::awt::Point( nX, aIter->xInteraction->g… in NbcResize()
1892 …aIter->xInteraction->setControllerPosition( com::sun::star::awt::Point( aIter->xInteraction->getPo… in NbcResize()
2312 aIter->xInteraction->setControllerPosition( aIter->aPosition ); in DragResizeCustomShape()
2332 …aIter->xInteraction->setControllerPosition( com::sun::star::awt::Point( nX, aIter->xInteraction->g… in DragResizeCustomShape()
2353 …aIter->xInteraction->setControllerPosition( com::sun::star::awt::Point( aIter->xInteraction->getPo… in DragResizeCustomShape()
2370 if ( aInteractionHandle.xInteraction.is() ) in DragMoveCustomShapeHdl()
2391 if ( aIter->xInteraction.is() ) in DragMoveCustomShapeHdl()
2397 aInteractionHandle.xInteraction->setControllerPosition( aPt ); in DragMoveCustomShapeHdl()
2804 aIter->xInteraction->setControllerPosition( aIter->aPosition ); in NbcAdjustTextFrameWidthAndHeight()
[all …]
/trunk/main/sfx2/source/view/
H A Dfrmload.cxx269xInteraction = io_rDescriptor.getOrDefault( "InteractionHandler", Reference< XInteractionHandler >… in impl_determineFilter() local
287 if ( !pFilter && xInteraction.is() && sURL.getLength() ) in impl_determineFilter()
289 ::rtl::OUString sSelectedFilter = impl_askForFilter_nothrow( xInteraction, sURL ); in impl_determineFilter()
394 const Reference< XInteractionHandler > xInteraction = in impl_handleCaughtError_nothrow() local
396 if ( !xInteraction.is() ) in impl_handleCaughtError_nothrow()
402 const Reference< XInteractionHandler2 > xHandler( xInteraction, UNO_QUERY ); in impl_handleCaughtError_nothrow()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DRecordParser.java56 XInteractionHandler xInteraction; field in RecordParser
82 xInteraction = UnoRuntime.queryInterface(XInteractionHandler.class, oInteraction); in getInterfaces()
220 xExecute.executeWithCompletion(xInteraction); in executeCommand()
/trunk/main/comphelper/source/misc/
H A Dihwrapnofilter.cxx37 …apNoFilterDialog::OIHWrapNoFilterDialog( uno::Reference< task::XInteractionHandler > xInteraction ) in OIHWrapNoFilterDialog() argument
38 :m_xInter( xInteraction ) in OIHWrapNoFilterDialog()
H A Dmediadescriptor.cxx645 css::uno::Reference< css::task::XInteractionHandler > xInteraction = getUnpackedValueOrDefault( in impl_openStreamWithPostData() local
649 …::ucbhelper::CommandEnvironment* pCommandEnv = new ::ucbhelper::CommandEnvironment(xInteraction, x… in impl_openStreamWithPostData()
720 …css::uno::Reference< css::task::XInteractionHandler > xInteraction(static_cast< css::task::XIntera… in impl_openStreamWithURL() local
723 …::ucbhelper::CommandEnvironment* pCommandEnv = new ::ucbhelper::CommandEnvironment(xInteraction, x… in impl_openStreamWithURL()
/trunk/main/desktop/source/deployment/misc/
H A Ddp_descriptioninfoset.cxx330 Reference<css::task::XInteractionHandler> xInteraction; in handle() local
332 xInteraction = m_xCommandEnv->getInteractionHandler(); in handle()
334 if (xInteraction.is()) { in handle()
335 xInteraction->handle(xRequest); in handle()
/trunk/main/cui/source/dialogs/
H A Dinsdlg.cxx346 uno::Reference< task::XInteractionHandler > xInteraction; in Execute() local
349 xInteraction = uno::Reference< task::XInteractionHandler >( in Execute()
354 if ( xInteraction.is() ) in Execute()
357 aMedium[1].Value <<= xInteraction; in Execute()
/trunk/main/dbaccess/source/core/dataaccess/
H A DModelImpl.cxx1203 Reference< XInteractionHandler > xInteraction; in checkMacrosOnLoading() local
1204 xInteraction = m_aMediaDescriptor.getOrDefault( "InteractionHandler", xInteraction ); in checkMacrosOnLoading()
1205 return m_aMacroMode.checkMacrosOnLoading( xInteraction ); in checkMacrosOnLoading()
/trunk/main/filter/source/config/cache/
H A Dtypedetection.cxx1072 css::uno::Reference< css::task::XInteractionHandler > xInteraction = in impl_askUserForTypeAndFilterIfAllowed() local
1076 if (!xInteraction.is()) in impl_askUserForTypeAndFilterIfAllowed()
1103 xInteraction->handle(aRequest.GetRequest()); in impl_askUserForTypeAndFilterIfAllowed()
/trunk/main/desktop/source/app/
H A Ddispatchwatcher.cxx169 Reference < com::sun::star::task::XInteractionHandler > xInteraction( in executeDispatchRequests() local
174 aArgs[1].Value <<= xInteraction; in executeDispatchRequests()
/trunk/main/sd/source/filter/grf/
H A Dsdgrffilter.cxx110 …onHdl( com::sun::star::uno::Reference< com::sun::star::task::XInteractionHandler > xInteraction ) : in SdGRFFilter_ImplInteractionHdl() argument
111 m_xInter( xInteraction ), in SdGRFFilter_ImplInteractionHdl()
/trunk/main/sw/source/filter/xml/
H A Dxmltexti.cxx589 uno::Reference< task::XInteractionHandler > xInteraction = in createAndInsertOOoLink() local
591 if ( xInteraction.is() ) in createAndInsertOOoLink()
595 aMediaDescriptor[1].Value <<= xInteraction; in createAndInsertOOoLink()
/trunk/main/svx/source/unodraw/
H A Dunoshap4.cxx517 uno::Reference< task::XInteractionHandler > xInteraction = pPersist->getInteractionHandler(); in createLink() local
518 if ( xInteraction.is() ) in createLink()
522 aMediaDescr[1].Value <<= xInteraction; in createLink()
/trunk/main/sfx2/source/appl/
H A Dshutdownicon.cxx437 Reference < com::sun::star::task::XInteractionHandler > xInteraction( in IMPL_STATIC_LINK() local
442 aArgs[0].Value <<= xInteraction; in IMPL_STATIC_LINK()
/trunk/main/comphelper/inc/comphelper/
H A Dihwrapnofilter.hxx60 …Dialog( com::sun::star::uno::Reference< com::sun::star::task::XInteractionHandler > xInteraction );
/trunk/main/framework/source/loadenv/
H A Dloadenv.cxx1048 …css::uno::Reference< css::task::XInteractionHandler > xInteraction = m_lMediaDescriptor.getUnpacke… in impl_furtherDocsAllowed() local
1054 if (xInteraction.is()) in impl_furtherDocsAllowed()
1072 xInteraction->handle( InteractionRequest::CreateRequest(aInteraction, lContinuations) ); in impl_furtherDocsAllowed()
/trunk/main/svx/inc/svx/
H A Dsvdoashp.hxx73 com::sun::star::uno::Reference< com::sun::star::drawing::XCustomShapeHandle > xInteraction; member
/trunk/main/basctl/source/basicide/
H A Dmoduldl2.cxx1236 OLibCommandEnvironment( Reference< task::XInteractionHandler > xInteraction ) in OLibCommandEnvironment() argument
1237 : mxInteraction( xInteraction ) in OLibCommandEnvironment()

Completed in 149 milliseconds