Home
last modified time | relevance | path

Searched refs:method (Results 1 – 25 of 891) sorted by relevance

12345678910>>...36

/trunk/main/extensions/test/ole/AxTestComponents/
H A DAxTestComponents.idl43 [id(3), helpstring("method inLong")] HRESULT inLong([in] long val);
90 [id(43), helpstring("method mixed1")] HRESULT mixed1(
123 [id(72), helpstring("method optional1")]
125 [id(73), helpstring("method optional2")]
127 [id(74), helpstring("method optional3")]
129 [id(75), helpstring("method optional4")]
131 [id(76), helpstring("method optional5")]
136 [id(77), helpstring("method defaultvalue1")]
152 [id(78), helpstring("method defaultvalue2")]
158 [id(79), helpstring("method varargfunc1"),vararg]
[all …]
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DXCallback_Impl.idl40 [id(1), helpstring("method func1")] HRESULT func1();
57 [id(7), helpstring("method outEnum")] HRESULT outEnum([out] long* outEnum);
59 [id(9), helpstring("method outAny")] HRESULT outAny([out] VARIANT* outAny);
61 [id(11), helpstring("method outChar")] HRESULT outChar([out] short* outChar);
63 [id(13), helpstring("method outFloat")] HRESULT outFloat([out] float* outFloat);
65 [id(16), helpstring("method outShort")] HRESULT outShort([out] short *outShort);
66 [id(17), helpstring("method outLong")] HRESULT outLong([out] long* outLong);
81 [id(34), helpstring("method inoutValueAll")] HRESULT inoutValuesAll(
111 [id(1), helpstring("method func")] HRESULT func( [in] BSTR message);
112 [id(2), helpstring("method func2")] HRESULT func2([in] BSTR message);
[all …]
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A DUAccCOM.idl37 [id(1), helpstring("method Put_XAccName")] HRESULT Put_XAccName(const OLECHAR* pszName);
38 [id(2), helpstring("method Put_XAccRole")] HRESULT Put_XAccRole(unsigned short pRole);
39 [id(3), helpstring("method DecreaseState")] HRESULT DecreaseState(DWORD pXSate);
40 [id(4), helpstring("method IncreaseState")] HRESULT IncreaseState(DWORD pXSate);
43 [id(7), helpstring("method SetState")] HRESULT SetState(DWORD pXSate);
45 [id(9), helpstring("method Put_XAccFocus")] HRESULT Put_XAccFocus(long dChildID);
48 [id(14), helpstring("method Put_XAccChildID")] HRESULT Put_XAccChildID(long dChildID);
53 [id(25), helpstring("method Put_XAccAgent")] HRESULT Put_XAccAgent(long pAgent);
54 [id(26), helpstring("method NotifyDestroy")] HRESULT NotifyDestroy(BOOL isDestroy);
66 [id(1), helpstring("method ClearEnumeration")] HRESULT ClearEnumeration();
[all …]
/trunk/main/unodevtools/source/skeletonmaker/
H A Djavatypemaker.cxx234 typereg::Reader const & reader, sal_uInt16 method) in printExceptionSpecification() argument
236 if ( reader.getMethodExceptionCount(method) > 0 ) { in printExceptionSpecification()
256 sal_uInt16 method, in printSetPropertyMixinBody() argument
409 sal_uInt16 method = 0; in printMethods() local
432 RTMethodMode mm = reader.getMethodFlags(method); in printMethods()
434 OUString mn = reader.getMethodName(method); in printMethods()
437 if ( method < reader.getMethodCount() in printMethods()
483 if ( method < reader.getMethodCount() in printMethods()
508 if (setAttrMethod) ++method; in printMethods()
511 for ( ; method < reader.getMethodCount(); ++method ) { in printMethods()
[all …]
H A Dcpptypemaker.cxx228 reader.getMethodParameterTypeName(method, i)), in printMethodParameters()
235 reader.getMethodParameterName(method, i)), in printMethodParameters()
243 typereg::Reader const & reader, sal_uInt16 method) in printExceptionSpecification() argument
247 if (reader.getMethodExceptionCount(method) > 0) { in printExceptionSpecification()
261 sal_uInt16 method) in printSetPropertyMixinBody() argument
484 sal_uInt16 method = 0; in printMethods() local
499 if (method < reader.getMethodCount() in printMethods()
553 if (method < reader.getMethodCount() in printMethods()
587 for (; method < reader.getMethodCount(); ++method) { in printMethods()
634 reader.getMethodName(method)).getStr()) in printMethods()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DMultiMethodTest.java337 protected boolean isCalled(String method) in isCalled() argument
339 return methCalled.contains(method); in isCalled()
350 executeMethod(method); in requiredMethod()
366 if (!isCalled(method)) in executeMethod()
368 log.println("Execute: " + method); in executeMethod()
369 callMethod(method); in executeMethod()
370 log.println(method + ": " + tRes.getStatusFor(method)); in executeMethod()
378 protected void callMethod(String method) in callMethod() argument
380 methCalled.add(method); in callMethod()
381 invokeTestMethod(getMethodFor(method), method); in callMethod() local
[all …]
H A DTestResult.java53 public boolean tested( String method, boolean result) { in tested() argument
54 System.out.println("Method "+method+" finished with state "+(result?"OK":"FAILED")); in tested()
55 return tested( method, Status.passed( result ) ); in tested()
69 public boolean tested( String method, Status status ) { in tested() argument
70 testedMethods.put(method,status); in tested()
86 public boolean hasMethod( String method ) { in hasMethod() argument
87 return testedMethods.containsKey( method ); in hasMethod()
98 public Status getStatusFor( String method ) { in getStatusFor() argument
99 return (Status)testedMethods.get( method ); in getStatusFor()
/trunk/main/extensions/source/activex/msidl/
H A Dso_activex.idl53 [id(1), helpstring("method getWindowHandle")]
58 [id(2), helpstring("method getToolkit")]
61 [id(3), helpstring("method setPointer")]
64 [id(4), helpstring("method setBackground")]
67 [id(5), helpstring("method invalidate")]
70 [id(6), helpstring("method invalidateRect")]
73 [id(7), helpstring("method dispose")]
76 [id(8), helpstring("method addEventListener")]
111 [id(5), helpstring("method queryDispatch")]
124 [id(7), helpstring("method dispatch")]
[all …]
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleComponent.idl75 <method>getLocationOnScreen</method> function.</li>
78 system is used instead. Used by the <method>getLocation</method>
82 by the <method>containsPoint</method> and
83 <method>getAccessibleAtPoint</method> functions.</li>
111 returned by the <method>getBounds</method>. The scale of the
132 <method>getBounds</method>. The scale of the coordinate
150 <method>getSize</method> return the same information. With method
151 <method>getLocationOnScreen</method> you can get the bound box
180 <p>This method returns the same point as does the method
181 <method>getLocation</method>. The difference is that the
[all …]
/trunk/main/offapi/com/sun/star/embed/
H A DStorage.idl121 <dt><method>XStorage::openStreamElement</method></dt>
124 This method returns <type>StorageStream</type>
138 <dt><method>XStorage::openEncryptedStreamElement</method></dt>
149 <dt><method>XStorage::openStorageElement</method></dt>
155 <dt><method>XStorage::cloneStreamElement</method></dt>
165 <method scope="com::sun::star::io">XOutputStream::flush</method>
189 <dt><method>XStorage::cloneEncryptedStreamElement</method></dt>
199 <method scope="com::sun::star::io">XOutputStream::flush</method>
214 <dt><method>XStorage::copyLastCommitTo</method></dt>
223 <dt><method>XStorage::copyStorageElementLastCommitTo</method></dt>
[all …]
H A DFileSystemStorage.idl69 <dt><method>XStorage::openStorageElement</method></dt>
71 This method returns <type>FileSystemStorage</type>
75 <dt><method>XStorage::copyLastCommitTo</method></dt>
78 this method just creates a copy of the storage in it's
82 <dt><method>XStorage::copyStorageElementLastCommitTo</method></dt>
85 this method just creates a copy of the storage in it's
89 <dt><method>XStorage::removeStorageElement</method></dt>
H A DXStorageRawAccess.idl84 This method returns a stream from the package as it is stored there,
85 without any decompression/decription and etc. This method can be
123 This method allows to transport encrypted streams without decryption.
124 Mainly this method is introduced to allow to copy one encrypted
126 use this method outside of storage implementation since different
128 method is used outside of storage implementation the user code is
136 streams can differ for the same entry, since this method can add
178 This method allows to insert a stream retrieved by
179 <method>XStorageRawAccess::getRawEncrStreamElement()</method> into a
185 Mainly this method is introduced to allow to copy one encrypted
[all …]
/trunk/main/udkapi/com/sun/star/reflection/
H A DXIdlMethod.idl55 /** Reflects an IDL interface method.
59 /** Returns the return type of the reflected method.
62 return type of reflected method
70 formal parameter types of reflected method
74 /** Returns formal parameter informations of the reflected method
80 parameter informations of reflected method
84 /** Returns the declared exceptions types of the reflected method.
87 declared exception types of reflected method
96 method mode of reflected method
107 arguments passed to the method
[all …]
H A DXInterfaceMethodTypeDescription.idl45 /** Reflects an interface method type.
50 /** Returns the method's return type.
53 method's return type
57 /** Returns true, if this method is declared oneway.
60 true, if this method is declared oneway
64 /** Returns all parameters of the method in order of IDL declaration.
67 method parameters
71 /** Returns declared exceptions that may occur upon invocations of the method.
74 declared exceptions of method
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DXMLParserFactory.java140 Method method = null; in write() local
141 method = formatterClass.getMethod("setMethod", in write()
143 method.invoke(formatterObject, new Object[] {"xml"}); in write()
144 method = formatterClass.getMethod("setIndenting", in write()
150 method = serializerClass.getMethod("setOutputByteStream", in write()
153 method = serializerClass.getMethod("setOutputFormat", in write()
155 method.invoke(serializerObject, in write()
158 method = serializerClass.getMethod("asDOMSerializer", in write()
160 Object impl = method.invoke(serializerObject, in write()
163 method = impl.getClass().getMethod("serialize", in write()
[all …]
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DUIMapOp.java202 String method = null; in codeParts() local
214 method = "button"; in codeParts()
226 method = "editbox"; in codeParts()
230 method = "combobox"; in codeParts()
236 method = "listbox"; in codeParts()
240 method = "tabpage"; in codeParts()
244 method = "toolbox"; in codeParts()
256 method = "window"; in codeParts()
269 method = "dialog"; in codeParts()
284 method = "field"; in codeParts()
[all …]
/trunk/main/offapi/com/sun/star/resource/
H A DXLocale.idl54 // DocMerge from xml: method com::sun::star::resource::XLocale::create
73 // DocMerge from xml: method com::sun::star::resource::XLocale::getDefault
74 /** the common method of getting the current default locale.
91 // DocMerge from xml: method com::sun::star::resource::XLocale::setDefault
112 // DocMerge from idl: method com::sun::star::resource::XLocale::getISOCountries
120 // DocMerge from idl: method com::sun::star::resource::XLocale::getISOLanguages
137 // DocMerge from idl: method com::sun::star::resource::XLocale::getISO3Language
146 // DocMerge from idl: method com::sun::star::resource::XLocale::getISO3Country
192 // DocMerge from idl: method com::sun::star::resource::XLocale::getDisplayCountry
237 // DocMerge from idl: method com::sun::star::resource::XLocale::getDisplayName
[all …]
/trunk/main/stoc/test/tdmanager/
H A Dtesttdmanager.cxx233 method( in run() local
244 method->getName()); in run()
247 method->getMemberName()); in run()
248 assertEqual< sal_Int32 >(3, method->getPosition()); in run()
251 method->getReturnType()->getName()); in run()
252 assertEqual< bool >(false, method->isOneway()); in run()
253 assertEqual< sal_Int32 >(1, method->getParameters().getLength()); in run()
256 method->getParameters()[0]->getName()); in run()
259 method->getParameters()[0]->getType()->getName()); in run()
260 assertEqual< bool >(true, method->getParameters()[0]->isIn()); in run()
[all …]
/trunk/main/offapi/com/sun/star/rendering/
H A DXTextLayout.idl165 This method applies the specified advancements to every
189 This method is similar to
191 overall bounds are returned by this method.<p>
277 /** This method converts an insertion index to a caret.<p>
303 /** This method calculates a new insertion index.<p>
330 /** This method generates a highlight polygon.<p>
332 This method generates a highlighting polygon from two
354 /** This method generates a highlight polygon.<p>
356 This method generates a highlighting polygon from two
380 /** This method yields the baseline offset.<p>
[all …]
/trunk/main/stoc/test/registry_tdprovider/
H A Dtestregistrytdprovider.cxx333 method; in run() local
427 method = css::uno::Reference< in run()
434 method->getName()); in run()
437 method->getMemberName()); in run()
439 assertEqual< bool >(false, method->isOneway()); in run()
443 method->getParameters()[0]->getName()); in run()
454 method->getExceptions()[0]->getName()); in run()
456 method = css::uno::Reference< in run()
463 method->getName()); in run()
466 method->getMemberName()); in run()
[all …]
/trunk/main/offapi/com/sun/star/presentation/
H A DXSlideShow.idl80 This method triggers the next effect on the currently
82 this method does nothing. If there are no more effects on the
87 triggered. This method returns <FALSE>, if there is no show
102 If there is currently no slideshow running, this method does
106 triggered. This method returns <FALSE/>, if there is no show
115 This method starts an animation or activity intrinsic to the
128 This method stops an animation or activity intrinsic to the
195 This method either pauses the slide show (all currently
211 slideshow running at the moment, this method returns an
264 successful completion of this method, the slide show will
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DAccessibleSpreadsheetDocumentView.idl59 <li>The parent returned by <method>getAccessibleParent</method>
61 <li>The children returned by <method>getAccessibleChild</method> all
63 <method>getAccessibleContext</method> for these children returns
67 A child where calling <method>getAccessibleChild</method>
74 A child where calling <method>getAccessibleChild</method>
81 A child where calling <method>getAccessibleChild</method>
87 A child where calling <method>getAccessibleChild</method>
H A DAccessibleSpreadsheetPageView.idl56 <method scope="::com::sun::star::accessibility"
57 >XAccessibleContext::getAccessibleParent</method>
60 <method scope="::com::sun::star::accessibility"
61 >XAccessibleContext::getAccessibleChild</method> all
63 <method scope="::com::sun::star::accessibility"
69 <method scope="::com::sun::star::accessibility"
70 >XAccessibleContext::getAccessibleChild</method>
75 <method scope="::com::sun::star::accessibility"
76 >XAccessibleChild::getAccessibleChild</method>
83 <method scope="::com::sun::star::accessibility"
[all …]
/trunk/main/udkapi/com/sun/star/io/
H A DXInputStream.idl55 // DocMerge from xml: method com::sun::star::io::XInputStream::readBytes
61 that the method blocks until the specified number of bytes are
103 <p>This method is very similar to the readBytes method, except that
105 The method blocks as long as at least 1 byte is available or
106 EOF has been reached. EOF has only been reached, when the method
123 // DocMerge from xml: method com::sun::star::io::XInputStream::skipBytes
126 <p>It is up to the implementation whether this method is
138 // DocMerge from xml: method com::sun::star::io::XInputStream::available
141 <p>Note: This method offers no information on whether the EOF
151 // DocMerge from xml: method com::sun::star::io::XInputStream::closeInput
[all …]
/trunk/main/udkapi/com/sun/star/uno/
H A DXAggregation.idl39 or some of the interfaces of "B". Whenever the method
50 which are made before the delegator was set (using the method
52 (using the method <member>XInterface::release()</member>)
57 own reference count by calling its method
59 before it sets itself to any aggregate using the method
65 its aggregated objects by calling their method
80 /** sets the object to which all calls to the method
89 to handle calls to the method
102 <p>This method is only called from within an implementation of
104 or <member>XAggregation::queryAggregation()</member>. This method
[all …]

Completed in 123 milliseconds

12345678910>>...36