Home
last modified time | relevance | path

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

12345678910>>...17

/trunk/main/framework/inc/services/
H A Ddesktop.hxx316 …virtual void SAL_CALL handle
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DInteractionHandler.java92 public void handle(com.sun.star.task.XInteractionRequest xRequest) in handle() method in InteractionHandler
/trunk/main/framework/qa/complex/path_settings/
H A DPathSettingsTest.java470 int handle = property.Handle; in checkStringListProperty() local
475 oValue = xFPS.getFastPropertyValue(handle); in checkStringListProperty()
525 xFPS.setFastPropertyValue(handle, aNewValues); in checkStringListProperty()
536 Object oObj = xFPS.getFastPropertyValue(handle); in checkStringListProperty()
547 xFPS.setFastPropertyValue(handle, oValue); in checkStringListProperty()
571 Object checkVal3 = xFPS.getFastPropertyValue(handle); in checkStringListProperty()
591 int handle = property.Handle; in checkStringProperty() local
595 oValue = xFPS.getFastPropertyValue(handle); in checkStringProperty()
616 xFPS.setFastPropertyValue(handle, newVal); in checkStringProperty()
629 xFPS.setFastPropertyValue(handle, newVal); in checkStringProperty()
[all …]
/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/framework/source/interaction/
H A Dquietinteraction.cxx95 void SAL_CALL QuietInteraction::handle( const css::uno::Reference< css::task::XInteractionRequest >… in handle() function in framework::QuietInteraction
/trunk/main/framework/source/loadenv/
H A Dloadenv.cxx1072 xInteraction->handle( InteractionRequest::CreateRequest(aInteraction, lContinuations) ); in impl_furtherDocsAllowed()
/trunk/main/framework/source/services/
H A Ddesktop.cxx1370 void SAL_CALL Desktop::handle( const css::uno::Reference< css::task::XInteractionRequest >& xReques… in handle() function in framework::Desktop
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch972 + // Kludge to handle the fact that we might have gotten the root from the wrong stream.
1023 + // Kludge to handle the fact that we might have gotten the leaf from the wrong stream.
2098 @return Font handle
2179 HFONT hfont; // font handle
/trunk/main/hsqldb/patches/
H A Di121754.patch333 + // handle nulls
/trunk/main/icc/
H A DSampleICC-1.3.2.patch114 - Contains: Utility functions to handle common argument-checking tasks, in a
436 + Contains: Utility functions to handle common argument-checking tasks, in a
/trunk/main/javaunohelper/com/sun/star/comp/juhtest/
H A DSmoketestCommandEnvironment.java95 public void handle( com.sun.star.task.XInteractionRequest xRequest ) in handle() method in InteractionImpl
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java129 protected void registerProperty(String name, int handle, Type type, short attributes, Object id) in registerProperty() argument
131 Property p= new Property(name, handle, type, attributes); in registerProperty()
H A DPropertySetMixin.java465 public void setFastPropertyValue(int handle, Object value) in setFastPropertyValue() argument
469 setProperty(translateHandle(handle), value, false, false, (short) 1); in setFastPropertyValue()
476 public Object getFastPropertyValue(int handle) in getFastPropertyValue() argument
479 return getProperty(translateHandle(handle), null); in getFastPropertyValue()
711 private String translateHandle(int handle) throws UnknownPropertyException { in translateHandle() argument
712 if (handle < 0 || handle >= handleMap.length) { in translateHandle()
713 throw new UnknownPropertyException("bad handle " + handle, object); in translateHandle()
715 return handleMap[handle]; in translateHandle()
/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/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/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
H A DJavaThreadPool.java70 public void detach( Object handle, ThreadId id ) in detach() argument
72 ((JobQueue)handle).release(); in detach()
86 public Object enter( Object handle, ThreadId threadId ) throws Throwable { in enter() argument
87 return ((JobQueue)handle).enter(this); in enter()
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/libtextcat/
H A Dlibtextcat-2.2.patch834 h = (fp_t*)handle;
889 fp_t *h = (fp_t *)handle;
927 extern int fp_Read( void *handle, const char *fname, int maxngrams );
929 extern void fp_Show( void *handle );
933 extern const char *fp_Name( void *handle );
937 extern void fp_Print( void *handle, FILE *fp );
1234 * Returns: handle on success, NULL on error. (At the moment, the
1250 * textcat_Done() - Free up resources for handle
1252 extern void textcat_Done( void *handle );
/trunk/main/more_fonts/prj/
H A Dd.lst3 # TODO: replace explicit versions by wildcard when the build system learns to handle them
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DComponentTreeTraversal.java33 public abstract void handle( Object aFormComponent ) throws java.lang.Exception; in handle() method
66 public void handle( Object aFormComponent ) throws com.sun.star.uno.Exception in handle() method in ComponentTreeTraversal
75 handle( xCont.getByIndex( i ) ); in handle()
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()
H A DDataAwareness.java65 public void handle( Object aFormComponent ) throws com.sun.star.uno.Exception in handle() method in PrintComponentTree
92 super.handle( aFormComponent ); in handle()
109 public void handle( Object aFormComponent ) throws com.sun.star.uno.Exception in handle() method in RevokeButtons
127 super.handle( aFormComponent ); in handle()
184 aPrinter.handle( xContainer ); in enumFormComponents()
891 aRevoke.handle( m_document.getFormComponentTreeRoot( ) ); in cleanUp()
H A DGridFieldValidator.java108 xHandler.handle( aRequest ); in showInvalidValueMessage()
/trunk/main/offapi/com/sun/star/awt/
H A DSystemDependentXWindow.idl46 /** The XWindow handle if possible, otherwise 0.

Completed in 150 milliseconds

12345678910>>...17