summaryrefslogtreecommitdiff
path: root/fpicker/source/office/PlaceEditDialog.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-07-11 11:37:25 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-07-11 11:49:16 +0200
commitbd5262540a97e0115a070a7b34479b0661e94248 (patch)
treed4f47994430ce4a35a2af911e55ef932fe2e6b64 /fpicker/source/office/PlaceEditDialog.hxx
parent464f69b8bb5f64f9f4660ba2e2095cdc1c65952b (diff)
fpicker: Add place dialog, added CMIS repositories list
Users don't have to open the XML file to know what repository they want to use... we are now doing it for them and showing the repositories in a dropdown listbox Change-Id: I7c20c5a2880061d1ede35a17001e2a75c49a6e88
Diffstat (limited to 'fpicker/source/office/PlaceEditDialog.hxx')
-rw-r--r--fpicker/source/office/PlaceEditDialog.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/fpicker/source/office/PlaceEditDialog.hxx b/fpicker/source/office/PlaceEditDialog.hxx
index fd38f13b0d8e..b74eb617300f 100644
--- a/fpicker/source/office/PlaceEditDialog.hxx
+++ b/fpicker/source/office/PlaceEditDialog.hxx
@@ -71,7 +71,8 @@ private :
FixedText m_aFTCmisBinding;
Edit m_aEDCmisBinding;
FixedText m_aFTCmisRepository;
- Edit m_aEDCmisRepository;
+ ListBox m_aLBCmisRepository;
+ ImageButton m_aBTCmisRepoRefresh;
FixedText m_aFTUsername;
Edit m_aEDUsername;
@@ -106,10 +107,11 @@ private:
void InitDetails( );
- DECL_LINK ( OKHdl, Button * );
- DECL_LINK ( DelHdl, Button * );
- DECL_LINK ( EditHdl, void * );
+ DECL_LINK ( OKHdl, Button * );
+ DECL_LINK ( DelHdl, Button * );
+ DECL_LINK ( EditHdl, void * );
DECL_LINK ( SelectTypeHdl, void * );
+ DECL_LINK ( EditUsernameHdl, void * );
};