Home
last modified time | relevance | path

Searched refs:handle (Results 101 – 125 of 405) sorted by relevance

12345678910>>...17

/trunk/main/dbaccess/source/ui/dlg/
H A Dfinteraction.cxx65 …void SAL_CALL OFilePickerInteractionHandler::handle( const Reference< XInteractionRequest >& _rxRe… in handle() function in dbaui::OFilePickerInteractionHandler
78 m_xMaster->handle( _rxRequest ); in handle()
/trunk/main/svl/qa/complex/passwordcontainer/
H A DMasterPasswdHandler.java50 public void handle( XInteractionRequest xRequest ) { in handle() method in MasterPasswdHandler
73 m_xHandler.handle( xRequest ); in handle()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DNativeThreadPool.java48 public void detach(Object handle, ThreadId id) { in detach() argument
60 public Object enter(Object handle, ThreadId id) throws Throwable { in enter() argument
/trunk/main/comphelper/source/misc/
H A Dihwrapnofilter.cxx62 …void SAL_CALL OIHWrapNoFilterDialog::handle( const uno::Reference< task::XInteractionRequest >& xR… in handle() function in comphelper::OIHWrapNoFilterDialog
73 m_xInter->handle( xRequest ); in handle()
H A Dstillreadwriteinteraction.cxx132 m_xAuthenticationHandler->handle(xRequest); in intercepted()
158 m_xInterceptedHandler->handle(xRequest); in intercepted()
/trunk/main/sw/source/ui/uno/
H A Dswdetect.cxx232 xInteraction->handle( xRequest ); in detect()
278 xInteraction->handle( aRequest.GetRequest() ); in detect()
287 xInteraction->handle( aNotifyRequest.GetRequest() ); in detect()
/trunk/main/registry/source/
H A Dreflread.cxx1190 void * handle; in createEntry() local
1191 typereg_reader_create(buffer, len, copyBuffer, TYPEREG_VERSION_0, &handle); in createEntry()
1192 return handle; in createEntry()
1214 typereg_Version typereg_reader_getVersion(void * handle) SAL_THROW_EXTERN_C() { in typereg_reader_getVersion() argument
1215 return handle == 0 in typereg_reader_getVersion()
1217 : static_cast< TypeRegistryEntry * >(handle)->getVersion(); in typereg_reader_getVersion()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DProperties.java98 public static PropertyValue createProperty(String name, Object value, int handle) in createProperty() argument
101 pv.Handle = handle; in createProperty()
/trunk/main/ucbhelper/source/provider/
H A Dcancelcommandexecution.cxx69 xIH->handle( xRequest.get() ); in cancelCommandExecution()
108 xIH->handle( xRequest.get() ); in cancelCommandExecution()
/trunk/main/starmath/source/
H A Dsmdetect.cxx227 xInteraction->handle( xRequest ); in detect()
265 xInteraction->handle( aRequest.GetRequest() ); in detect()
273 xInteraction->handle( aNotifyRequest.GetRequest() ); in detect()
/trunk/main/fpicker/source/office/
H A Dfpinteraction.cxx63 …void SAL_CALL OFilePickerInteractionHandler::handle( const Reference< XInteractionRequest >& _rxRe… in handle() function in svt::OFilePickerInteractionHandler
121 m_xMaster->handle(_rxRequest); in handle()
/trunk/main/udkapi/com/sun/star/task/
H A DXInteractionHandler.idl48 // DocMerge from xml: method com::sun::star::task::XInteractionHandler::handle
51 void handle( [in] com::sun::star::task::XInteractionRequest Request );
/trunk/main/offapi/com/sun/star/ucb/
H A DCommandInfo.idl48 /** contains an implementation specific handle for the command.
50 <p>It may be <code>-1</code> if the implementation has no handle.
H A DCommandInfoChangeEvent.idl49 /** contains the implementation handle for the command.
51 <p>May be <code>-1</code> if the implementation has no handle.
/trunk/main/udkapi/com/sun/star/beans/
H A DPropertySetInfoChangeEvent.idl53 /** contains the implementation handle for the property.
55 <p>May be -1 if the implementation has no handle.</p>
H A DPropertyValue.idl54 /** contains an implementation-specific handle for the property.
56 <p>It may be -1 if the implementation has no handle. If available
/trunk/main/dbaccess/source/ext/macromigration/
H A Ddocinteraction.cxx116 m_pData->xHandler->handle( pRequest.get() ); in requestDocumentPassword()
133 m_pData->xHandler->handle( pRequest.get() ); in reportError()
/trunk/main/openssl/
H A Dopenssl.patch27 HMODULE handle = NULL;
35 HMODULE handle = NULL;
/trunk/main/sd/source/filter/
H A Dsddetect.cxx269 xInteraction->handle( xRequest ); in detect()
306 xInteraction->handle( aRequest.GetRequest() ); in detect()
314 xInteraction->handle( aNotifyRequest.GetRequest() ); in detect()
/trunk/main/ucbhelper/source/client/
H A Dinterceptedinteraction.cxx99 void SAL_CALL InterceptedInteraction::handle(const css::uno::Reference< css::task::XInteractionRequ… in handle() function in ucbhelper::InterceptedInteraction
119 m_xInterceptedHandler->handle(xRequest); in impl_handleDefault()
/trunk/main/offapi/com/sun/star/awt/
H A DXSystemDependentMenuPeer.idl47 /** returns a system-specific window handle.
50 a sytem-specific handle to a menu
/trunk/main/javaunohelper/source/
H A Dvm.cxx81 sal_Int64 handle = reinterpret_cast< sal_Int64 >( m_vm_access.get() ); in createInstanceWithContext() local
87 css::uno::makeAny( handle ) ) ) ); in createInstanceWithContext()
/trunk/main/sd/source/filter/grf/
H A Dsdgrffilter.cxx119 …virtual void SAL_CALL handle( const com::sun::star::uno::Reference< com::sun::star::task::XInterac…
127 void SdGRFFilter_ImplInteractionHdl::handle( const com::sun::star::uno::Reference< com::sun::star::… in handle() function in SdGRFFilter_ImplInteractionHdl
137 m_xInter->handle( xRequest ); in handle()
/trunk/main/stoc/test/javavm/jvm_interaction/
H A Dinteractionhandler.cxx80 virtual void SAL_CALL handle( const Reference< XInteractionRequest >& Request )
96 void SAL_CALL InteractionHandler::handle( const Reference< XInteractionRequest >& Request ) in handle() function in InteractionHandler
/trunk/main/ucb/source/ucp/ftp/
H A Dftpcontentprovider.cxx191 CURL* FTPContentProvider::handle() { in handle() function in FTPContentProvider
193 return m_ftpLoaderThread->handle(); in handle()

Completed in 146 milliseconds

12345678910>>...17