#81036# some new help ids
This commit is contained in:
parent
c3a1190f91
commit
48f66e5723
3 changed files with 16 additions and 8 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: dbaccess_helpid.hrc,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: oj $ $Date: 2000-11-30 16:54:31 $
|
||||
* last change: $Author: oj $ $Date: 2000-12-01 11:48:33 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -93,6 +93,8 @@
|
|||
#define UID_DATABROWSE_DATAWINDOW (HID_DBACCESS_START + 19)
|
||||
#define HID_CTL_TREEVIEW (HID_DBACCESS_START + 20)
|
||||
#define UID_CTL_CONTENT (HID_DBACCESS_START + 21)
|
||||
#define HID_TLB_TABBROWSER (HID_DBACCESS_START + 22)
|
||||
#define HID_TLB_TREELISTBOX (HID_DBACCESS_START + 23)
|
||||
|
||||
|
||||
#endif // _DBA_DBACCESS_HELPID_HRC_
|
||||
|
@ -100,6 +102,9 @@
|
|||
/*************************************************************************
|
||||
* history:
|
||||
* $Log: not supported by cvs2svn $
|
||||
* Revision 1.3 2000/11/30 16:54:31 oj
|
||||
* #81036# new helpids
|
||||
*
|
||||
* Revision 1.2 2000/11/14 14:21:10 oj
|
||||
* two new defines
|
||||
*
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: dbtreeview.cxx,v $
|
||||
*
|
||||
* $Revision: 1.6 $
|
||||
* $Revision: 1.7 $
|
||||
*
|
||||
* last change: $Author: oj $ $Date: 2000-11-23 10:45:28 $
|
||||
* last change: $Author: oj $ $Date: 2000-12-01 11:51:05 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -71,6 +71,7 @@
|
|||
#ifndef DBAUI_DBTREEMODEL_HXX
|
||||
#include "dbtreemodel.hxx"
|
||||
#endif
|
||||
#include "dbaccess_helpid.hrc"
|
||||
|
||||
// .........................................................................
|
||||
namespace dbaui
|
||||
|
@ -89,6 +90,7 @@ DBTreeView::DBTreeView( Window* pParent, WinBits nBits)
|
|||
m_pTreeListBox->EnableCheckButton(NULL);
|
||||
m_pTreeListBox->SetDragDropMode( 0 );
|
||||
m_pTreeListBox->EnableInplaceEditing( sal_False );
|
||||
m_pTreeListBox->SetHelpId(HID_TLB_TREELISTBOX);
|
||||
m_pTreeListBox->Show();
|
||||
}
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: sbabrw.src,v $
|
||||
*
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2000-12-01 08:08:21 $
|
||||
* last change: $Author: oj $ $Date: 2000-12-01 11:51:05 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -61,6 +61,7 @@
|
|||
#ifndef _DBU_RESOURCE_HRC_
|
||||
#include "dbu_resource.hrc"
|
||||
#endif
|
||||
#include "dbaccess_helpid.hrc"
|
||||
#ifndef DBACCESS_UI_BROWSER_ID_HXX
|
||||
#include "browserids.hxx"
|
||||
#endif
|
||||
|
@ -664,7 +665,7 @@ ToolBox RID_BRW_QRY_TOOLBOX
|
|||
Align = BOXALIGN_TOP ;
|
||||
HideWhenDeactivate = TRUE ;
|
||||
ItemImageList = RID_DEFAULTIMAGELIST_SC ;
|
||||
// HelpId = HID_TLB_TABBROWSER ;
|
||||
HelpId = HID_TLB_TABBROWSER ;
|
||||
ItemList =
|
||||
{
|
||||
CUR_ITEM
|
||||
|
@ -744,7 +745,7 @@ ToolBox RID_BRW_TAB_TOOLBOX
|
|||
Align = BOXALIGN_TOP ;
|
||||
ItemImageList = RID_DEFAULTIMAGELIST_SC ;
|
||||
HideWhenDeactivate = TRUE ;
|
||||
// HelpId = HID_TLB_TABBROWSER ;
|
||||
HelpId = HID_TLB_TABBROWSER ;
|
||||
ItemList =
|
||||
{
|
||||
CUR_ITEM
|
||||
|
|
Loading…
Reference in a new issue