Searched refs:isSQL92CheckEnabled (Results 1 – 10 of 10) sorted by relevance
517 public boolean isSQL92CheckEnabled() in isSQL92CheckEnabled() method in DBMetaData519 boolean isSQL92CheckEnabled = false; in isSQL92CheckEnabled()523 …isSQL92CheckEnabled = AnyConverter.toBoolean( m_dataSourceSettings.getPropertyValue( "EnableSQL92C… in isSQL92CheckEnabled()529 return isSQL92CheckEnabled; in isSQL92CheckEnabled()538 if (this.isSQL92CheckEnabled()) in verifyName()
289 if (this.curTableDescriptor.isSQL92CheckEnabled()) in finishWizard()426 if (this.curTableDescriptor.isSQL92CheckEnabled()) in textChanged()
292 …sal_Bool isSQL92CheckEnabled(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConn…
334 sal_Bool bCheck = _xConnection.is() && isSQL92CheckEnabled(_xConnection); in OSaveAsDlg()
130 if ( isSQL92CheckEnabled(m_xConnection) ) in EditedEntry()
653 if ( isSQL92CheckEnabled(m_xConnection) ) in CreateDefaultColumn()
1490 if ( isSQL92CheckEnabled( m_xDestConnection ) ) in convertColumnName()
1363 sal_Bool isSQL92CheckEnabled(const Reference<XConnection>& _xConnection) in isSQL92CheckEnabled() function
993 m_pColumnName->setCheck( isSQL92CheckEnabled(getConnection()) ); in ActivateAggregate()
337 pNameCell->setCheck( isSQL92CheckEnabled(xCon) ); in InitCellController()
Completed in 82 milliseconds