Home
last modified time | relevance | path

Searched refs:OSQLMessageBox (Results 1 – 16 of 16) sorted by relevance

/aoo4110/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx533 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 Dadminpages.cxx282 OSQLMessageBox::MessageType eImage = OSQLMessageBox::Info;
291 eImage = OSQLMessageBox::Error;
294 OSQLMessageBox aMsg( this, sTitle, aMessage, WB_OK, eImage );
H A DDBSetupConnectionPages.cxx631 OSQLMessageBox aMsg( this, String( ModuleRes( nMessage ) ), String() );
751 OSQLMessageBox aMsg( this, String( ModuleRes( nMessage ) ), String() );
H A DAdabasStat.cxx322 OSQLMessageBox aMsg(GetParent(),GetText(),String(ModuleRes(STR_ADABAS_ERROR_SYSTEMTABLES))); in showError()
H A DConnectionPage.cxx436 OSQLMessageBox aMsg( this, String( ModuleRes( nMessage ) ), String() );
H A Dtablespage.cxx406 OSQLMessageBox aMessageBox( GetParent()->GetParent(), aErrorInfo ); in implInitControls()
H A Ddetailpages.cxx673 OSQLMessageBox aMsg( this, String( ModuleRes( nMessage ) ), String() );
/aoo4110/main/dbaccess/source/ui/inc/
H A Dsqlmessage.hxx62 class OSQLMessageBox : public ButtonDialog class
88 OSQLMessageBox(
101 OSQLMessageBox(Window* pParent,
108 ~OSQLMessageBox();
125 class OSQLWarningBox : public OSQLMessageBox
/aoo4110/main/dbaccess/source/ui/uno/
H A Dunosqlmessage.cxx163 …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 Ddbinteraction.cxx247 OSQLMessageBox aDialog(NULL, _rSqlInfo, nDialogStyle); in implHandle()
/aoo4110/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx984 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()
/aoo4110/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx450OSQLMessageBox 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()
/aoo4110/main/dbaccess/source/ui/relationdesign/
H A DRelationTableView.cxx390 OSQLMessageBox aDlg(this,ModuleRes(STR_QUERY_REL_EDIT_RELATION),String(),0); in lookForUiActivities()
H A DRelationController.cxx220 OSQLMessageBox aDlg(NULL,sTitle,ModuleRes(STR_RELATIONDESIGN_NOT_AVAILABLE)); in impl_initialize()
/aoo4110/main/dbaccess/source/ui/misc/
H A DUITools.cxx1658OSQLMessageBox aAsk(_pParent,String(ModuleRes(_nTitle )),aMsg,WB_YES_NO | WB_DEF_YES,OSQLMessageBo… in askForUserAction()
/aoo4110/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx1424 OSQLMessageBox aDlg( getBrowserView(), m_aCurrentError );

Completed in 166 milliseconds