diff options
Diffstat (limited to 'offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl')
-rw-r--r-- | offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl b/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl index 9ff8f44c0..01b9384e2 100644 --- a/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl +++ b/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl @@ -46,7 +46,7 @@ service TabularDataProviderArguments { /** the range address string spanning all data. - <p>The range adress string must be interpretable by the + <p>The range address string must be interpretable by the component that implements <type>XDataProvider</type> and gets this property as argument to <member>XDataProvider::detectArguments</member>.</p> @@ -97,17 +97,17 @@ service TabularDataProviderArguments /** determines the order of the created labeled sequences <p>For example a SequenceMapping of [3,0,2,1] indicates that - the sequence from old position '3' should now be the first one. - Then comes the sequence from old position '0'. Then that one - from old position '2' and then the sequence from old position '1'.</p> + the sequence from old position "3" should now be the first one. + Then comes the sequence from old position "0". Then that one + from old position "2" and then the sequence from old position "1".</p> <p>If the SequenceMapping contains invalid indexes just ignore those single indexes. For example if you only have three labeled sequences and a SequenceMapping [2,5,1,0], you should - ignore the '5' and continue to place the sequence from - old index '1' to the next new position and so on.</p> + ignore the "5" and continue to place the sequence from + old index "1" to the next new position and so on.</p> - <p>If the given SequenceMapping does not cover all exsisting + <p>If the given SequenceMapping does not cover all existing labeled sequences just put the remaining sequences in old order behind the others. For example you have 4 sequences and a SequenceMapping [3,1]. The result should be a as if [3,1,0,2] |