summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/tp_DataSource.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-01-04 08:16:08 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-01-29 08:09:33 +0100
commitd70331f9def6383f94beadbf43f5c10848d67208 (patch)
tree036c723670e65ecc0b979c5756660a0dbe6babe7 /chart2/source/controller/dialogs/tp_DataSource.hxx
parentadd GL area rendering (diff)
downloadcore-d70331f9def6383f94beadbf43f5c10848d67208.tar.gz
core-d70331f9def6383f94beadbf43f5c10848d67208.zip
first step for mapped properties
Only FillColor in bubble charts is supported right now. Change-Id: If6ad0220c15e06a9a57c554f6243fd9908b2651b
Diffstat (limited to 'chart2/source/controller/dialogs/tp_DataSource.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_DataSource.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/tp_DataSource.hxx b/chart2/source/controller/dialogs/tp_DataSource.hxx
index 94f4692704b7..819f02a5a22b 100644
--- a/chart2/source/controller/dialogs/tp_DataSource.hxx
+++ b/chart2/source/controller/dialogs/tp_DataSource.hxx
@@ -88,6 +88,7 @@ protected:
DECL_LINK( RangeUpdateDataHdl, Edit* );
DECL_LINK( UpButtonClickedHdl, void* );
DECL_LINK( DownButtonClickedHdl, void* );
+ DECL_LINK( AddMappingHdl, void* );
// ____ RangeSelectionListenerParent ____
virtual void listeningFinished( const OUString & rNewRange );
@@ -108,8 +109,8 @@ protected:
::com::sun::star::uno::Reference< ::com::sun::star::sheet::XRangeSelectionListener >
getSelectionRangeListener();
- /** @return </sal_True>, if the edit field contains a valid range entry. if no
- XCellRangesAccess can be obtained, </sal_True> is returned.
+ /** @return </sal_True>, if the edit field contains a valid range entry. If no
+ XCellRangesAccess can be obtained, </sal_False> is returned.
*/
bool isRangeFieldContentValid( Edit & rEdit );
@@ -142,6 +143,7 @@ private:
FixedText* m_pFT_DATALABELS;//used for xy charts
Edit* m_pEDT_CATEGORIES;
PushButton* m_pIMB_RANGE_CAT;
+ PushButton* m_pBtn_AddMapping;
OUString m_aFixedTextRange;