Lines Matching refs:m_aContent

60 	m_aContent <<= _rError;  in SQLExceptionInfo()
67 m_aContent <<= _rError; in SQLExceptionInfo()
74 m_aContent <<= _rError; in SQLExceptionInfo()
83 m_aContent <<= aError; in SQLExceptionInfo()
89 :m_aContent(_rCopySource.m_aContent) in SQLExceptionInfo()
97 m_aContent <<= _rError; in operator =()
105 m_aContent <<= _rError; in operator =()
113 m_aContent <<= _rError; in operator =()
121 m_aContent = _rErrorEvent.Reason; in operator =()
129 m_aContent = _rCaughtSQLException; in operator =()
137 m_aContent = _rError.Reason; in SQLExceptionInfo()
147 m_aContent = _rError; in SQLExceptionInfo()
156 staruno::Type aContentType = m_aContent.getValueType(); in implDetermineType()
162 if ( isAssignableFrom( aSQLContextType, m_aContent.getValueType() ) ) in implDetermineType()
164 else if ( isAssignableFrom( aSQLWarningType, m_aContent.getValueType() ) ) in implDetermineType()
166 else if ( isAssignableFrom( aSQLExceptionType, m_aContent.getValueType() ) ) in implDetermineType()
171 m_aContent.clear(); in implDetermineType()
196 return reinterpret_cast<const ::com::sun::star::sdbc::SQLException*>(m_aContent.getValue());
203 return reinterpret_cast<const ::com::sun::star::sdbc::SQLWarning*>(m_aContent.getValue());
210 return reinterpret_cast<const ::com::sun::star::sdb::SQLContext*>(m_aContent.getValue());
220 aException.NextException = m_aContent; in prepend()
221 m_aContent <<= aException; in prepend()
247 Any* pChainIterator = &m_aContent; in append()
267 m_aContent = aAppend; in append()
275 if ( m_aContent.getValueTypeClass() == TypeClass_EXCEPTION ) in doThrow()
276 ::cppu::throwException( m_aContent ); in doThrow()