Home
last modified time | relevance | path

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

/aoo41x/main/dbaccess/source/sdbtools/connection/
H A Dobjectnames.cxx241 PNameValidation m_pSecondary; member in sdbtools::CombinedNameCheck
246 ,m_pSecondary( _pSecondary ) in CombinedNameCheck()
248 …OSL_ENSURE( m_pPrimary.get() && m_pSecondary.get(), "CombinedNameCheck::CombinedNameCheck: this wi… in CombinedNameCheck()
254 return m_pPrimary->validateName( _rName ) && m_pSecondary->validateName( _rName ); in validateName()
260 m_pSecondary->validateName_throw( _rName ); in validateName_throw()

Completed in 10 milliseconds