Tag: cws_src680_reportdesign02
User: oj      
Date: 2008-01-15 11:50:23+0000
Modified:
   dba/reportdesign/source/ui/report/DesignView.cxx
   dba/reportdesign/source/ui/report/EndMarker.cxx
   dba/reportdesign/source/ui/report/ReportWindow.cxx
   dba/reportdesign/source/ui/report/SectionsWindow.cxx
   dba/reportdesign/source/ui/report/StartMarker.cxx
   dba/reportdesign/source/ui/report/ViewsWindow.cxx

Log:
 change helpid names

File Changes:

Directory: /dba/reportdesign/source/ui/report/
==============================================

File [changed]: DesignView.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/DesignView.cxx?r1=1.3.36.1&r2=1.3.36.2
Delta lines:  +4 -4
-------------------
--- DesignView.cxx      2007-10-26 12:31:37+0000        1.3.36.1
+++ DesignView.cxx      2008-01-15 11:50:21+0000        1.3.36.2
@@ -198,7 +198,7 @@
        ,m_bInSplitHandler( FALSE )
 {
        DBG_CTOR( rpt_ODesignView,NULL);
-       SetHelpId(UID_RPT_APP_VIEW);
+       SetHelpId(UID_RPT_RPT_APP_VIEW);
        ImplInitSettings();
 
     m_pSplitWin = new OwnSplitWindow( this );

File [changed]: EndMarker.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/EndMarker.cxx?r1=1.2.44.1&r2=1.2.44.2
Delta lines:  +4 -4
-------------------
--- EndMarker.cxx       2007-11-08 13:06:04+0000        1.2.44.1
+++ EndMarker.cxx       2008-01-15 11:50:21+0000        1.2.44.2
@@ -61,7 +61,7 @@
 : OColorListener(_pParent,_sColorEntry)
 {
        DBG_CTOR( rpt_OEndMarker,NULL); 
-       SetUniqueId(HID_ENDMARKER);
+       SetUniqueId(HID_RPT_ENDMARKER);
        ImplInitSettings();
 }
 // 
-----------------------------------------------------------------------------

File [changed]: ReportWindow.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/ReportWindow.cxx?r1=1.3.36.2&r2=1.3.36.3
Delta lines:  +1 -1
-------------------
--- ReportWindow.cxx    2007-12-20 07:48:29+0000        1.3.36.2
+++ ReportWindow.cxx    2008-01-15 11:50:21+0000        1.3.36.3
@@ -122,7 +122,7 @@
 ,m_pParent(_pParent)
 {
        DBG_CTOR( rpt_OReportWindow,NULL);
-       SetHelpId(UID_REPORTWINDOW);
+       SetHelpId(UID_RPT_REPORTWINDOW);
        SetMapMode( MapMode( MAP_100TH_MM ) );
 
        m_pSections = new OSectionsWindow(this,this);

File [changed]: SectionsWindow.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/SectionsWindow.cxx?r1=1.2&r2=1.2.44.1
Delta lines:  +4 -4
-------------------
--- SectionsWindow.cxx  2007-07-09 11:56:33+0000        1.2
+++ SectionsWindow.cxx  2008-01-15 11:50:21+0000        1.2.44.1
@@ -104,7 +104,7 @@
 ,m_pParent(_pReportWindow)
 {
        DBG_CTOR( rpt_OSectionsWindow,NULL);
-       SetUniqueId(UID_SECTIONSWINDOW);
+       SetUniqueId(UID_RPT_SECTIONSWINDOW);
        SetMapMode( MapMode( MAP_100TH_MM ) );
        ImplInitSettings();
 }

File [changed]: StartMarker.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/StartMarker.cxx?r1=1.4&r2=1.4.18.1
Delta lines:  +3 -3
-------------------
--- StartMarker.cxx     2007-11-20 19:12:53+0000        1.4
+++ StartMarker.cxx     2008-01-15 11:50:21+0000        1.4.18.1
@@ -99,12 +99,12 @@
 ,m_bShowRuler(sal_True)
 {
        DBG_CTOR( rpt_OStartMarker,NULL);       
-       SetUniqueId(HID_STARTMARKER);
+       SetUniqueId(HID_RPT_STARTMARKER);
        osl_incrementInterlockedCount(&s_nImageRefCount);
        initDefaultNodeImages();
     ImplInitSettings();
-    m_aText.SetHelpId(HID_START_TITLE);
-    m_aImage.SetHelpId(HID_START_IMAGE);
+    m_aText.SetHelpId(HID_RPT_START_TITLE);
+    m_aImage.SetHelpId(HID_RPT_START_IMAGE);
     m_aText.Show();
     m_aImage.Show();
        m_aVRuler.Show();

File [changed]: ViewsWindow.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/ViewsWindow.cxx?r1=1.5.10.6&r2=1.5.10.7
Delta lines:  +1 -1
-------------------
--- ViewsWindow.cxx     2007-12-20 07:48:32+0000        1.5.10.6
+++ ViewsWindow.cxx     2008-01-15 11:50:21+0000        1.5.10.7
@@ -227,7 +227,7 @@
 ,m_bInUnmark(sal_False)
 {
        DBG_CTOR( rpt_OViewsWindow,NULL);
-       SetUniqueId(UID_VIEWSWINDOW);
+       SetUniqueId(UID_RPT_VIEWSWINDOW);
        SetMapMode( MapMode( MAP_100TH_MM ) );
        StartListening(m_aColorConfig);
        ImplInitSettings();




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to