Home
last modified time | relevance | path

Searched refs:handle (Results 126 – 150 of 405) sorted by relevance

12345678910>>...17

/trunk/main/reportdesign/source/ui/report/
H A DFormattedFieldBeautifier.cxx156 void FormattedFieldBeautifier::handle( const uno::Reference< uno::XInterface >& _rxElement ) in handle() function in rptui::FormattedFieldBeautifier
164 handle( _rxElement ); in notifyElementInserted()
H A DReportControllerObserver.cxx165 m_aFormattedFieldBeautifier.handle(xReportComponent); in IMPL_LINK()
166 m_aFixedTextColor.handle(xReportComponent); in IMPL_LINK()
/trunk/main/offapi/com/sun/star/awt/
H A DXSystemDependentWindowPeer.idl47 /** returns a system-specific window handle.
50 a sytem-specific handle to a window
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java623 Object handle = _iThreadPool.attach(threadId); in sendRequest() local
636 result = _iThreadPool.enter(handle, threadId); in sendRequest()
639 _iThreadPool.detach(handle, threadId); in sendRequest()
/trunk/main/ucb/source/ucp/ftp/
H A Dtest_ftpurl.cxx66 virtual CURL* handle() { in handle() function in FTPHandleProviderI
67 return p->handle(); in handle()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extensioncmdqueue.cxx169 virtual void SAL_CALL handle( uno::Reference< task::XInteractionRequest > const & xRequest )
351 void ProgressCmdEnv::handle( uno::Reference< task::XInteractionRequest > const & xRequest ) in handle() function in dp_gui::ProgressCmdEnv
487 m_xHandler->handle( xRequest ); in handle()
1147 xCmdEnv->handle( xRequest ); in handleInteractionRequest()
/trunk/main/cli_ure/source/native/
H A Dnative_bootstrap.cxx213 HMODULE handle = LoadLibraryEx(szFullPath, NULL, in loadFromPath() local
218 return handle; in loadFromPath()
/trunk/main/framework/source/fwe/interaction/
H A Dpreventduplicateinteraction.cxx123 void SAL_CALL PreventDuplicateInteraction::handle(const css::uno::Reference< css::task::XInteractio… in handle() function in framework::PreventDuplicateInteraction
158 xHandler->handle(xRequest); in handle()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_stream.cxx37 Stream::Stream( GnomeVFSHandle *handle, in Stream() argument
43 m_handle = handle; in Stream()
/trunk/main/udkapi/com/sun/star/beans/
H A DXFastPropertySet.idl66 contains the implementation handle of the
102 contains the implementation handle of the implementation for the property.
/trunk/main/solenv/bin/modules/installer/
H A Dlogger.pm316 my $handle = select $self->{'file'};
318 select $handle;
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dpropertysetmixin.hxx350 sal_Int32 handle, com::sun::star::uno::Any const & value)
360 sal_Int32 handle)
/trunk/main/dbaccess/source/ui/uno/
H A Ddbinteraction.cxx128 …void SAL_CALL BasicInteractionHandler::handle( const Reference< XInteractionRequest >& i_rRequest … in handle() function in dbaui::BasicInteractionHandler
366 xFallbackHandler->handle( _rxRequest ); in implHandleUnknown()
/trunk/main/toolkit/doc/layout/
H A Dnotes.txt97 + we need a handle we can pass back of some form:
118 + handle MetricField: 'unit' enum etc. - introspection ? or ...
/trunk/main/sc/source/ui/unoobj/
H A Dscdetect.cxx397 xInteraction->handle( xRequest ); in detect()
430 xInteraction->handle( aRequest.GetRequest() ); in detect()
438 xInteraction->handle( aNotifyRequest.GetRequest() ); in detect()
/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx229 …virtual void SAL_CALL handle( const com::sun::star::uno::Reference< com::sun::star::task::XInterac…
245 void SAL_CALL SfxMediumHandler_Impl::handle( const com::sun::star::uno::Reference< com::sun::star::… in handle() function in SfxMediumHandler_Impl
260 m_xInter->handle( xRequest ); in handle()
478 xHandler->handle( xInteractionRequestImpl.get() ); in CheckFileDate()
962 xHandler->handle( xInteractionRequestImpl.get() ); in ShowLockedWebDAVDocumentDialog()
1061 xHandler->handle( xInteractionRequestImpl.get() ); in ShowLockedDocumentDialog()
1229 xHandler->handle( xIgnoreRequestImpl.get() ); in LockOrigFileOnDemand()
1366 xHandler->handle( xIgnoreRequestImpl.get() ); in LockOrigFileOnDemand()
4112 … xHandler->handle(::framework::InteractionRequest::CreateRequest (aRequest,aContinuations)); in CallApproveHandler()
/trunk/main/offapi/com/sun/star/xforms/
H A DXFormsUIHelper1.idl98 // handle instances
111 // handle models
/trunk/main/offapi/com/sun/star/mozilla/
H A DXPluginInstance.idl96 @param filter [in]: a filter string to suggest a component that should handle the document
117 @param filter [in]: a filter string to suggest a component that should handle the document
/trunk/main/desktop/source/app/
H A Dcheck_ext_deps.cxx91 virtual void SAL_CALL handle(
133 void SilentCommandEnv::handle( Reference< task::XInteractionRequest> const & xRequest ) in handle() function in __anoncacbe0410111::SilentCommandEnv
/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_cmdenv.cxx106 virtual void SAL_CALL handle(
226 void CommandEnvironmentImpl::handle( in handle() function in __anon0b28b9920111::CommandEnvironmentImpl
/trunk/main/vcl/aqua/source/app/
H A Dvclnsapp.mm84 // handle Cmd-W
85 // FIXME: the correct solution would be to handle this in framework
121 // #i90083# handle frame switching
/trunk/main/udkapi/com/sun/star/test/
H A DXTest.idl85 Internal test handle. Handle for first test is always 0.
120 Internal test handle. Handle for first test is always 0.
/trunk/main/offapi/com/sun/star/ucb/
H A DUniversalContentBroker.idl164 // The implementation must be able to handle Contents provided
167 // typically can only handle <type>Content</type>s provided by one
/trunk/main/extensions/source/abpilot/
H A Ddatasourcehandling.cxx579 xInteractions->handle( new OInteractionRequest( makeAny( aDetailedError ) ) ); in connect()
584 xInteractions->handle( new OInteractionRequest( makeAny( aException ) ) ); in connect()
/trunk/main/desktop/source/deployment/misc/
H A Ddp_descriptioninfoset.cxx187 virtual void SAL_CALL handle(
318 void FileDoesNotExistFilter::handle( in handle() function in __anon7fe2d8f20111::FileDoesNotExistFilter
335 xInteraction->handle(xRequest); in handle()

Completed in 292 milliseconds

12345678910>>...17