Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx630 ,m_nFormActionNestingLevel(0) in DBG_NAME()
1440 if ( m_nFormActionNestingLevel ) in errorOccured()
2796 if ( !m_nFormActionNestingLevel ) in enterFormAction()
2800 ++m_nFormActionNestingLevel; in enterFormAction()
2806 …DBG_ASSERT( m_nFormActionNestingLevel > 0, "SbaXDataBrowserController::leaveFormAction : invalid c… in leaveFormAction()
2807 if ( --m_nFormActionNestingLevel > 0 ) in leaveFormAction()
/aoo42x/main/dbaccess/source/ui/inc/
H A Dbrwctrlr.hxx122 sal_uInt16 m_nFormActionNestingLevel; // see enter-/leaveFormAction member in dbaui::SbaXDataBrowserController

Completed in 99 milliseconds