Searched refs:m_bAutoRetrievingEnabled (Results 1 – 2 of 2) sorted by relevance
34 …sal_Bool m_bAutoRetrievingEnabled; // set to when we should allow to query for generated va… member in connectivity::OAutoRetrievingBase36 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()
33 … OSL_ENSURE( m_bAutoRetrievingEnabled,"Illegal call here. isAutoRetrievingEnabled is false!"); in getTransformedGeneratedStatement()