diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2014-07-07 11:24:48 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-09 09:54:57 +0000 |
commit | 4bbf35572d94efe8b321e3159e9810f52bc3f9f8 (patch) | |
tree | c4160fca7a5768da9fd36805608f073366651f46 /include/svx/imapdlg.hxx | |
parent | 33c36fb9fbc69bbc32088532dd21db7153aee09d (diff) |
RID_SVXDLG_IMAP conversion to .ui
Change-Id: I6d0ecb693177436a47d1115cdab6d5ec20254f4f
Reviewed-on: https://gerrit.libreoffice.org/10105
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx/imapdlg.hxx')
-rw-r--r-- | include/svx/imapdlg.hxx | 54 |
1 files changed, 45 insertions, 9 deletions
diff --git a/include/svx/imapdlg.hxx b/include/svx/imapdlg.hxx index 7345c1262676..1ac01910e7f5 100644 --- a/include/svx/imapdlg.hxx +++ b/include/svx/imapdlg.hxx @@ -82,16 +82,52 @@ class SVX_DLLPUBLIC SvxIMapDlg : public SfxModelessDialog // SfxFloatingWindow friend class IMapOwnData; friend class IMapWindow; - ToolBox aTbxIMapDlg1; - FixedText aFtURL; - SvtURLBox maURLBox; - FixedText aFtText; - Edit aEdtText; - FixedText maFtTarget; - ComboBox maCbbTarget; - StatusBar aStbStatus; + ToolBox *m_pTbxIMapDlg1; + FixedText *m_pFtURL; + SvtURLBox *m_pURLBox; + FixedText *m_pFtText; + Edit *m_pEdtText; + FixedText *m_pFtTarget; + ComboBox *m_pCbbTarget; + StatusBar *m_pStbStatus; ImageList maImageList; + sal_uInt16 mnApplyId; + sal_uInt16 mnOpenId; + sal_uInt16 mnSaveAsId; + sal_uInt16 mnSelectId; + sal_uInt16 mnRectId; + sal_uInt16 mnCircleId; + sal_uInt16 mnPolyId; + sal_uInt16 mnFreePolyId; + sal_uInt16 mnPolyEditId; + sal_uInt16 mnPolyMoveId; + sal_uInt16 mnPolyInsertId; + sal_uInt16 mnPolyDeleteId; + sal_uInt16 mnUndoId; + sal_uInt16 mnRedoId; + sal_uInt16 mnActiveId; + sal_uInt16 mnMacroId; + sal_uInt16 mnPropertyId; + + Image maApplyImg; + Image maOpenImg; + Image maSaveAsImg; + Image maSelectImg; + Image maRectImg; + Image maCircleImg; + Image maPolyImg; + Image maFreePolyImg; + Image maPolyEditImg; + Image maPolyMoveImg; + Image maPolyInsertImg; + Image maPolyDeleteImg; + Image maUndoImg; + Image maRedoImg; + Image maActiveImg; + Image maMacroImg; + Image maPropertyImg; + Size aLastSize; IMapWindow* pIMapWnd; IMapOwnData* pOwnData; @@ -118,7 +154,7 @@ class SVX_DLLPUBLIC SvxIMapDlg : public SfxModelessDialog // SfxFloatingWindow public: SvxIMapDlg( SfxBindings *pBindings, SfxChildWindow *pCW, - Window* pParent, const ResId& rResId ); + Window* pParent ); virtual ~SvxIMapDlg(); void SetExecState( bool bEnable ); |