Methods' Details |
hasDataByRangeRepresentation
boolean |
hasDataByRangeRepresentation( |
[in] string |
aRange ); |
|
|
getDataByRangeRepresentation
sequence< any > |
getDataByRangeRepresentation( |
[in] string |
aRange ); |
|
|
setDataByRangeRepresentation
void |
setDataByRangeRepresentation( |
[in] string |
aRange, |
| [in] sequence< any > |
aNewData ); |
|
|
insertSequence
void |
insertSequence( |
[in] long |
nAfterIndex ); |
- Parameter Note
- that -1 is allowed as the sequence is inserted
after the given index. So to insert a sequence as the
new first sequence (index 0), you would pass -1 here.
|
|
deleteSequence
void |
deleteSequence( |
[in] long |
nAtIndex ); |
|
|
appendSequence
- Description
- same as insertSequence with nAfterIndex being the largest
current index of the data, i.e. (size - 1)
|
|
insertDataPointForAllSequences
void |
insertDataPointForAllSequences( |
[in] long |
nAfterIndex ); |
|
|
deleteDataPointForAllSequences
void |
deleteDataPointForAllSequences( |
[in] long |
nAtIndex ); |
|
|
swapDataPointWithNextOneForAllSequences
void |
swapDataPointWithNextOneForAllSequences( |
[in] long |
nAtIndex ); |
|
|
registerDataSequenceForChanges
void |
registerDataSequenceForChanges( |
[in] ::com::sun::star::chart2::data::XDataSequence |
xSeq ); |
- Description
- If range representations of data sequences change due to
internal structural changes, they must be registered at the
data provider.
Sequences that are directly retrieved via the methods of
the XDataProvider interface are already registered. If a
labeled data sequence was created by cloning an existing one,
it has to be explicitly registered via this method.
|
|
insertComplexCategoryLevel
void |
insertComplexCategoryLevel( |
[in] long |
nLevel ); |
- Description
- insert an additional sequence for categories nLevel>=1;
categories at level 0 are always present and cannot be inserted or deleted
- Since
- OOo 3.3
|
|
deleteComplexCategoryLevel
void |
deleteComplexCategoryLevel( |
[in] long |
nLevel ); |
- Description
- deletes an additional sequence for categories at nLevel>=1;
categories at level 0 are always present and cannot be deleted
- Since
- OOo 3.3
|
|
Copyright © 2000, 2014 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.