/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | sqlmessage.cxx | 533 void OSQLMessageBox::impl_positionControls() in impl_positionControls() 634 void OSQLMessageBox::impl_initImage( MessageType _eImage ) in impl_initImage() 657 void OSQLMessageBox::impl_createStandardButtons( WinBits _nStyle ) in impl_createStandardButtons() 702 void OSQLMessageBox::impl_addDetailsButton() in impl_addDetailsButton() 729 pButton->SetClickHdl( LINK( this, OSQLMessageBox, ButtonClickHdl ) ); in impl_addDetailsButton() 735 void OSQLMessageBox::Construct( WinBits _nStyle, MessageType _eImage ) in Construct() 764 OSQLMessageBox::OSQLMessageBox(Window* _pParent, const SQLExceptionInfo& _rException, WinBits _nSty… in OSQLMessageBox() function in dbaui::OSQLMessageBox 776 OSQLMessageBox::OSQLMessageBox( Window* _pParent, const UniString& _rTitle, const UniString& _rMess… in OSQLMessageBox() function in dbaui::OSQLMessageBox 794 OSQLMessageBox::~OSQLMessageBox() in ~OSQLMessageBox() 799 IMPL_LINK( OSQLMessageBox, ButtonClickHdl, Button *, /*pButton*/ ) [all …]
|
H A D | adminpages.cxx | 282 OSQLMessageBox::MessageType eImage = OSQLMessageBox::Info; 291 eImage = OSQLMessageBox::Error; 294 OSQLMessageBox aMsg( this, sTitle, aMessage, WB_OK, eImage );
|
H A D | DBSetupConnectionPages.cxx | 629 OSQLMessageBox aMsg( this, String( ModuleRes( nMessage ) ), String() ); 749 OSQLMessageBox aMsg( this, String( ModuleRes( nMessage ) ), String() );
|
H A D | AdabasStat.cxx | 322 OSQLMessageBox aMsg(GetParent(),GetText(),String(ModuleRes(STR_ADABAS_ERROR_SYSTEMTABLES))); in showError()
|
H A D | ConnectionPage.cxx | 436 OSQLMessageBox aMsg( this, String( ModuleRes( nMessage ) ), String() );
|
H A D | tablespage.cxx | 404 OSQLMessageBox aMessageBox( GetParent()->GetParent(), aErrorInfo ); in implInitControls()
|
H A D | detailpages.cxx | 673 OSQLMessageBox aMsg( this, String( ModuleRes( nMessage ) ), String() );
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | sqlmessage.hxx | 62 class OSQLMessageBox : public ButtonDialog class 88 OSQLMessageBox( 101 OSQLMessageBox(Window* pParent, 108 ~OSQLMessageBox(); 125 class OSQLWarningBox : public OSQLMessageBox
|
/aoo42x/main/dbaccess/source/ui/uno/ |
H A D | unosqlmessage.cxx | 163 …return new OSQLMessageBox( _pParent, SQLExceptionInfo( m_aException ), WB_OK | WB_DEF_OK, m_sHelpU… in createDialog() 166 return new OSQLMessageBox(_pParent, SQLException()); in createDialog()
|
H A D | dbinteraction.cxx | 247 OSQLMessageBox aDialog(NULL, _rSqlInfo, nDialogStyle); in implHandle()
|
/aoo42x/main/dbaccess/source/ui/querydesign/ |
H A D | querycontroller.cxx | 984 OSQLMessageBox aDlg( pWindow, aTitle, aMessage, WB_YES_NO | WB_DEF_YES, OSQLMessageBox::Query ); in impl_initialize() 1057 OSQLMessageBox(pWindow,e).Execute(); in impl_initialize() 1759 OSQLMessageBox aDlg(getView(),aTitle,aErrorMsg); in impl_reset()
|
/aoo42x/main/dbaccess/source/ui/tabledesign/ |
H A D | TableController.cxx | 450 …OSQLMessageBox aDlg( getView(), String( ModuleRes( STR_ERROR_DURING_CREATION ) ), sText, WB_OK, OS… in doSaveDoc() 1003 OSQLMessageBox aBox(getView(), sTitle,sMsg, WB_YES_NO_CANCEL | WB_DEF_YES); in checkColumns() 1257 OSQLMessageBox aMsg(getView(),aTitle,aMsgT,WB_YES_NO| WB_DEF_YES); in alterColumns()
|
/aoo42x/main/dbaccess/source/ui/relationdesign/ |
H A D | RelationTableView.cxx | 390 OSQLMessageBox aDlg(this,ModuleRes(STR_QUERY_REL_EDIT_RELATION),String(),0); in lookForUiActivities()
|
H A D | RelationController.cxx | 220 OSQLMessageBox aDlg(NULL,sTitle,ModuleRes(STR_RELATIONDESIGN_NOT_AVAILABLE)); in impl_initialize()
|
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | UITools.cxx | 1658 …OSQLMessageBox aAsk(_pParent,String(ModuleRes(_nTitle )),aMsg,WB_YES_NO | WB_DEF_YES,OSQLMessageBo… in askForUserAction()
|
/aoo42x/main/dbaccess/source/ui/browser/ |
H A D | brwctrlr.cxx | 1424 OSQLMessageBox aDlg( getBrowserView(), m_aCurrentError );
|