diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-02-19 16:58:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-02-20 12:40:39 +0000 |
commit | 4c2ff9d048addd680799bf4aa28c5bb7b68eec71 (patch) | |
tree | fed1acb9ffa10d26c64c40f5a51021d9b1bcc74d /cui/source/inc | |
parent | 722c84c136f972f42717ac12a3be5ce2a6510bcd (diff) |
Resolves: fdo#30862 move user options page to cui and adapt code
and make initials area and zip code areas wider to address
fdo#30862
This "first/last name" thing is a disaster of course:
http://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/
http://www.w3.org/International/questions/qa-personal-names
Change-Id: Iedb347a533f208056176b5a79b8a56050672a8d1
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/cuioptgenrl.hxx | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/cui/source/inc/cuioptgenrl.hxx b/cui/source/inc/cuioptgenrl.hxx index 0e0575060973..3b72966721f3 100644 --- a/cui/source/inc/cuioptgenrl.hxx +++ b/cui/source/inc/cuioptgenrl.hxx @@ -40,10 +40,8 @@ class SvxGeneralTabPage : public SfxTabPage { using TabPage::DeactivatePage; private: - // the horizontal line "Address" - FixedLine aAddrFrm; - // the "Use data for document properties" checkbox (but where is it?) - CheckBox aUseDataCB; + // the "Use data for document properties" checkbox + CheckBox* m_pUseDataCB; // rows struct Row; std::vector<boost::shared_ptr<Row> > vRows; @@ -59,8 +57,7 @@ private: sal_Bool GetAddress_Impl(); void SetAddress_Impl(); - void CreateControls (); - void PositionControls (); + void InitControls (); void SetLinks (); void SetAccessibleNames (); |