Home
last modified time | relevance | path

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

/aoo41x/main/connectivity/source/inc/
H A DAutoRetrievingBase.hxx34 sal_Bool m_bAutoRetrievingEnabled; // set to when we should allow to query for generated values member in connectivity::OAutoRetrievingBase
36 OAutoRetrievingBase() : m_bAutoRetrievingEnabled(sal_False) {} in OAutoRetrievingBase()
39 …inline void enableAutoRetrievingEnabled(sal_Bool _bAutoEnable) { m_bAutoRetrievingEnabled = _bAu… in enableAutoRetrievingEnabled()
42 inline sal_Bool isAutoRetrievingEnabled() const { return m_bAutoRetrievingEnabled; } in isAutoRetrievingEnabled()
/aoo41x/main/connectivity/source/commontools/
H A DAutoRetrievingBase.cxx33 OSL_ENSURE( m_bAutoRetrievingEnabled,"Illegal call here. isAutoRetrievingEnabled is false!"); in getTransformedGeneratedStatement()

Completed in 13 milliseconds