summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/mvtabdlg.hxx
diff options
context:
space:
mode:
authoroger000 <lodev@ogersoft.at>2013-07-21 18:52:52 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-07-24 15:35:37 +0000
commitc2a28a731f7068baf66f3ba9e4139e573d23d707 (patch)
treea127aa2b09942d4e1b4a6f353a3f2ff96e6a3427 /sc/source/ui/inc/mvtabdlg.hxx
parent045a7c675d04c258fdf97c6178ca9ad106d47deb (diff)
convert move table dialog to .ui format
Help needed: I did not find a way to get the height of the warning area included in the automatic calculated dialog height. So it stays behind the action buttons if an error occurs. (I am new to glade) Code adaption should be complete - build and move-sheet-test ok. helpcontent2 is done and I will try to upload. Change-Id: Id987ac799b17787c35302890a95af2bd99456589 Reviewed-on: https://gerrit.libreoffice.org/5006 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui/inc/mvtabdlg.hxx')
-rw-r--r--sc/source/ui/inc/mvtabdlg.hxx22
1 files changed, 7 insertions, 15 deletions
diff --git a/sc/source/ui/inc/mvtabdlg.hxx b/sc/source/ui/inc/mvtabdlg.hxx
index 42db6273b04d..4b5fa6494d27 100644
--- a/sc/source/ui/inc/mvtabdlg.hxx
+++ b/sc/source/ui/inc/mvtabdlg.hxx
@@ -52,21 +52,13 @@ private:
bool IsCurrentDocSelected() const;
private:
- FixedLine aFlAction;
- RadioButton aBtnMove;
- RadioButton aBtnCopy;
- FixedLine aFlLocation;
- FixedText aFtDoc;
- ListBox aLbDoc;
- FixedText aFtTable;
- ListBox aLbTable;
- FixedLine aFlName;
- FixedText aFtTabName;
- Edit aEdTabName;
- FixedText aFtWarn;
- OKButton aBtnOk;
- CancelButton aBtnCancel;
- HelpButton aBtnHelp;
+ RadioButton* pBtnMove;
+ RadioButton* pBtnCopy;
+ ListBox* pLbDoc;
+ ListBox* pLbTable;
+ Edit* pEdTabName;
+ FixedText* pFtWarn;
+ OKButton* pBtnOk;
OUString maStrTabNameUsed;
OUString maStrTabNameEmpty;