/aoo42x/main/udkapi/com/sun/star/beans/ |
H A D | MethodConcept.idl | 33 introspection which apply to methods. 45 /** This value is used to query for all methods, see 52 /** specifies methods which can result in an unstable state 59 /** specifies methods which are used to set and get the 62 <p>These methods have the signature <code>type get...() 69 /** specifies methods of the <em>listener concept</em>. 71 <p>These methods have the signature <code>add...Listener() 77 /** specifies methods of the <em>enumeration concept</em>. 79 <p>These methods have the signature 91 <p>These methods have the signature [all …]
|
H A D | XIntrospection.idl | 42 /** allows the inspection of an object's properties and methods. 74 <dt>get/set methods </dt> 95 access methods in the form <code>add...Listener</code>/ 96 <code>remove...Listener</code> (except methods of interface 101 a listener access nor which are methods of <type>XPropertySet</type>, 105 methods. </p>
|
H A D | XIntrospectionAccess.idl | 65 properties and methods as detected in the introspection 67 methods directly using this interface but it provides 240 /** returns a sequence of methods of the introspected object. 243 all methods of the introspected object which accord 258 <p>If the introspected object has the methods
|
H A D | PropertyConcept.idl | 34 methods which represent attributes. 76 /** specifies all properties which are represented by getter or setter methods. 78 <p>These methods have the signature <code>type get...()</code>,
|
/aoo42x/main/offapi/com/sun/star/ucb/ |
H A D | WebDAVHTTPMethod.idl | 28 /** Standard WebDAV/HTTP methods. 79 /** WebDAV methods as defined in 84 /** WebDAV methods as defined in 89 /** WebDAV methods as defined in 94 /** WebDAV methods as defined in 99 /** WebDAV methods as defined in 104 /** WebDAV methods as defined in 109 /** WebDAV methods as defined in
|
/aoo42x/main/offapi/com/sun/star/chart2/ |
H A D | XChartShape.idl | 68 …/** the method corresponds to the identical methods of the interface com::sun::star::beans::XPrope… 78 …/** the method corresponds to the identical methods of the interface com::sun::star::beans::XPrope… 85 …/** the method corresponds to the identical methods of the interface com::sun::star::drawing::XSha… 90 …/** the method corresponds to the identical methods of the interface com::sun::star::drawing::XSha… 95 …/** the method corresponds to the identical methods of the interface com::sun::star::drawing::XSha… 100 …/** the method corresponds to the identical methods of the interface com::sun::star::drawing::XSha… 106 …/** the method corresponds to the identical methods of the interface com::sun::star::drawing::XSha…
|
/aoo42x/main/qadevOOo/runner/basicrunner/ |
H A D | BasicIfcTest.java | 88 DescEntry methods[] = xTestedEntry.SubEntries; in run() local 90 String names[] = new String[methods.length + 1]; in run() 91 boolean isOpt[] = new boolean[methods.length + 1]; in run() 108 names[i] = methods[i - 1].entryName; in run() 109 isOpt[i] = methods[i - 1].isOptional; in run()
|
/aoo42x/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/ |
H A D | TypeDescription.java | 435 Method[] methods = zClass.getDeclaredMethods(); in initMethodDescriptions() local 445 Method getter = findMethod(methods, getterName); in initMethodDescriptions() 457 Method setter = findMethod(methods, setterName); in initMethodDescriptions() 472 Method method = findMethod(methods, info.getName()); in initMethodDescriptions() 623 private Method findMethod(Method[] methods, String name) { in findMethod() argument 624 for (int i = 0; i < methods.length; ++i) { in findMethod() 625 if (methods[i].getName().equals(name)) { in findMethod() 626 return methods[i]; in findMethod()
|
/aoo42x/main/scripting/java/org/openoffice/idesupport/ |
H A D | JavaFinder.java | 97 Method[] methods = clazz.getDeclaredMethods(); in findMethods() local 98 for (int k = 0; k < methods.length; k++) in findMethods() 100 if (Modifier.isPublic(methods[k].getModifiers())) in findMethods() 102 Class[] params = methods[k].getParameterTypes(); in findMethods() 109 methods[k].getName(), parcelName); in findMethods()
|
/aoo42x/main/qadevOOo/runner/helper/ |
H A D | ComplexDescGetter.java | 91 Vector methods = new Vector(); in getDescriptionForSingleJob() local 104 methods.add(meth); in getDescriptionForSingleJob() 107 methodNames = new String[methods.size()]; in getDescriptionForSingleJob() 108 methodNames = (String[]) methods.toArray(methodNames); in getDescriptionForSingleJob()
|
/aoo42x/main/offapi/com/sun/star/sdbc/ |
H A D | KeyRule.idl | 40 objects returned by the methods 74 objects returned by the methods 106 objects returned by the methods 134 objects returned by the methods 160 objects returned by the methods
|
H A D | Deferrability.idl | 36 <code>XResultSet</code> objects returned by the methods 49 <code>XResultSet</code> objects returned by the methods 59 <code>XResultSet</code> objects returned by the methods
|
/aoo42x/main/offapi/com/sun/star/sheet/ |
H A D | SheetCellCursor.idl | 51 <p>A cursor is a cell range which provides additional methods to move 58 /** provides common methods to control the position of the cursor. 71 /** provides advanced methods to control the position of the cursor. 77 /** provides methods to find the used area of the entire sheet.
|
H A D | SpreadsheetDocument.idl | 140 /** provides methods to create instances of several spreadsheet 147 /** provides common methods for a document model. 156 /** provides methods to control the automatic update of cell contents. 169 /** provides methods to protect and unprotect the document. 193 /** provides methods to perform a data consolidation.
|
H A D | TableConditionalFormat.idl | 58 /** provides methods to insert and remove conditions and to access 67 /** provides methods to access the condition via name. 86 /** provides methods to access the contained conditional entries by index.
|
/aoo42x/main/odk/examples/java/Spreadsheet/ |
H A D | XCalcAddins.idl | 34 /** Interface with your additional methods. 36 You may declare several methods. Each method may have 46 /** Declare your methods: 47 This is where you could add the declarations of your methods.
|
/aoo42x/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleExtendedComponent.idl | 55 additional methods to those of the <type>XAccessibleComponent</type> 56 interface. These methods provide information that is used not as often. The 58 frequently used methods of the <type>XAccessibleComponent</type> 64 combines methods from the Java interfaces
|
/aoo42x/main/qadevOOo/runner/util/ |
H A D | dbg.java | 125 Method[] methods = zClass.getDeclaredMethods(); in printInterfaceInfo() local 126 for (int i=0; i<methods.length; i++) { in printInterfaceInfo() 127 System.out.println("\t" + methods[i].getReturnType().getName() in printInterfaceInfo() 128 + " " + methods[i].getName() + "()"); in printInterfaceInfo()
|
/aoo42x/main/udkapi/com/sun/star/script/ |
H A D | XEventAttacherManager.idl | 64 that can be thrown by methods of <type>XEventAttacher</type> are caught 84 that can be thrown by methods of <type>XEventAttacher</type> are caught 107 that can be thrown by methods of <type>XEventAttacher</type> are caught 172 that can be thrown by methods of <type>XEventAttacher</type> are caught 188 that can be thrown by methods of <type>XEventAttacher</type> are caught
|
H A D | XInvocation2.idl | 42 about the methods and properties that are accessible via 48 /** returns the names of all methods and properties accessible via XInvocation. 52 /** returns information items for all methods and properties accessible via XInvocation.
|
H A D | InvocationInfo.idl | 42 (methods or properties) accessed via XInvocation, such as names, 67 For methods this field is irrelevant and is set to 0. 71 /** Type of the member, for methods the return type
|
/aoo42x/main/toolkit/qa/complex/toolkit/ |
H A D | GridControl.java | 583 final Method[] methods = XGridColumn.class.getMethods(); in impl_assertEquality() local 584 for ( int m=0; m<methods.length; ++m ) in impl_assertEquality() 586 if ( !methods[m].getName().startsWith( "get" ) ) in impl_assertEquality() 590 final Object referenceValue = methods[m].invoke( i_reference ); in impl_assertEquality() 591 final Object compareValue = methods[m].invoke( i_compare ); in impl_assertEquality() 592 …assertEquals( "grid column comparison: column attribute '" + methods[m].getName().substring(3) + "… in impl_assertEquality()
|
/aoo42x/main/oovbaapi/ooo/vba/msforms/ |
H A D | XControls.idl | 41 …// the following two methods should be actually part of XCollection, but at least Add conflicts wi… 42 // methods in the derived from XCollection interfaces 43 // thus the methods are declared in the top-level interface
|
/aoo42x/main/offapi/com/sun/star/xml/csax/ |
H A D | XCompressedDocumentHandler.idl | 39 * All methods in this interface have the same function with methods 42 * Because there is no interface parameter in these methods, so using
|
/aoo42x/main/udkapi/com/sun/star/reflection/ |
H A D | XIdlClass.idl | 159 a method with the demanded name (including inherited methods), 170 a sequence of <type>XIdlMethod</type> interfaces reflecting all methods 171 of the interface. This also includes the inherited methods of the interface. 174 does not have any methods, then a null-reference is returned.
|