summaryrefslogtreecommitdiff
path: root/formula/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-03-05 12:53:12 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-03-05 14:28:41 +0000
commita9b33fc3044c001a652865baf6fb870f04c91a96 (patch)
treed979872d8b0df654bc229dcf5598554209432702 /formula/inc
parentd1c72717a2260b46a76624db377277d90c6190d4 (diff)
make formula refButton and refEdit loadable from .ui
Change-Id: I2ad13cd8de2c0f8f5672a30c3c1117708368b05f
Diffstat (limited to 'formula/inc')
-rw-r--r--formula/inc/formula/funcutl.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/formula/inc/formula/funcutl.hxx b/formula/inc/formula/funcutl.hxx
index 7144350ae149..1dc10e88c062 100644
--- a/formula/inc/formula/funcutl.hxx
+++ b/formula/inc/formula/funcutl.hxx
@@ -44,6 +44,7 @@ protected:
public:
RefEdit( Window* _pParent,IControlReferenceHandler* pParent, const ResId& rResId );
+ RefEdit( Window* _pParent, WinBits nStyle = WB_BORDER );
virtual ~RefEdit();
void SetRefString( const XubString& rStr );
@@ -84,8 +85,9 @@ protected:
virtual void LoseFocus();
public:
- RefButton( Window* _pParent, const ResId& rResId);
- RefButton( Window* _pParent, const ResId& rResId, RefEdit* pEdit ,IControlReferenceHandler* pDlg);
+ RefButton(Window* _pParent, const ResId& rResId);
+ RefButton(Window* _pParent, WinBits nStyle = 0);
+ RefButton(Window* _pParent, const ResId& rResId, RefEdit* pEdit ,IControlReferenceHandler* pDlg);
void SetReferences( IControlReferenceHandler* pDlg, RefEdit* pEdit );