Methods of Class Writer
- Writer
- Writer(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Creates a type writer.
- Parameters
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
|
- ~Writer
- ~Writer();
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Destroys this
Writer
instance.
- setSuperTypeName
- void setSuperTypeName(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Sets the type name of a super type of this type writer.
- Parameters
index |
a valid index into the range of super types of this type
writer
|
typeName |
the super type name
|
- setFieldData
- void setFieldData(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Sets the data of a field of this type writer.
- Parameters
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
|
- setMethodData
- void setMethodData(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Sets the data of a method of this type writer.
- Parameters
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
|
- setMethodParameterData
- void setMethodParameterData(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Sets the data of a parameter of a method of this type writer.
- Parameters
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
|
- setMethodExceptionTypeName
- void setMethodExceptionTypeName(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Sets an exception type name of a method of this type writer.
- Parameters
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
|
- setReferenceData
- void setReferenceData(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Sets the data of a reference of this type writer.
- Parameters
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
|
- getBlob
- const void * getBlob(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Returns the blob of this type writer.
- Parameters
size |
an out-parameter obtaining the size of the blob
|
- Return
- a (byte-aligned) pointer to the blob; the returned pointer and
the returned
size
remain valid until the next function is
called on this type writer
- Writer
- Writer(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
- operator=
- void operator=(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.