Global Functions in Global Namespace C++
in Sourcefile sequence2.h
- uno_sequence_assign
- extern "C"
void uno_sequence_assign(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Summary
Assigns a sequence.
- Parameters
ppDest |
destinstaion sequence
|
pSource |
source sequence
|
pTypeDescr |
type description of the sequence and NOT of an element
|
release |
function called each time an interface needs to
be released; defaults (0) to uno
|
- uno_sequence_construct
- extern "C"
sal_Bool uno_sequence_construct(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Summary
Constructs a new sequence with given elements.
- Parameters
ppSequence |
out parameter sequence;
0 if memory allocation has failed
|
pTypeDescr |
type description of the sequence and NOT of an
element
|
pElements |
if 0, then all elements are default constructed
|
len |
number of elements
|
acquire |
function called each time an interface needs to
be acquired; defaults (0) to uno
|
- Return
false, if memoray allocation has failed
- uno_sequence_realloc
- extern "C"
sal_Bool uno_sequence_realloc(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Summary
Reallocates length of a sequence. This truncates a sequence or enlarges
it default constructing appended elements.
- Parameters
ppSequence |
inout sequence
|
pTypeDescr |
type description of sequence
|
nSize |
new size of sequence
|
acquire |
function called each time an interface needs to
be acquired; defaults (0) to uno
|
release |
function called each time an interface needs to
be released; defaults (0) to uno
|
- Return
false, if memoray allocation has failed
- uno_sequence_reference2One
- extern "C"
sal_Bool uno_sequence_reference2One(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Description
Assures that the reference count of the given sequence is one.
Otherwise a new copy of the sequence is created with a reference count
of one.
- Parameters
ppSequence |
inout sequence
|
pTypeDescr |
type description of sequence
|
acquire |
function called each time an interface needs to
be acquired; defaults (0) to uno
|
release |
function called each time an interface needs to
be released; defaults (0) to uno
|
- Return
false, if memoray allocation has failed
- uno_type_sequence_assign
- extern "C"
void uno_type_sequence_assign(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Summary
Assigns a sequence.
- Parameters
ppDest |
destinstaion sequence
|
pSource |
source sequence
|
pType |
type of the sequence and NOT of an element
|
release |
function called each time an interface needs to
be released; defaults (0) to uno
|
- uno_type_sequence_construct
- extern "C"
sal_Bool uno_type_sequence_construct(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Summary
Constructs a new sequence with given elements.
- Parameters
ppSequence |
out parameter sequence;
0 if memory allocation has failed
|
pType |
type of the sequence and NOT of an element
|
pElements |
if 0, then all elements are default constructed
|
len |
number of elements
|
acquire |
function called each time an interface needs to
be acquired; defaults (0) to uno
|
- Return
false, if memoray allocation has failed
- uno_type_sequence_realloc
- extern "C"
sal_Bool uno_type_sequence_realloc(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Summary
Reallocates length of a sequence. This truncates a sequence or enlarges
it default constructing appended elements.
- Parameters
ppSequence |
inout sequence
|
pType |
type of sequence
|
nSize |
new size of sequence
|
acquire |
function called each time an interface needs to
be acquired; defaults (0) to uno
|
release |
function called each time an interface needs to
be released; defaults (0) to uno
|
- Return
false, if memoray allocation has failed
- uno_type_sequence_reference2One
- extern "C"
sal_Bool uno_type_sequence_reference2One(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Description
Assures that the reference count of the given sequence is one.
Otherwise a new copy of the sequence is created with a reference count
of one.
- Parameters
ppSequence |
inout sequence
|
pType |
type of sequence
|
acquire |
function called each time an interface needs to
be acquired; defaults (0) to uno
|
release |
function called each time an interface needs to
be released; defaults (0) to uno
|
- Return
false, if memoray allocation has failed
Top of Page
Copyright © 2000, 2013 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.