Tag: cws_src680_dba24lms
User: oj      
Date: 2007-11-09 07:10:37+0000
Modified:
   dba/dbaccess/source/ui/dlg/advancedsettings.hrc
   dba/dbaccess/source/ui/dlg/advancedsettings.src
   dba/dbaccess/source/ui/inc/dbu_misc.hrc
   dba/dbaccess/source/ui/misc/WizardPages.src

Log:
 #i83469# insert strings

File Changes:

Directory: /dba/dbaccess/source/ui/dlg/
=======================================

File [changed]: advancedsettings.hrc
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/advancedsettings.hrc?r1=1.2&r2=1.2.6.1
Delta lines:  +3 -2
-------------------
--- advancedsettings.hrc        2007-11-01 15:09:14+0000        1.2
+++ advancedsettings.hrc        2007-11-09 07:10:33+0000        1.2.6.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: advancedsettings.hrc,v $
  *
- *  $Revision: 1.2 $
+ *  $Revision: 1.2.6.1 $
  *
- *  last change: $Author: hr $ $Date: 2007/11/01 15:09:14 $
+ *  last change: $Author: oj $ $Date: 2007/11/09 07:10:33 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -67,6 +67,7 @@
 #define CB_DOSLINEENDS                 11
 #define CB_AS_BEFORE_CORR_NAME  12
 #define CB_CHECK_REQUIRED       13
+#define CB_IGNORECURRENCY       14
 
 #define ET_AUTOINCREMENTVALUE   1
 #define ET_RETRIEVE_AUTO           2

File [changed]: advancedsettings.src
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/advancedsettings.src?r1=1.3&r2=1.3.6.1
Delta lines:  +15 -3
--------------------
--- advancedsettings.src        2007-11-05 11:56:35+0000        1.3
+++ advancedsettings.src        2007-11-09 07:10:34+0000        1.3.6.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: advancedsettings.src,v $
  *
- *  $Revision: 1.3 $
+ *  $Revision: 1.3.6.1 $
  *
- *  last change: $Author: ihi $ $Date: 2007/11/05 11:56:35 $
+ *  last change: $Author: oj $ $Date: 2007/11/09 07:10:34 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -182,6 +182,17 @@
     };
 
 //-------------------------------------------------------------------------
+#define AUTO_IGNORECURRENCY(AUTO_Y)                                            
                                                \
+       CheckBox CB_IGNORECURRENCY                                              
                                                                \
+       {                                                                       
                                                                                
        \
+               Pos             = MAP_APPFONT ( 6 , AUTO_Y ) ;                  
                                                        \
+               Size    = MAP_APPFONT ( ADVANCED_PAGE_X -12 , CHECKBOX_HEIGHT ) 
;                       \
+               TabStop = TRUE ;                                                
                                                                        \
+               HelpId = HID_DSADMIN_IGNORECURRENCY;                            
                                                \
+               Text [ en-US ] = "Ignore currency field information";           
                                \
+       };
+
+//-------------------------------------------------------------------------
 
 #define AUTO_CHECKREQUIRED(AUTO_Y)                                             
     \
     CheckBox CB_CHECK_REQUIRED                                                 
     \
@@ -303,7 +314,8 @@
     AUTO_IGNOREINDEXAPPENDIX(  10*RELATED_CONTROLS + FIXEDTEXT_HEIGHT +  
9*CHECKBOX_HEIGHT + RELATED_CONTROLS )
     AUTO_DOSLINEENDS(          11*RELATED_CONTROLS + FIXEDTEXT_HEIGHT + 
10*CHECKBOX_HEIGHT + RELATED_CONTROLS )
     AUTO_CHECKREQUIRED(        12*RELATED_CONTROLS + FIXEDTEXT_HEIGHT + 
11*CHECKBOX_HEIGHT + RELATED_CONTROLS )
-    AUTO_BOOLEANCOMPARISON(    13*RELATED_CONTROLS + FIXEDTEXT_HEIGHT + 
12*CHECKBOX_HEIGHT + RELATED_CONTROLS + ( LISTBOX_HEIGHT - CHECKBOX_HEIGHT ) / 
2 )
+    AUTO_IGNORECURRENCY(       13*RELATED_CONTROLS + FIXEDTEXT_HEIGHT + 
12*CHECKBOX_HEIGHT + RELATED_CONTROLS )
+    AUTO_BOOLEANCOMPARISON(    14*RELATED_CONTROLS + FIXEDTEXT_HEIGHT + 
13*CHECKBOX_HEIGHT + RELATED_CONTROLS + ( LISTBOX_HEIGHT - CHECKBOX_HEIGHT ) / 
2 )
 };
 
 //-------------------------------------------------------------------------

Directory: /dba/dbaccess/source/ui/inc/
=======================================

File [changed]: dbu_misc.hrc
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/dbu_misc.hrc?r1=1.6&r2=1.6.224.1
Delta lines:  +11 -12
---------------------
--- dbu_misc.hrc        2006-07-10 15:30:26+0000        1.6
+++ dbu_misc.hrc        2007-11-09 07:10:34+0000        1.6.224.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: dbu_misc.hrc,v $
  *
- *  $Revision: 1.6 $
+ *  $Revision: 1.6.224.1 $
  *
- *  last change: $Author: obo $ $Date: 2006/07/10 15:30:26 $
+ *  last change: $Author: oj $ $Date: 2007/11/09 07:10:34 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -48,15 +48,14 @@
 #define STR_WIZ_NAME_MATCHING_TITEL                    RID_STR_MISC_START +  5
 #define STR_WIZ_TABLE_COPY                                     
RID_STR_MISC_START +  6
 #define STR_COPYTABLE_TITLE_COPY                       RID_STR_MISC_START +  7
-#define STR_COPYTABLE_TITLE_MOVE                       RID_STR_MISC_START +  8
-#define STR_COULDNOTOPEN_LINKEDDOC                     RID_STR_MISC_START +  9
-#define STR_SUGGEST_APPEND_TABLE_DATA       RID_STR_MISC_START + 10
-#define STR_UNDO_COLON                                         
RID_STR_MISC_START + 11
-#define STR_REDO_COLON                                         
RID_STR_MISC_START + 12
-#define STR_UNKNOWN_TYPE_FOUND                         RID_STR_MISC_START + 13
-#define STR_FILE_DOES_NOT_EXIST             RID_STR_MISC_START + 14
-#define STR_WARNINGS_DURING_CONNECT         RID_STR_MISC_START + 15
-#define STR_NAMED_OBJECT_ALREADY_EXISTS     RID_STR_MISC_START + 16
+#define STR_COULDNOTOPEN_LINKEDDOC                     RID_STR_MISC_START +  8
+#define STR_SUGGEST_APPEND_TABLE_DATA       RID_STR_MISC_START +  9
+#define STR_UNDO_COLON                                         
RID_STR_MISC_START + 10
+#define STR_REDO_COLON                                         
RID_STR_MISC_START + 11
+#define STR_UNKNOWN_TYPE_FOUND                         RID_STR_MISC_START + 12
+#define STR_FILE_DOES_NOT_EXIST             RID_STR_MISC_START + 13
+#define STR_WARNINGS_DURING_CONNECT         RID_STR_MISC_START + 14
+#define STR_NAMED_OBJECT_ALREADY_EXISTS     RID_STR_MISC_START + 15
 
 // please adjust checking before insert new strings
 

Directory: /dba/dbaccess/source/ui/misc/
========================================

File [changed]: WizardPages.src
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/WizardPages.src?r1=1.47&r2=1.47.104.1
Delta lines:  +3 -7
-------------------
--- WizardPages.src     2007-04-19 15:05:18+0000        1.47
+++ WizardPages.src     2007-11-09 07:10:34+0000        1.47.104.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: WizardPages.src,v $
  *
- *  $Revision: 1.47 $
+ *  $Revision: 1.47.104.1 $
  *
- *  last change: $Author: ihi $ $Date: 2007/04/19 15:05:18 $
+ *  last change: $Author: oj $ $Date: 2007/11/09 07:10:34 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -561,10 +561,6 @@
        Text [ en-US ] = "Copy table" ;
 };
 
-String STR_COPYTABLE_TITLE_MOVE
-{
-       Text [ en-US ] = "Move table" ;
-};
 ErrorBox ERROR_INVALID_TABLE_NAME
 {
        Buttons = WB_OK;




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

Reply via email to