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 va… member in connectivity::OAutoRetrievingBase
36 OAutoRetrievingBase() : m_bAutoRetrievingEnabled(sal_False) {} in OAutoRetrievingBase()
39 …d enableAutoRetrievingEnabled(sal_Bool _bAutoEnable) { m_bAutoRetrievingEnabled = _bAutoE… in enableAutoRetrievingEnabled()
42 …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()