diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-18 13:57:33 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-18 13:57:33 +0000 |
commit | 0ec02f6f7b975fec7e12505fe9ed01f1ed220d14 (patch) | |
tree | 7e31f93692e5ce8215dc88cb938e46c3adafa15d /chart2/source | |
parent | b00316f23ddd6dba3df6729e8b9ef1ba54fe6ca8 (diff) |
INTEGRATION: CWS chart11 (1.2.38); FILE MERGED
2007/08/22 09:05:27 bm 1.2.38.2: #i67225# +createClassifiedIdentifierForAxis
2007/08/15 16:02:47 bm 1.2.38.1: #i64495# fixed by weiz. Adapt the selection after rearranging data series and remember former selection in an undo-action
Diffstat (limited to 'chart2/source')
-rw-r--r-- | chart2/source/inc/ObjectIdentifier.hxx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/chart2/source/inc/ObjectIdentifier.hxx b/chart2/source/inc/ObjectIdentifier.hxx index f19a8afb8274..f067161afaef 100644 --- a/chart2/source/inc/ObjectIdentifier.hxx +++ b/chart2/source/inc/ObjectIdentifier.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ObjectIdentifier.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2007-05-22 18:20:51 $ + * last change: $Author: vg $ $Date: 2007-09-18 14:57:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -151,6 +151,12 @@ public: ::com::sun::star::frame::XModel >& xChartModel , sal_Int32 nSubIndex = -1 );//-1: main grid, 0: first subgrid etc + static rtl::OUString createClassifiedIdentifierForAxis( + const ::com::sun::star::uno::Reference< + ::com::sun::star::chart2::XAxis >& xAxis + , const ::com::sun::star::uno::Reference< + ::com::sun::star::frame::XModel >& xChartModel ); + static rtl::OUString createParticleForDiagram( const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDiagram >& xDiagram @@ -268,6 +274,8 @@ public: , ::com::sun::star::awt::Point& rMaximumPosition ); static TitleHelper::eTitleType getTitleTypeForCID( const ::rtl::OUString& rCID ); + + static ::rtl::OUString getMovedSeriesCID( const ::rtl::OUString& rObjectCID, sal_Bool bForward ); }; //............................................................................. |