Home
last modified time | relevance | path

Searched refs:handle (Results 76 – 100 of 405) sorted by relevance

12345678910>>...17

/trunk/main/offapi/com/sun/star/awt/
H A DXDialogProvider2.idl49 to handle dialog events.
55 is the interface that will be called to handle the Events that
61 xHandler can handle events in two different ways:
74 is always called first to handle the event. Only if the event cannot be
H A DXContainerWindowProvider.idl64 is the interface that will be called to handle the Events that
70 xHandler can handle events in two different ways:
83 is always called first to handle the event. Only if the event cannot be
/trunk/main/offapi/com/sun/star/ucb/
H A DCommand.idl48 /** contains an implementation specific handle for the command.
50 <p>It must be <code>-1</code> if the implementation has no handle.
51 <code>0</code> is a valid command handle.
H A DXCommandInfo.idl81 specifies the handle of the requested command.
105 <TRUE/> if a command with the specified handle is supported;
109 specifies the handle of the requested command.
/trunk/main/offapi/com/sun/star/drawing/
H A DXCustomShapeHandle.idl46 /** is getting the actual handle position
49 a the actual handle position
53 /** is setting a new position for the handle
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DControlLock.java68 public void handle( Object aFormComponent ) throws com.sun.star.uno.Exception in handle() method in LockControlModels
89 super.handle( aFormComponent ); in handle()
133 aLocker.handle( m_xForm ); in updateLocks()
/trunk/main/apple_remote/source/
H A DHIDRemoteControlDevice.m297 // happen when the main thread is too busy to handle all incoming events in time.
400 IOHIDDeviceInterface122** handle = (IOHIDDeviceInterface122**)hidDeviceInterface;
409 if (!handle || !(*handle)) return NO;
415 success = (*handle)->copyMatchingElements(handle, NULL, (CFArrayRef*)&elements);
/trunk/main/desktop/win32/source/rebase/
H A Drebase.cxx54 bool IsValidHandle( HANDLE handle ) in IsValidHandle() argument
56 return ((NULL != handle) && (INVALID_HANDLE_VALUE != handle)); in IsValidHandle()
/trunk/main/shell/source/backends/gconfbe/
H A Dgconfaccess.cxx105 oslFileHandle handle; in xdg_user_dir_lookup() local
129 if(osl_File_E_None == osl_openFile(aConfigFileURL.pData, &handle, osl_File_OpenFlag_Read)) in xdg_user_dir_lookup()
132 while (osl_File_E_None == osl_readLine(handle , (sal_Sequence **)&seq)) in xdg_user_dir_lookup()
194 osl_closeFile(handle); in xdg_user_dir_lookup()
/trunk/main/udkapi/com/sun/star/beans/
H A DProperty.idl58 /** contains an implementation-specific handle for the property.
60 <p> It may be -1 if the implementation has no handle. You can use
61 this handle to get values from the <type>XFastPropertySet</type>.</p>
H A DPropertyChangeEvent.idl65 /** contains the implementation handle for the property.
67 <p>May be -1 if the implementation has no handle. You can use
68 this handle to get values from the <type>XFastPropertySet</type>.</p>
H A DPropertyStateChangeEvent.idl65 /** contains the implementation handle for the property.
67 <p>It may be -1 if the implementation has no handle. You can use this
68 handle to get values from the <type>XFastPropertySet</type>
/trunk/main/reportdesign/source/ui/report/
H A DFixedTextColor.cxx148 handle(xComponent); in notifyPropertyChange()
168 handle(_rxElement); in notifyElementInserted()
172 void FixedTextColor::handle( const uno::Reference< uno::XInterface >& _rxElement ) in handle() function in rptui::FixedTextColor
/trunk/main/shell/source/win32/shlxthandler/util/
H A Dutilities.cxx113 int handle; in SaveDebugInfoToFile() local
115 if ((handle = open("c:\\temp\\SHELLRESULT.$$$", O_CREAT | O_RDWR | O_APPEND )) == -1) in SaveDebugInfoToFile()
120 write(handle, str.c_str(), str.length() ); in SaveDebugInfoToFile()
121 close(handle); in SaveDebugInfoToFile()
/trunk/main/solenv/bin/modules/installer/patch/
H A DInstallationSet.pm414 my $handle = select STDOUT;
416 select $handle;
467 $handle = select STDOUT;
469 select $handle;
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx363 void handle( const Reference<XInteractionRequest >& Request );
545 handle( const Reference<XInteractionRequest >& Request )
627 ModeratorsInteractionHandler::handle( in handle() function in utl::ModeratorsInteractionHandler
635 m_aModerator.handle(Request); in handle()
740 void Moderator::handle( const Reference<XInteractionRequest >& Request ) in handle() function in utl::Moderator
1077 xInteract->handle(xIR); in UCBOpenContentSync()
1097 xInteract->handle(Request); in UCBOpenContentSync()
/trunk/main/dtrans/source/os2/clipb/
H A DOS2Bitmap.cxx240 ULONG handle = WinQueryClipbrdData( hAB, CF_BITMAP); in main() local
241 if (handle) { in main()
244 if (OS2HandleToOOoBmp( handle, &winDIBStream) == 1) { in main()
/trunk/main/writerfilter/inc/resourcemodel/
H A DTableManager.hxx460 void openCell(const T & handle, PropertiesPointer pProps);
465 void closeCell(const T & handle);
508 virtual void handle(const T & rHandle);
683 void TableManager<T, PropertiesPointer>::handle(const T & rHandle) in handle() function in writerfilter::TableManager
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DWindowsAccessBridgeAdapter.java168 public static void registerTopWindow(int handle, XAccessible xAccessible) { in registerTopWindow() argument
169 Integer hwnd = new Integer(handle); in registerTopWindow()
206 public static void revokeTopWindow(int handle, XAccessible xAccessible) { in revokeTopWindow() argument
207 Integer hwnd = new Integer(handle); in revokeTopWindow()
/trunk/main/sal/systools/win32/kill/
H A Dkill.cxx61 static inline bool IsValidHandle( HANDLE handle ) in IsValidHandle() argument
63 return INVALID_HANDLE_VALUE != handle && NULL != handle; in IsValidHandle()
/trunk/main/offapi/com/sun/star/deployment/
H A DXPackageRegistry.idl41 /** binds a package URL to a <type>XPackage</type> handle.
42 The returned UNO package handle ought to late-initialize itself,
95 <type>XPackage</type> handle
H A DXPackageManager.idl122 <type>XPackage</type> handle
148 <type>XPackage</type> handle
188 <type>XPackage</type> handle
240 Normally one would call a method and handle the exception
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DIThreadPool.java77 public void detach( Object handle, ThreadId id ); in detach() argument
97 public Object enter( Object handle, ThreadId id ) throws Throwable; in enter() argument
/trunk/main/unixODBC/inc/
H A Dsqlucode.h218 SQLHANDLE handle,
227 SQLHANDLE handle,
543 SQLHANDLE handle,
552 SQLHANDLE handle,
/trunk/main/vos/inc/vos/
H A Drefobj.hxx74 ORefObj(const ORefObj<T>& handle);
75 ORefObj<T>& SAL_CALL operator= (const ORefObj<T>& handle);

Completed in 61 milliseconds

12345678910>>...17