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 values member in connectivity::OAutoRetrievingBase36 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()
33 OSL_ENSURE( m_bAutoRetrievingEnabled,"Illegal call here. isAutoRetrievingEnabled is false!"); in getTransformedGeneratedStatement()
Completed in 11 milliseconds