Home
last modified time | relevance | path

Searched refs:ModuleRes (Results 101 – 125 of 133) sorted by relevance

123456

/aoo41x/main/dbaccess/source/ui/misc/
H A DRowSetDrop.cxx75 …throw SQLException(String(ModuleRes(STR_UNEXPECTED_ERROR)),*this,::rtl::OUString(RTL_CONSTASCII_US… in initialize()
256 String sAskIfContinue = String(ModuleRes(STR_ERROR_OCCURED_WHILE_COPYING)); in insertNewRow()
H A DHtmlReader.cxx456 String aTempName(ModuleRes(STR_TBL_TITLE)); in CreateTable()
501 aColumnName = String(ModuleRes(STR_COLUMN_NAME)); in CreateTable()
H A Ddbsubcomponentcontroller.cxx331 QueryBox aQuery( getView(), ModuleRes(QUERY_CONNECTION_LOST) ); in reconnect()
487 String aMessage(ModuleRes(RID_STR_CONNECTION_LOST)); in connectionLostMessage()
H A Dcharsets.cxx62 m_aSystemDisplayName = String( ModuleRes( 1 ) ); in OCharsetDisplay()
H A Ddefaultobjectnamecheck.cxx115 String sErrorMessage = String( ModuleRes( STR_NAMED_OBJECT_ALREADY_EXISTS ) ); in lcl_fillNameExistsError()
H A Ddatasourceconnector.cxx226 String sMessage( ModuleRes( STR_WARNINGS_DURING_CONNECT ) ); in connect()
/aoo41x/main/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx316 String sMessage(ModuleRes(STR_MISSING_TABLES_XDROP)); in deleteTables()
475 String sConnectingContext( ModuleRes( STR_COULDNOTCONNECT_DATASOURCE ) ); in ensureConnection()
723 String sDefaultName = String( ModuleRes( STR_QRY_TITLE ) ); in paste()
H A DAppTitleWindow.cxx111 m_aTitle.SetText(ModuleRes(_nTitleId)); in setTitle()
/aoo41x/main/dbaccess/source/ui/dlg/
H A Ddbwiz.cxx123 …:OWizardMachine(_pParent, ModuleRes(DLG_DATABASE_TYPE_CHANGE), WZB_NEXT | WZB_PREVIOUS | WZB_FINIS… in DBG_NAME()
358 pPage->SetText(String(ModuleRes(nStringId))); in createPage()
H A DDbAdminImpl.cxx282 String sLoginRequest(ModuleRes(STR_ENTER_CONNECTION_PASSWORD)); in getCurrentSettings()
416 String sCurrentActionError = String(ModuleRes(STR_COULDNOTCREATE_DRIVERMANAGER)); in getDriver()
437 sCurrentActionError = String(ModuleRes(STR_NOREGISTEREDDRIVER)); in getDriver()
/aoo41x/main/dbaccess/source/ui/control/
H A Dtoolboxcontroller.cxx228 pMenu.reset( new PopupMenu( ModuleRes( RID_MENU_APP_NEW ) ) ); in getMenu()
270 pMenu.reset( new PopupMenu( ModuleRes( RID_MENU_REFRESH_DATA ) ) ); in getMenu()
H A DColumnControlWindow.cxx62 , m_sTypeNames(ModuleRes(STR_TABLEDESIGN_DBFIELDTYPES)) in DBG_NAME()
/aoo41x/main/reportdesign/source/core/sdr/
H A DUndoActions.cxx101 m_strComment = String(ModuleRes(nCommentID)); in DBG_NAME()
403 String aStr(ModuleRes(RID_STR_UNDO_PROPERTY)); in GetComment()
/aoo41x/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx625 ,m_sStateSaveRecord(ModuleRes(RID_STR_SAVE_CURRENT_RECORD)) in DBG_NAME()
626 ,m_sStateUndoRecord(ModuleRes(RID_STR_UNDO_MODIFY_RECORD)) in DBG_NAME()
855 String sText(ModuleRes(STR_DATASOURCE_GRIDCONTROL_NAME)); in Construct()
1558 if (QueryBox(getBrowserView(), ModuleRes(QUERY_BRW_DELETE_ROWS)).Execute() != RET_YES) in confirmDelete()
2188 UniString(ModuleRes(SBA_BROWSER_SETTING_ORDER)), in Execute()
2260 UniString(ModuleRes(SBA_BROWSER_SETTING_FILTER)), in Execute()
2269 UniString(ModuleRes(SBA_BROWSER_SETTING_FILTER)), in Execute()
2376 QueryBox aQry(getBrowserView()->getVclControl(), ModuleRes(QUERY_BRW_SAVEMODIFIED)); in SaveModified()
H A Dsbagrid.cxx862 PopupMenu aNewItems(ModuleRes(RID_SBA_GRID_COLCTXMENU)); in PreExecuteColumnContextMenu()
969 PopupMenu aNewItems(ModuleRes(RID_SBA_GRID_ROWCTXMENU)); in PreExecuteRowContextMenu()
1738 String sError = String(ModuleRes(STR_NO_COLUMNNAME_MATCHING));
1770 sRet = String(ModuleRes(STR_DATASOURCE_GRIDCONTROL_DESC)); in GetAccessibleObjectDescription()
/aoo41x/main/extensions/source/abpilot/
H A Ddatasourcehandling.cxx575 aDetailedError.Message = String( ModuleRes( RID_STR_NOCONNECTION ) ); in connect()
576 aDetailedError.Details = String( ModuleRes( RID_STR_PLEASECHECKSETTINGS ) ); in connect()
H A Dadmininvokationimpl.cxx90 String sAdminDialogTitle(ModuleRes(RID_STR_ADMINDIALOGTITLE)); in invokeAdministration()
/aoo41x/main/reportdesign/source/ui/report/
H A DReportSection.cxx467 …String sText = String(ModuleRes((_xReportDefinition.is() && _xReportDefinition->getPageHeaderOn())… in lcl_insertMenuItemImages()
472 …String sText = String(ModuleRes((_xReportDefinition.is() && _xReportDefinition->getReportHeaderOn(… in lcl_insertMenuItemImages()
493 PopupMenu aContextMenu( ModuleRes( RID_MENU_REPORT ) ); in Command()
/aoo41x/main/dbaccess/source/ui/inc/
H A Dlocalresaccess.hxx50 :LRA_Base( ModuleRes( _nId ), _rType ) in LocalResourceAccess()
H A DGeneralUndo.hxx48 OCommentUndoAction(sal_uInt16 nCommentID) { m_strComment = String(ModuleRes(nCommentID)); } in OCommentUndoAction()
/aoo41x/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx353 String sError(ModuleRes(STR_QRY_COLUMN_NOT_FOUND)); in FillDragInfo()
361 … _pView->getController().appendError( String( ModuleRes( STR_QRY_CHECK_CASESENSITIVE ) ) ); in FillDragInfo()
634 String sError(ModuleRes(STR_QRY_JOIN_COLUMN_COMPARE)); in InsertJoinConnection()
825 ErrorBox(_pView, ModuleRes( ERR_QRY_CRITERIA_ON_ASTERISK)).Execute(); in GenerateCriterias()
991 ErrorBox(_pView, ModuleRes( ERR_QRY_ORDERBY_ON_ASTERISK)).Execute(); in GenerateOrder()
1512 String sError(ModuleRes(STR_QRY_LIKE_LEFT_NO_COLUMN)); in GetANDCriteria()
2588 return String( ModuleRes( nResId ) ); in getParseErrorMessage()
H A DTableWindow.cxx206 ModuleRes TmpRes(isHiContrast(m_pListBox) ? IMG_JOINS_H : IMG_JOINS); in FillListBox()
650 PopupMenu aContextMenu(ModuleRes(RID_MENU_JOINVIEW_TABLE)); in Command()
H A DQueryTableView.cxx869 rUndoMgr.EnterListAction( String( ModuleRes(STR_QUERY_UNDO_TABWINDELETE) ), String() ); in RemoveTabWin()
1110 String sError( ModuleRes( STR_STATEMENT_WITHOUT_RESULT_SET ) ); in onNoColumns_throw()
/aoo41x/main/reportdesign/source/ui/inspection/
H A DDefaultInspection.cxx249 pReturn->UIName = String( ModuleRes( aCategories[i].uiNameResId ) ); in describeCategories()
/aoo41x/main/dbaccess/source/ui/tabledesign/
H A DTableFieldDescWin.cxx86 m_pHeader->SetText( String(ModuleRes(STR_TAB_PROPERTIES)) ); in DBG_NAME()

Completed in 158 milliseconds

123456