Home
last modified time | relevance | path

Searched refs:isSQL92CheckEnabled (Results 1 – 10 of 10) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/db/
H A DDBMetaData.java517 public boolean isSQL92CheckEnabled() in isSQL92CheckEnabled() method in DBMetaData
519 boolean isSQL92CheckEnabled = false; in isSQL92CheckEnabled()
523isSQL92CheckEnabled = AnyConverter.toBoolean( m_dataSourceSettings.getPropertyValue( "EnableSQL92C… in isSQL92CheckEnabled()
529 return isSQL92CheckEnabled; in isSQL92CheckEnabled()
538 if (this.isSQL92CheckEnabled()) in verifyName()
/trunk/main/wizards/com/sun/star/wizards/table/
H A DTableWizard.java289 if (this.curTableDescriptor.isSQL92CheckEnabled()) in finishWizard()
426 if (this.curTableDescriptor.isSQL92CheckEnabled()) in textChanged()
/trunk/main/dbaccess/source/ui/inc/
H A DUITools.hxx292 …sal_Bool isSQL92CheckEnabled(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConn…
/trunk/main/dbaccess/source/ui/dlg/
H A Ddlgsave.cxx334 sal_Bool bCheck = _xConnection.is() && isSQL92CheckEnabled(_xConnection); in OSaveAsDlg()
H A Dindexdialog.cxx130 if ( isSQL92CheckEnabled(m_xConnection) ) in EditedEntry()
/trunk/main/dbaccess/source/ui/misc/
H A DDExport.cxx653 if ( isSQL92CheckEnabled(m_xConnection) ) in CreateDefaultColumn()
H A DWCopyTable.cxx1490 if ( isSQL92CheckEnabled( m_xDestConnection ) ) in convertColumnName()
H A DUITools.cxx1363 sal_Bool isSQL92CheckEnabled(const Reference<XConnection>& _xConnection) in isSQL92CheckEnabled() function
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx993 m_pColumnName->setCheck( isSQL92CheckEnabled(getConnection()) ); in ActivateAggregate()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx337 pNameCell->setCheck( isSQL92CheckEnabled(xCon) ); in InitCellController()

Completed in 61 milliseconds