Searched refs:OSQLWarningBox (Results 1 – 11 of 11) sorted by relevance
/trunk/main/dbaccess/source/ui/inc/ |
H A D | sqlmessage.hxx | 125 class OSQLWarningBox : public OSQLMessageBox class 128 OSQLWarningBox( Window* _pParent,
|
/trunk/main/dbaccess/source/ui/tabledesign/ |
H A D | TableController.cxx | 318 OSQLWarningBox( getView(), aMessage ).Execute(); in doSaveDoc() 560 OSQLWarningBox( getView(), ModuleRes( STR_NO_TYPE_INFO_AVAILABLE ) ).Execute(); in impl_initialize() 993 OSQLWarningBox( getView(), strMessage ).Execute(); in checkColumns() 1133 OSQLWarningBox aMsg( getView(), aMessage, WB_YES_NO | WB_DEF_YES , &aError ); in alterColumns() 1190 OSQLWarningBox aMsg( getView(), aMessage, WB_YES_NO | WB_DEF_YES ); in alterColumns()
|
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | sqlmessage.cxx | 809 OSQLWarningBox::OSQLWarningBox( Window* _pParent, const UniString& _rMessage, WinBits _nStyle, in OSQLWarningBox() function in dbaui::OSQLWarningBox
|
H A D | ConnectionHelper.cxx | 865 OSQLWarningBox( this, sFile ).Execute(); in commitURL()
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.cxx | 692 OSQLWarningBox( this, sErrorMsg ).Execute(); in fillColumnRef() 785 OSQLWarningBox( this, sErrorMessage ).Execute(); in saveField() 952 OSQLWarningBox( this, sErrorMessage ).Execute(); in saveField() 1224 OSQLWarningBox( this, aErrorMsg ).Execute(); in SaveModified() 1233 OSQLWarningBox( this, aErrorMsg ).Execute(); in SaveModified()
|
H A D | querycontroller.cxx | 1414 OSQLWarningBox( getView(), aMessage ).Execute(); in doSaveAsDoc()
|
/trunk/main/dbaccess/source/ui/misc/ |
H A D | RowSetDrop.cxx | 257 OSQLWarningBox aDlg( m_pParent, sAskIfContinue, WB_YES_NO | WB_DEF_YES ); in insertNewRow()
|
H A D | DExport.cxx | 783 OSQLWarningBox aBox( NULL, aMsg, WB_YES_NO | WB_DEF_NO ); in showErrorDialog()
|
H A D | UITools.cxx | 1273 OSQLWarningBox( _pParent, aMessage ).Execute(); in appendToFilter()
|
/trunk/main/dbaccess/source/ui/relationdesign/ |
H A D | RelationTableView.cxx | 371 OSQLWarningBox aDlg( this, ModuleRes( STR_QUERY_REL_DELETE_WINDOW ), WB_YES_NO | WB_DEF_YES ); in RemoveTabWin()
|
H A D | RelationController.cxx | 175 OSQLWarningBox( getView(), aMessage ).Execute(); in Execute()
|
Completed in 122 milliseconds