Overview | Namespace | Class | Index | Help |
typereg_Version | version, |
const rtl::OUString & | documentation, |
const rtl::OUString & | fileName, |
RTTypeClass | typeClass, |
bool | published, |
const rtl::OUString & | typeName, |
sal_uInt16 | superTypeCount, |
sal_uInt16 | fieldCount, |
sal_uInt16 | methodCount, |
sal_uInt16 | referenceCount ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
version | the version of the created type writer; must not be negative |
documentation | the documentation |
fileName | the file name (deprecated, use an empty string) |
typeClass | the type class of the created type writer |
published | whether the created type writer is published; for a type class that cannot be published, this should be false |
typeName | the type name of the created type writer |
superTypeCount | the number of super types of the created type writer |
fieldCount | the number of fields of the created type writer |
methodCount | the number of methods of the created type writer |
referenceCount | the number of references of the created type writer |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Writer
instance.
sal_uInt16 | index, |
const rtl::OUString & | typeName ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
index | a valid index into the range of super types of this type writer |
typeName | the super type name |
sal_uInt16 | index, |
const rtl::OUString & | documentation, |
const rtl::OUString & | fileName, |
RTFieldAccess | flags, |
const rtl::OUString & | name, |
const rtl::OUString & | typeName, |
const RTConstValue & | value ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
index | a valid index into the range of fields of this type writer |
documentation | the documentation of the field |
fileName | the file name of the field (deprecated, use an empty string) |
flags | the flags of the field |
name | the name of the field |
typeName | the type name of the field |
valueType | the type of the value of the field |
valueValue | the value of the value of the field |
sal_uInt16 | index, |
const rtl::OUString & | documentation, |
RTMethodMode | flags, |
const rtl::OUString & | name, |
const rtl::OUString & | returnTypeName, |
sal_uInt16 | parameterCount, |
sal_uInt16 | exceptionCount ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
index | a valid index into the range of methods of this type writer |
documentation | the documentation of the method |
flags | the flags of the method |
name | the name of the method |
returnTypeName | the return type name of the method |
parameterCount | the number of parameters of the method |
exceptionCount | the number of exceptions of the method |
sal_uInt16 | methodIndex, |
sal_uInt16 | parameterIndex, |
RTParamMode | flags, |
const rtl::OUString & | name, |
const rtl::OUString & | typeName ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
methodIndex | a valid index into the range of methods of this type writer |
parameterIndex | a valid index into the range of parameters of the given method |
flags | the flags of the parameter |
name | the name of the parameter |
typeName | the type name of the parameter |
sal_uInt16 | methodIndex, |
sal_uInt16 | exceptionIndex, |
const rtl::OUString & | typeName ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
methodIndex | a valid index into the range of methods of this type writer |
exceptionIndex | a valid index into the range of exceptions of the given method |
typeName | the exception type name |
sal_uInt16 | index, |
const rtl::OUString & | documentation, |
RTReferenceType | sort, |
RTFieldAccess | flags, |
const rtl::OUString & | typeName ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
handle | a handle on a type writer |
index | a valid index into the range of references of this type writer |
documentation | the documentation of the reference |
sort | the sort of the reference |
flags | the flags of the reference |
typeName | the type name of the reference |
sal_uInt32 * | size ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
size | an out-parameter obtaining the size of the blob |
size
remain valid until the next function is
called on this type writer
Writer & | ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
Writer | ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.