#101667#: set helpid for page object TreeListBox
This commit is contained in:
parent
35509a4108
commit
21f2e83243
3 changed files with 12 additions and 7 deletions
|
@ -2,9 +2,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: helpids.h,v $
|
* $RCSfile: helpids.h,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.4 $
|
* $Revision: 1.5 $
|
||||||
*
|
*
|
||||||
* last change: $Author: ka $ $Date: 2002-06-20 08:03:25 $
|
* last change: $Author: ka $ $Date: 2002-07-24 09:14:01 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to the terms of
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
|
@ -221,3 +221,5 @@
|
||||||
|
|
||||||
#define HID_SD_UNDODELETEWARNING_DLG (HID_SD_START + 125)
|
#define HID_SD_UNDODELETEWARNING_DLG (HID_SD_START + 125)
|
||||||
#define HID_SD_UNDODELETEWARNING_CBX (HID_SD_START + 126)
|
#define HID_SD_UNDODELETEWARNING_CBX (HID_SD_START + 126)
|
||||||
|
|
||||||
|
#define HID_SD_PAGEOBJSTLB (HID_SD_START + 127)
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: sdtreelb.cxx,v $
|
* $RCSfile: sdtreelb.cxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.10 $
|
* $Revision: 1.11 $
|
||||||
*
|
*
|
||||||
* last change: $Author: cl $ $Date: 2002-05-31 14:20:03 $
|
* last change: $Author: ka $ $Date: 2002-07-24 09:14:57 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to the terms of
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
|
@ -95,9 +95,9 @@
|
||||||
#include "sdresid.hxx"
|
#include "sdresid.hxx"
|
||||||
#include "navichld.hxx"
|
#include "navichld.hxx"
|
||||||
#include "navigatr.hxx"
|
#include "navigatr.hxx"
|
||||||
|
|
||||||
#include "strings.hrc"
|
#include "strings.hrc"
|
||||||
#include "res_bmp.hrc"
|
#include "res_bmp.hrc"
|
||||||
|
#include "helpids.h"
|
||||||
|
|
||||||
|
|
||||||
BOOL SdPageObjsTLB::bIsInDrag = FALSE;
|
BOOL SdPageObjsTLB::bIsInDrag = FALSE;
|
||||||
|
@ -167,6 +167,7 @@ SdPageObjsTLB::SdPageObjsTLB( Window* pParentWin, const SdResId& rSdResId,
|
||||||
Bitmap( SdResId( BMP_COLLAPSE_H ) ),
|
Bitmap( SdResId( BMP_COLLAPSE_H ) ),
|
||||||
BMP_COLOR_HIGHCONTRAST );
|
BMP_COLOR_HIGHCONTRAST );
|
||||||
|
|
||||||
|
SetHelpId( HID_SD_PAGEOBJSTLB );
|
||||||
}
|
}
|
||||||
|
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: hidother.src,v $
|
* $RCSfile: hidother.src,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.4 $
|
* $Revision: 1.5 $
|
||||||
*
|
*
|
||||||
* last change: $Author: ka $ $Date: 2002-06-20 08:07:38 $
|
* last change: $Author: ka $ $Date: 2002-07-24 09:16:04 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to the terms of
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
|
@ -155,3 +155,5 @@ hidspecial HID_SD_TABBAR_LAYERS { HelpId = HID_SD_TABBAR_LAYERS; };
|
||||||
|
|
||||||
hidspecial HID_SD_UNDODELETEWARNING_DLG { HelpId = HID_SD_UNDODELETEWARNING_DLG; };
|
hidspecial HID_SD_UNDODELETEWARNING_DLG { HelpId = HID_SD_UNDODELETEWARNING_DLG; };
|
||||||
hidspecial HID_SD_UNDODELETEWARNING_CBX { HelpId = HID_SD_UNDODELETEWARNING_CBX; };
|
hidspecial HID_SD_UNDODELETEWARNING_CBX { HelpId = HID_SD_UNDODELETEWARNING_CBX; };
|
||||||
|
|
||||||
|
hidspecial HID_SD_PAGEOBJSTLB { HelpId = HID_SD_PAGEOBJSTLB; };
|
||||||
|
|
Loading…
Reference in a new issue