Home
last modified time | relevance | path

Searched refs:strMessage (Results 1 – 2 of 2) sorted by relevance

/trunk/main/dbaccess/source/ui/misc/
H A DWTypeSelect.cxx174 String strMessage = String(ModuleRes(STR_TABLEDESIGN_DUPLICATE_NAME)); in CellModified() local
175 strMessage.SearchAndReplaceAscii("$column$", sNewName); in CellModified()
176 pWiz->showError(strMessage); in CellModified()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx991 String strMessage = String(ModuleRes(STR_TABLEDESIGN_DUPLICATE_NAME)); in checkColumns() local
992 strMessage.SearchAndReplaceAscii("$column$", pFieldDesc->GetName()); in checkColumns()
993 OSQLWarningBox( getView(), strMessage ).Execute(); in checkColumns()

Completed in 15 milliseconds