/aoo42x/main/dbaccess/source/ext/adabas/ |
H A D | AdabasNewDb.cxx | 176 :ModalDialog( pParent, ModuleRes( DLG_ADABAS_NEWDB )) in DBG_NAME() 315 m_BMP_CON.SetImage( ModuleRes(UNCHECK_RED) ); in DBG_NAME() 316 m_BMP_SYS.SetImage( ModuleRes(UNCHECK_RED) ); in DBG_NAME() 317 m_BMP_DOMAIN.SetImage( ModuleRes(UNCHECK_RED) ); in DBG_NAME() 419 String sErrorMsg(ModuleRes(STR_ADABAS_NO_DEFAULTNAME)); 426 String sErrorMsg(ModuleRes(STR_ADABAS_NO_ACCESSRIGHTS)); 506 aErrorMessage = String(ModuleRes(STR_NO_SAME_USER)); 750 m_BMP_CON.SetImage(ModuleRes(UNCHECK_RED)); in CheckBitmaps() 755 i++,m_BMP_SYS.SetImage(ModuleRes(CHECK_GREEN)); in CheckBitmaps() 757 m_BMP_SYS.SetImage(ModuleRes(UNCHECK_RED)); in CheckBitmaps() [all …]
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | DBSetupConnectionPages.cxx | 218 ,m_aFTHostServer (this, ModuleRes(FT_AUTOHOSTNAME)) in OLDAPConnectionPageSetup() 219 ,m_aETHostServer (this, ModuleRes(ET_AUTOHOSTNAME)) in OLDAPConnectionPageSetup() 220 ,m_aFTBaseDN (this, ModuleRes(FT_AUTOBASEDN)) in OLDAPConnectionPageSetup() 221 ,m_aETBaseDN (this, ModuleRes(ET_AUTOBASEDN)) in OLDAPConnectionPageSetup() 222 ,m_aFTPortNumber (this, ModuleRes(FT_AUTOPORTNUMBER)) in OLDAPConnectionPageSetup() 223 ,m_aNFPortNumber (this, ModuleRes(NF_AUTOPORTNUMBER)) in OLDAPConnectionPageSetup() 475 ,m_aFTHostname (this, ModuleRes(FT_AUTOHOSTNAME)) in OGeneralSpecialJDBCConnectionPageSetup() 476 ,m_aETHostname (this, ModuleRes(ET_AUTOHOSTNAME)) in OGeneralSpecialJDBCConnectionPageSetup() 477 ,m_aFTPortNumber (this, ModuleRes(FT_AUTOPORTNUMBER)) in OGeneralSpecialJDBCConnectionPageSetup() 479 ,m_aNFPortNumber (this, ModuleRes(NF_AUTOPORTNUMBER)) in OGeneralSpecialJDBCConnectionPageSetup() [all …]
|
H A D | detailpages.cxx | 256 ,m_aFL_1 (this, ModuleRes( FL_SEPARATOR1) ) in DBG_NAME() 258 ,m_aIndexes (this, ModuleRes(PB_INDICIES)) in DBG_NAME() 381 ,m_aFL_1 (this, ModuleRes(FL_SEPARATOR1)) in OOdbcDetailsPage() 441 ,m_aFTHostname (this, ModuleRes(FT_HOSTNAME)) in OUserDriverDetailsPage() 442 ,m_aEDHostname (this, ModuleRes(ET_HOSTNAME)) in OUserDriverDetailsPage() 526 ,m_aFL_1 (this, ModuleRes( FL_SEPARATOR1) ) in OGeneralSpecialJDBCDetailsPage() 532 ,m_aEDSocket (this, ModuleRes(ET_SOCKET)) in OGeneralSpecialJDBCDetailsPage() 798 ,m_aFL_1 (this, ModuleRes( FL_SEPARATOR1) ) in OAdabasDetailsPage() 809 ,m_PB_STAT( this, ModuleRes( PB_STAT ) ) in OAdabasDetailsPage() 966 ,m_aBaseDN (this, ModuleRes(FT_BASEDN)) in OLDAPDetailsPage() [all …]
|
H A D | TextConnectionHelper.cxx | 159 ,m_aLineFormat (this, ModuleRes(FL_AUTOSEPARATOR2)) in DBG_NAME() 161 ,m_aFieldSeparator (this, ModuleRes(CM_AUTOFIELDSEPARATOR)) in DBG_NAME() 162 ,m_aTextSeparatorLabel (this, ModuleRes(FT_AUTOTEXTSEPARATOR)) in DBG_NAME() 163 ,m_aTextSeparator (this, ModuleRes(CM_AUTOTEXTSEPARATOR)) in DBG_NAME() 170 ,m_aCharSetLabel (this, ModuleRes(FT_CHARSET)) in DBG_NAME() 171 ,m_aCharSet (this, ModuleRes(LB_CHARSET)) in DBG_NAME() 173 ,m_aTextSeparatorList (ModuleRes(STR_AUTOTEXTSEPARATORLIST)) in DBG_NAME() 174 ,m_aTextNone (ModuleRes(STR_AUTOTEXT_FIELD_SEP_NONE)) in DBG_NAME() 407 aErrorText = String(ModuleRes(STR_AUTODELIMITER_MISSING)); in prepareLeave() 413 aErrorText = String(ModuleRes(STR_AUTODELIMITER_MISSING)); in prepareLeave() [all …]
|
H A D | ConnectionPage.cxx | 197 ,m_aFL1(this, ModuleRes(FL_SEPARATOR1)) in DBG_NAME() 198 ,m_aFL2(this, ModuleRes(FL_SEPARATOR2)) in DBG_NAME() 199 ,m_aUserNameLabel(this, ModuleRes(FT_USERNAME)) in DBG_NAME() 200 ,m_aUserName(this, ModuleRes(ET_USERNAME)) in DBG_NAME() 201 ,m_aPasswordRequired(this, ModuleRes(CB_PASSWORD_REQUIRED)) in DBG_NAME() 202 ,m_aFL3(this, ModuleRes(FL_SEPARATOR3)) in DBG_NAME() 203 ,m_aJavaDriverLabel(this, ModuleRes(FT_JDBCDRIVERCLASS)) in DBG_NAME() 204 ,m_aJavaDriver(this, ModuleRes(ET_JDBCDRIVERCLASS)) in DBG_NAME() 205 ,m_aTestJavaDriver(this, ModuleRes(PB_TESTDRIVERCLASS)) in DBG_NAME() 206 ,m_aTestConnection(this, ModuleRes(PB_TESTCONNECTION)) in DBG_NAME() [all …]
|
H A D | dlgsave.cxx | 146 ,m_aLabel(_pParent, ModuleRes (FT_TITLE)) in OSaveAsDlgImpl() 148 ,m_aPB_OK(_pParent, ModuleRes( PB_OK ) ) in OSaveAsDlgImpl() 150 ,m_aPB_HELP(_pParent, ModuleRes( PB_HELP)) in OSaveAsDlgImpl() 151 ,m_aQryLabel(ModuleRes(STR_QRY_LABEL)) in OSaveAsDlgImpl() 152 ,m_sTblLabel(ModuleRes(STR_TBL_LABEL)) in OSaveAsDlgImpl() 182 ,m_aLabel(_pParent, ModuleRes (FT_TITLE)) in OSaveAsDlgImpl() 183 ,m_aTitle(_pParent, ModuleRes (ET_TITLE)) in OSaveAsDlgImpl() 184 ,m_aPB_OK(_pParent, ModuleRes( PB_OK ) ) in OSaveAsDlgImpl() 186 ,m_aPB_HELP(_pParent, ModuleRes( PB_HELP)) in OSaveAsDlgImpl() 187 ,m_aQryLabel(ModuleRes(STR_QRY_LABEL)) in OSaveAsDlgImpl() [all …]
|
H A D | UserAdmin.cxx | 128 ModalDialog( _pParent, ModuleRes( DLG_PASSWORD) ), in OPasswordDialog() 130 aFLUser ( this, ModuleRes( FL_USER ) ), in OPasswordDialog() 133 aFTPassword ( this, ModuleRes( FT_PASSWORD ) ), in OPasswordDialog() 134 aEDPassword ( this, ModuleRes( ED_PASSWORD ) ), in OPasswordDialog() 137 aOKBtn ( this, ModuleRes( BTN_PASSWORD_OK ) ), in OPasswordDialog() 182 ,m_FL_USER( this , ModuleRes(FL_USER)) in OUserAdmin() 183 ,m_FT_USER( this , ModuleRes(FT_USER)) in OUserAdmin() 184 ,m_LB_USER( this , ModuleRes(LB_USER)) in OUserAdmin() 185 ,m_PB_NEWUSER( this , ModuleRes(PB_NEWUSER)) in OUserAdmin() 186 ,m_PB_CHANGEPWD( this , ModuleRes(PB_CHANGEPWD)) in OUserAdmin() [all …]
|
H A D | AdabasStat.cxx | 89 : ModalDialog( pParent, ModuleRes(DLG_ADABASSTAT) ) in OAdabasStatistics() 90 ,m_FL_FILES( this , ModuleRes(FL_FILES)) in OAdabasStatistics() 91 ,m_FT_SYSDEVSPACE( this , ModuleRes(FT_SYSDEVSPACE)) in OAdabasStatistics() 93 ,m_FT_TRANSACTIONLOG( this , ModuleRes(FT_TRANSACTIONLOG)) in OAdabasStatistics() 95 ,m_FT_DATADEVSPACE( this , ModuleRes(FT_DATADEVSPACE)) in OAdabasStatistics() 97 ,m_FL_SIZES( this , ModuleRes(FL_SIZES)) in OAdabasStatistics() 98 ,m_FT_SIZE( this , ModuleRes(FT_SIZE)) in OAdabasStatistics() 99 ,m_ET_SIZE( this , STR_ADABAS_HELP_SIZE,ModuleRes(ET_SIZE)) in OAdabasStatistics() 100 ,m_FT_FREESIZE( this , ModuleRes(FT_FREESIZE)) in OAdabasStatistics() 102 ,m_FT_MEMORYUSING( this , ModuleRes(FT_MEMORYUSING)) in OAdabasStatistics() [all …]
|
H A D | queryorder.cxx | 88 :ModalDialog( pParent, ModuleRes(DLG_ORDERCRIT) ) in DBG_NAME() 89 ,aLB_ORDERFIELD1( this, ModuleRes( LB_ORDERFIELD1 ) ) in DBG_NAME() 90 ,aLB_ORDERVALUE1( this, ModuleRes( LB_ORDERVALUE1 ) ) in DBG_NAME() 91 ,aLB_ORDERFIELD2( this, ModuleRes( LB_ORDERFIELD2 ) ) in DBG_NAME() 95 ,aFT_ORDERFIELD( this, ModuleRes( FT_ORDERFIELD ) ) in DBG_NAME() 98 ,aFT_ORDEROPER( this, ModuleRes( FT_ORDEROPER ) ) in DBG_NAME() 99 ,aFT_ORDERDIR( this, ModuleRes( FT_ORDERDIR ) ) in DBG_NAME() 100 ,aBT_OK( this, ModuleRes( BT_OK ) ) in DBG_NAME() 101 ,aBT_CANCEL( this, ModuleRes( BT_CANCEL ) ) in DBG_NAME() 102 ,aBT_HELP( this, ModuleRes( BT_HELP ) ) in DBG_NAME() [all …]
|
H A D | RelationDlg.cxx | 97 :ModalDialog( pParent, ModuleRes(DLG_REL_PROPERTIES) ) in DBG_NAME() 100 ,aFL_CascUpd( this, ModuleRes(FL_CASC_UPD) ) in DBG_NAME() 101 ,aRB_NoCascUpd( this, ModuleRes(RB_NO_CASC_UPD) ) in DBG_NAME() 102 ,aRB_CascUpd( this, ModuleRes(RB_CASC_UPD) ) in DBG_NAME() 103 ,aRB_CascUpdNull( this, ModuleRes(RB_CASC_UPD_NULL) ) in DBG_NAME() 106 ,aRB_NoCascDel( this, ModuleRes(RB_NO_CASC_DEL) ) in DBG_NAME() 107 ,aRB_CascDel( this, ModuleRes(RB_CASC_DEL) ) in DBG_NAME() 108 ,aRB_CascDelNull( this, ModuleRes(RB_CASC_DEL_NULL) ) in DBG_NAME() 111 ,aPB_OK( this, ModuleRes( PB_OK ) ) in DBG_NAME() 112 ,aPB_CANCEL( this, ModuleRes( PB_CANCEL ) ) in DBG_NAME() [all …]
|
H A D | CollectionView.cxx | 132 : ModalDialog( pParent, ModuleRes(DLG_COLLECTION_VIEW)) in DBG_NAME() 134 , m_aNewFolder( this, ModuleRes( BTN_EXPLORERFILE_NEWFOLDER ) ) in DBG_NAME() 135 , m_aUp( this, ModuleRes( BTN_EXPLORERFILE_UP ) ) in DBG_NAME() 137 , m_aFTName( this, ModuleRes( FT_EXPLORERFILE_FILENAME ) ) in DBG_NAME() 138 , m_aName( this, ModuleRes( ED_EXPLORERFILE_FILENAME ) ) in DBG_NAME() 139 , m_aFL( this, ModuleRes( FL_1 ) ) in DBG_NAME() 140 , m_aPB_OK( this, ModuleRes( BTN_EXPLORERFILE_SAVE ) ) in DBG_NAME() 141 , m_aPB_CANCEL( this, ModuleRes( PB_CANCEL ) ) in DBG_NAME() 142 , m_aPB_HELP( this, ModuleRes( PB_HELP ) ) in DBG_NAME() 143 , m_sPath( ModuleRes( STR_PATHNAME ) ) in DBG_NAME() [all …]
|
H A D | generalpage.cxx | 65 :OGenericAdministrationPage(pParent, ModuleRes(PAGE_GENERAL), _rItems) in OGeneralPage() 72 ,m_aFT_DocListLabel (this, ModuleRes(FT_DOCLISTLABEL)) in OGeneralPage() 75 ,m_aTypePreLabel (this, ModuleRes(FT_DATASOURCETYPE_PRE)) in OGeneralPage() 76 ,m_aDatasourceTypeLabel (this, ModuleRes(FT_DATATYPE)) in OGeneralPage() 77 ,m_pDatasourceType ( new ListBox(this, ModuleRes(LB_DATATYPE))) in OGeneralPage() 79 ,m_aTypePostLabel (this, ModuleRes(FT_DATASOURCETYPE_POST)) in OGeneralPage() 80 ,m_aSpecialMessage (this, ModuleRes(FT_SPECIAL_MESSAGE)) in OGeneralPage() 82 ,m_sMySQLEntry (ModuleRes(STR_MYSQLENTRY)) in OGeneralPage() 226 String sMessage = String(ModuleRes(STR_PARENTTITLE)); in setParentTitle() 272 sMessage = String(ModuleRes(nResId)); in switchMessage() [all …]
|
H A D | dbfindex.cxx | 82 : ModalDialog( pParent, ModuleRes(DLG_DBASE_INDEXES) ), in DBG_NAME() 83 aPB_OK( this, ModuleRes( PB_OK ) ), in DBG_NAME() 84 aPB_CANCEL( this, ModuleRes( PB_CANCEL ) ), in DBG_NAME() 85 aPB_HELP( this, ModuleRes( PB_HELP ) ), in DBG_NAME() 86 m_FT_Tables( this, ModuleRes( FT_TABLES ) ), in DBG_NAME() 87 aCB_Tables( this, ModuleRes( CB_TABLES ) ), in DBG_NAME() 91 m_FT_AllIndexes( this, ModuleRes( FT_ALLINDEXES ) ), in DBG_NAME() 92 aLB_FreeIndexes( this, ModuleRes( LB_FREEINDEXES ) ), in DBG_NAME() 93 aIB_Add( this, ModuleRes( IB_ADD ) ), in DBG_NAME() 94 aIB_Remove( this, ModuleRes( IB_REMOVE ) ), in DBG_NAME() [all …]
|
H A D | directsql.cxx | 98 :ModalDialog(_pParent, ModuleRes(DLG_DIRECTSQL)) in DBG_NAME() 99 ,m_aFrame (this, ModuleRes(FL_SQL)) in DBG_NAME() 100 ,m_aSQLLabel (this, ModuleRes(FT_SQL)) in DBG_NAME() 101 ,m_aSQL (this, ModuleRes(ME_SQL)) in DBG_NAME() 102 ,m_aExecute (this, ModuleRes(PB_EXECUTE)) in DBG_NAME() 103 ,m_aHistoryLabel (this, ModuleRes(FT_HISTORY)) in DBG_NAME() 105 ,m_aStatusFrame (this, ModuleRes(FL_STATUS)) in DBG_NAME() 106 ,m_aStatus (this, ModuleRes(ME_STATUS)) in DBG_NAME() 107 ,m_aButtonSeparator (this, ModuleRes(FL_BUTTONS)) in DBG_NAME() 108 ,m_aHelp (this, ModuleRes(PB_HELP)) in DBG_NAME() [all …]
|
H A D | queryfilter.cxx | 131 :ModalDialog( pParent, ModuleRes( DLG_FILTERCRIT ) ) in DlgFilterCrit() 133 ,aLB_WHERECOMP1 ( this, ModuleRes( LB_WHERECOMP1 ) ) in DlgFilterCrit() 135 ,aLB_WHERECOND2 ( this, ModuleRes( LB_WHERECOND2 ) ) in DlgFilterCrit() 137 ,aLB_WHERECOMP2 ( this, ModuleRes( LB_WHERECOMP2 ) ) in DlgFilterCrit() 144 ,aFT_WHERECOMP ( this, ModuleRes( FT_WHERECOMP ) ) in DlgFilterCrit() 146 ,aFT_WHEREOPER ( this, ModuleRes( FT_WHEREOPER ) ) in DlgFilterCrit() 147 ,aFL_FIELDS ( this, ModuleRes( FL_FIELDS ) ) in DlgFilterCrit() 148 ,aBT_OK ( this, ModuleRes( BT_OK ) ) in DlgFilterCrit() 149 ,aBT_CANCEL ( this, ModuleRes( BT_CANCEL ) ) in DlgFilterCrit() 150 ,aBT_HELP ( this, ModuleRes( BT_HELP ) ) in DlgFilterCrit() [all …]
|
H A D | admincontrols.cxx | 151 ,m_aDatabaseNameLabel ( this, ModuleRes( FT_MYSQL_DATABASE_NAME ) ) in MySQLNativeSettings() 152 ,m_aDatabaseName ( this, ModuleRes( ED_MYSQL_DATABASE_NAME ) ) in MySQLNativeSettings() 153 ,m_aHostPortRadio ( this, ModuleRes( RB_MYSQL_HOST_PORT ) ) in MySQLNativeSettings() 154 ,m_aSocketRadio ( this, ModuleRes( RB_MYSQL_SOCKET ) ) in MySQLNativeSettings() 155 ,m_aNamedPipeRadio ( this, ModuleRes( RB_MYSQL_NAMED_PIPE ) ) in MySQLNativeSettings() 156 ,m_aHostNameLabel ( this, ModuleRes( FT_COMMON_HOST_NAME ) ) in MySQLNativeSettings() 157 ,m_aHostName ( this, ModuleRes( ED_COMMON_HOST_NAME ) ) in MySQLNativeSettings() 158 ,m_aPortLabel ( this, ModuleRes( FT_COMMON_PORT ) ) in MySQLNativeSettings() 159 ,m_aPort ( this, ModuleRes( NF_COMMON_PORT ) ) in MySQLNativeSettings() 161 ,m_aSocket ( this, ModuleRes( ED_MYSQL_SOCKET ) ) in MySQLNativeSettings() [all …]
|
/aoo42x/main/extensions/source/dbpilots/ |
H A D | groupboxwiz.cxx | 203 ,m_aFrame (this, ModuleRes(FL_DATA)) in ORadioSelectionPage() 205 ,m_aRadioName (this, ModuleRes(ET_RADIOLABELS)) in ORadioSelectionPage() 206 ,m_aMoveRight (this, ModuleRes(PB_MOVETORIGHT)) in ORadioSelectionPage() 207 ,m_aMoveLeft (this, ModuleRes(PB_MOVETOLEFT)) in ORadioSelectionPage() 411 ,m_aFrame (this, ModuleRes(FL_OPTIONVALUES)) in OOptionValuesPage() 414 ,m_aValue (this, ModuleRes(ET_OPTIONVALUE)) in OOptionValuesPage() 416 ,m_aOptions (this, ModuleRes(LB_RADIOBUTTONS)) in OOptionValuesPage() 521 ,m_aFrame (this, ModuleRes(FL_NAMEIT)) in OFinalizeGBWPage() 522 ,m_aNameLabel (this, ModuleRes(FT_NAMEIT)) in OFinalizeGBWPage() 523 ,m_aName (this, ModuleRes(ET_NAMEIT)) in OFinalizeGBWPage() [all …]
|
H A D | listcombowizard.cxx | 291 ,m_aFrame (this, ModuleRes(FL_FRAME)) in OContentTableSelection() 293 ,m_aSelectTable (this, ModuleRes(LB_SELECTTABLE)) in OContentTableSelection() 378 ,m_aFrame (this, ModuleRes(FL_FRAME)) in OContentFieldSelection() 379 ,m_aTableFields (this, ModuleRes(FT_TABLEFIELDS)) in OContentFieldSelection() 380 ,m_aSelectTableField (this, ModuleRes(LB_SELECTFIELD)) in OContentFieldSelection() 383 ,m_aInfo (this, ModuleRes(FT_CONTENTFIELD_INFO)) in OContentFieldSelection() 451 :OLCPage(_pParent, ModuleRes(RID_PAGE_LCW_FIELDLINK)) in OLinkFieldsPage() 452 ,m_aDescription (this, ModuleRes(FT_FIELDLINK_DESC)) in OLinkFieldsPage() 453 ,m_aFrame (this, ModuleRes(FL_FRAME)) in OLinkFieldsPage() 456 ,m_aTableFieldLabel (this, ModuleRes(FT_TABLEFIELD)) in OLinkFieldsPage() [all …]
|
H A D | commonpagesdbp.cxx | 71 ,m_aData (this, ModuleRes(FL_DATA)) in OTableSelectionPage() 72 ,m_aExplanation (this, ModuleRes(FT_EXPLANATION)) in OTableSelectionPage() 73 ,m_aDatasourceLabel (this, ModuleRes(FT_DATASOURCE)) in OTableSelectionPage() 74 ,m_aDatasource (this, ModuleRes(LB_DATASOURCE)) in OTableSelectionPage() 75 ,m_aSearchDatabase (this, ModuleRes(PB_FORMDATASOURCE)) in OTableSelectionPage() 76 ,m_aTableLabel (this, ModuleRes(FT_TABLE)) in OTableSelectionPage() 77 ,m_aTable (this, ModuleRes(LB_TABLE)) in OTableSelectionPage() 468 ,m_aFrame (this, ModuleRes(FL_DATABASEFIELD_EXPL)) in ODBFieldPage() 471 ,m_aStoreYes (this, ModuleRes(RB_STOREINFIELD_YES)) in ODBFieldPage() 472 ,m_aStoreNo (this, ModuleRes(LB_STOREINFIELD)) in ODBFieldPage() [all …]
|
/aoo42x/main/extensions/source/preload/ |
H A D | oemwiz.cxx | 117 ,aAcceptST(ModuleRes(ST_ACCEPT)) in OEMPreloadDialog() 118 ,aFinishST(ModuleRes(ST_FINISH)) in OEMPreloadDialog() 231 aInfoFT(this, ModuleRes(FT_INFO)) in OEMWelcomeTabPage() 246 aLicenseML(this, ModuleRes(ML_LICENSE)), in OEMLicenseTabPage() 247 aInfo1FT(this, ModuleRes(FT_INFO1)), in OEMLicenseTabPage() 248 aInfo2FT(this, ModuleRes(FT_INFO2)), in OEMLicenseTabPage() 249 aInfo3FT(this, ModuleRes(FT_INFO3)), in OEMLicenseTabPage() 250 aInfo2_1FT(this, ModuleRes(FT_INFO2_1)), in OEMLicenseTabPage() 251 aInfo3_1FT(this, ModuleRes(FT_INFO3_1)), in OEMLicenseTabPage() 252 aCBAccept(this, ModuleRes(CB_ACCEPT)), in OEMLicenseTabPage() [all …]
|
/aoo42x/main/reportdesign/source/ui/dlg/ |
H A D | PageNumber.cxx | 73 ,m_aFormat(this, ModuleRes(FL_FORMAT) ) in DBG_NAME() 74 ,m_aPageN(this, ModuleRes(RB_PAGE_N) ) in DBG_NAME() 75 ,m_aPageNofM(this, ModuleRes(RB_PAGE_N_OF_M) ) in DBG_NAME() 76 ,m_aPosition(this, ModuleRes(FL_POSITION) ) in DBG_NAME() 77 ,m_aTopPage(this, ModuleRes(RB_PAGE_TOPPAGE) ) in DBG_NAME() 79 ,m_aMisc(this, ModuleRes(FL_MISC) ) in DBG_NAME() 80 ,m_aAlignment(this, ModuleRes(FL_ALIGNMENT) ) in DBG_NAME() 83 ,m_aFl1(this, ModuleRes(FL_SEPARATOR1)) in DBG_NAME() 84 ,m_aPB_OK(this, ModuleRes(PB_OK)) in DBG_NAME() 85 ,m_aPB_CANCEL(this, ModuleRes(PB_CANCEL)) in DBG_NAME() [all …]
|
/aoo42x/main/formula/source/ui/dlg/ |
H A D | parawin.cxx | 56 aBtnFx1 ( this, ModuleRes( BTN_FX1 ) ), in ParaWin() 57 aFtArg1 ( this, ModuleRes( FT_ARG1 ) ), in ParaWin() 58 aEdArg1 ( this, ModuleRes( ED_ARG1 ) ), in ParaWin() 59 aRefBtn1 ( this, ModuleRes( RB_ARG1 ) ), in ParaWin() 61 aBtnFx2 ( this, ModuleRes( BTN_FX2 ) ), in ParaWin() 62 aFtArg2 ( this, ModuleRes( FT_ARG2 ) ), in ParaWin() 63 aEdArg2 ( this, ModuleRes( ED_ARG2 ) ), in ParaWin() 66 aBtnFx3 ( this, ModuleRes( BTN_FX3 ) ), in ParaWin() 69 aRefBtn3 ( this, ModuleRes( RB_ARG3 ) ), in ParaWin() 74 aRefBtn4 ( this, ModuleRes( RB_ARG4 ) ), in ParaWin() [all …]
|
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | WCPage.cxx | 100 :OWizardPage( pParent, ModuleRes(TAB_WIZ_COPYTABLE) ) in DBG_NAME() 101 ,m_ftTableName( this, ModuleRes( FT_TABLENAME ) ) in DBG_NAME() 102 ,m_edTableName( this, ModuleRes( ET_TABLENAME ) ) in DBG_NAME() 104 ,m_aRB_DefData( this, ModuleRes( RB_DEFDATA ) ) in DBG_NAME() 105 ,m_aRB_Def( this, ModuleRes( RB_DEF ) ) in DBG_NAME() 106 ,m_aRB_View( this, ModuleRes( RB_VIEW ) ) in DBG_NAME() 110 ,m_aFT_KeyName( this, ModuleRes( FT_KEYNAME ) ) in DBG_NAME() 111 ,m_edKeyName( this, ModuleRes( ET_KEYNAME ) ) in DBG_NAME() 150 SetText(String(ModuleRes(STR_COPYTABLE_TITLE_COPY))); in DBG_NAME() 285 String sError(ModuleRes(STR_INVALID_TABLE_NAME)); in LeavePage() [all …]
|
H A D | WNameMatch.cxx | 63 :OWizardPage( pParent, ModuleRes( TAB_WIZ_NAME_MATCHING ) ) in DBG_NAME() 64 ,m_FT_TABLE_LEFT( this, ModuleRes( FT_TABLE_LEFT ) ) in DBG_NAME() 65 ,m_FT_TABLE_RIGHT( this, ModuleRes( FT_TABLE_RIGHT ) ) in DBG_NAME() 66 ,m_CTRL_LEFT( this, ModuleRes( CTRL_LEFT ) ) in DBG_NAME() 67 ,m_CTRL_RIGHT( this, ModuleRes( CTRL_RIGHT ) ) in DBG_NAME() 68 ,m_ibColumn_up( this, ModuleRes( IB_COLUMN_UP ) ) in DBG_NAME() 69 ,m_ibColumn_down( this, ModuleRes( IB_COLUMN_DOWN ) ) in DBG_NAME() 70 ,m_ibColumn_up_right( this, ModuleRes( IB_COLUMN_UP_RIGHT ) ) in DBG_NAME() 71 ,m_ibColumn_down_right( this, ModuleRes( IB_COLUMN_DOWN_RIGHT ) ) in DBG_NAME() 72 ,m_pbAll( this, ModuleRes( PB_ALL ) ) in DBG_NAME() [all …]
|
/aoo42x/main/extensions/source/abpilot/ |
H A D | typeselectionpage.cxx | 46 ,m_aHint (this, ModuleRes(FT_TYPE_HINTS)) in TypeSelectionPage() 47 ,m_aTypeSep (this, ModuleRes(FL_TYPE)) in TypeSelectionPage() 48 ,m_aEvolution (this, ModuleRes(RB_EVOLUTION)) in TypeSelectionPage() 50 ,m_aEvolutionLdap (this, ModuleRes(RB_EVOLUTION_LDAP)) in TypeSelectionPage() 51 ,m_aMORK (this, ModuleRes(RB_MORK)) in TypeSelectionPage() 53 ,m_aKab (this, ModuleRes(RB_KAB)) in TypeSelectionPage() 54 ,m_aMacab (this, ModuleRes(RB_MACAB)) in TypeSelectionPage() 55 ,m_aLDAP (this, ModuleRes(RB_LDAP)) in TypeSelectionPage() 56 ,m_aOutlook (this, ModuleRes(RB_OUTLOOK)) in TypeSelectionPage() 57 ,m_aOE (this, ModuleRes(RB_OUTLOOKEXPRESS)) in TypeSelectionPage() [all …]
|