Home
last modified time | relevance | path

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

/trunk/main/ucb/source/ucp/package/
H A Dpkgdatasupplier.cxx90 sal_Bool m_bThrowException; member
98 m_bCountFinal( !m_xFolderEnum.is() ), m_bThrowException( m_bCountFinal ) in DataSupplier_Impl()
293 m_pImpl->m_bThrowException = sal_True; in getResult()
298 m_pImpl->m_bThrowException = sal_True; in getResult()
364 m_pImpl->m_bThrowException = sal_True; in totalCount()
369 m_pImpl->m_bThrowException = sal_True; in totalCount()
458 if ( m_pImpl->m_bThrowException ) in validate()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavdatasupplier.cxx90 sal_Bool m_bThrowException; member
97 m_bCountFinal( sal_False ), m_bThrowException( sal_False ) {} in DataSupplier_Impl()
345 if ( m_pImpl->m_bThrowException ) in validate()
394 m_pImpl->m_bThrowException = sal_True; in getData()
397 if ( !m_pImpl->m_bThrowException ) in getData()
505 return !m_pImpl->m_bThrowException; in getData()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_datasupplier.cxx86 bool m_bThrowException; member
94 m_bCountFinal( false ), m_bThrowException( false ) in DataSupplier_Impl()
419 if ( m_pImpl->m_bThrowException ) in validate()
438 m_pImpl->m_bThrowException = sal_True; in queryNamesOfChildren()