(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

::

enum RTMethodMode


Summary
specifies the mode of a method.
Description
A method can be synchron or asynchron (oneway). The const attribute for methods was removed so that the const values are deprecated.

Values

RT_MODE_INVALID
Summary
indicates an invalid mode
RT_MODE_ONEWAY
Summary
indicates the asynchronous mode of a method
RT_MODE_ONEWAY_CONST
D E P R E C A T E D
RT_MODE_TWOWAY
Summary
indicated the synchronous mode of a method
RT_MODE_TWOWAY_CONST
D E P R E C A T E D
RT_MODE_ATTRIBUTE_GET
Summary
Indicates an extended attribute getter (that has a 'raises' clause) of an interface type.
Since
UDK 3.2.0
RT_MODE_ATTRIBUTE_SET
Summary
Indicates an extended attribute setter (that has a 'raises' clause) of an interface type.
Since
UDK 3.2.0

Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us

Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.