Home
last modified time | relevance | path

Searched refs:methods (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/aoo4110/main/udkapi/com/sun/star/beans/
H A DMethodConcept.idl33 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 DXIntrospection.idl42 /** 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 DPropertyConcept.idl34 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>,
H A DXIntrospectionAccess.idl65 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
/aoo4110/main/offapi/com/sun/star/ucb/
H A DWebDAVHTTPMethod.idl28 /** 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
/aoo4110/main/offapi/com/sun/star/chart2/
H A DXChartShape.idl68 …/** 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…
/aoo4110/main/qadevOOo/runner/basicrunner/
H A DBasicIfcTest.java88 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()
/aoo4110/main/ridljar/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java435 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()
/aoo4110/main/scripting/java/org/openoffice/idesupport/
H A DJavaFinder.java97 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()
/aoo4110/main/qadevOOo/runner/helper/
H A DComplexDescGetter.java91 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()
/aoo4110/main/offapi/com/sun/star/sheet/
H A DSheetCellCursor.idl51 <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 DSpreadsheetDocument.idl140 /** 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 DTableConditionalFormat.idl58 /** 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.
/aoo4110/main/offapi/com/sun/star/sdbc/
H A DKeyRule.idl40 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 DDeferrability.idl36 <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
/aoo4110/main/odk/examples/java/Spreadsheet/
H A DXCalcAddins.idl34 /** 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.
/aoo4110/main/offapi/com/sun/star/accessibility/
H A DXAccessibleExtendedComponent.idl55 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
/aoo4110/main/qadevOOo/runner/util/
H A Ddbg.java125 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()
/aoo4110/main/udkapi/com/sun/star/script/
H A DXEventAttacherManager.idl64 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 DXInvocation2.idl42 about the methods and properties that are accessable via
48 /** returns the names of all methods and properties accessable via XInvocation.
52 /** returns information items for all methods and properties accessable via XInvocation.
H A DInvocationInfo.idl42 (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
/aoo4110/main/oovbaapi/ooo/vba/msforms/
H A DXControls.idl41 …// 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
/aoo4110/main/toolkit/qa/complex/toolkit/
H A DGridControl.java583 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()
/aoo4110/main/offapi/com/sun/star/xml/csax/
H A DXCompressedDocumentHandler.idl54 * All methods in this interface have the same function with methods
57 * Because there is no interface parameter in these methods, so using
/aoo4110/main/udkapi/com/sun/star/reflection/
H A DXIdlClass.idl159 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.

Completed in 174 milliseconds

12345678910>>...16