use begin() and end() when calling std::copy on an uno::Sequence
Inspired by commit b34b648fc3262c5d9aa295f621e8fe9c97d4c6b2
"uno::Sequence provides now begin and end"
Change-Id: I08e8c3fd6144e77b95a26f85bc0daf6a9edeeb0b
Reviewed-on: https://gerrit.libreoffice.org/16057
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
This allows us easier implementation of some advanced features. Mainly
the 4D chartting will now be able to work without several ugly layers of
UNO.
Change-Id: I74d07229eaef921c508f3bab8fae6d6075ad737a
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk
have kept them, in order not to break external API (the automatic using declaration
is LO-internal).
Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2007/02/08 21:25:42 iha 1.1.2.25: resync m195 -> m202
2007/02/02 16:00:30 bm 1.1.2.24: #i68229# use the same method for determining used ranges in XChartDocument::getUsedData() as in the range-chooser dialog
2006/11/17 16:32:43 bm 1.1.2.23: in ChartModel::setParent migrate the data from one data provider to the new one, if it is the same implementation and no temporary document. This is needed for solving the current clipboard problems
2006/04/27 13:03:08 bm 1.1.2.22: allArgumentsForRectRangeDetected: HasCategories is not mandatory for this
2006/04/13 14:51:04 bm 1.1.2.21: catch exceptions that might be thrown by data provider
2006/03/17 13:28:15 bm 1.1.2.20: +allArgumentsForRectRangeDetected
2006/03/07 12:33:11 bm 1.1.2.19: underscore variables removed
2005/12/02 15:24:06 bm 1.1.2.18: +getUsedDataRanges for XDiagram, +getRangesFromLabeledDataSequence, +getRangesFromDataSource
2005/11/02 13:49:22 bm 1.1.2.17: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper)
2005/11/01 13:09:02 iha 1.1.2.16: support sequence mapping
2005/10/27 17:44:42 iha 1.1.2.15: support SequenceMapping
2005/10/25 16:26:26 iha 1.1.2.14: support SequenceMapping
2005/10/11 09:20:52 bm 1.1.2.13: license header change
2005/08/19 15:28:06 bm 1.1.2.12: GetUsedData for XChartDocument
2005/08/03 16:36:27 bm 1.1.2.11: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx
2005/07/29 14:54:28 bm 1.1.2.10: detectRangeSegmentation: allow including unused data for calculation of data range
2005/07/14 14:48:46 bm 1.1.2.9: detectRangeSegmentation: return only true if the data provider returns a valid range
2005/05/27 12:20:43 bm 1.1.2.8: +getUsedDataRanges
2005/05/12 13:56:42 bm 1.1.2.7: API change XDataProvider
2005/05/09 09:51:33 bm 1.1.2.6: moved parts of API to data namespace
2005/04/04 16:12:37 iha 1.1.2.5: added helping methods for ranges
2004/09/16 14:43:27 iha 1.1.2.4: implement api redesign
2004/06/29 12:46:48 bm 1.1.2.3: -getRangeIdentifiers
+addRangeRepresentationsFromLabeledDataSequence (was local before as helper for
the above)
2004/06/23 14:09:51 bm 1.1.2.2: do not overwrite parameters where there are no corresponding arguments found
2004/05/07 16:26:38 iha 1.1.2.1: #i20344# new