Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/inc/ !
H A DTableController.hxx60 …sal_Bool m_bAllowAutoIncrementValue; // no : 1 NO BIT , is true when the datasource has a A… member in dbaui::OTableController
103 …l_Bool isAutoIncrementValueEnabled() const { return m_bAllowAutoIncrementValue; } in isAutoIncrementValueEnabled()
/trunk/main/dbaccess/source/ui/tabledesign/ !
H A DTableController.cxx166 ,m_bAllowAutoIncrementValue(sal_False) in DBG_NAME()
543 … ::dbaui::fillAutoIncrementValue(getDataSource(),m_bAllowAutoIncrementValue,m_sAutoIncrementValue); in impl_initialize()