Searched refs:_rExcept (Results 1 – 3 of 3) sorted by relevance
/trunk/main/svx/source/form/ |
H A D | fmtools.cxx | 137 void displayException(const Any& _rExcept, Window* _pParent) in displayException() argument 141 if ( !lcl_shouldDisplayError( _rExcept ) ) in displayException() 151 …aArgs[0] <<= PropertyValue(::rtl::OUString::createFromAscii("SQLException"), 0, _rExcept, Property… in displayException() 169 void displayException(const ::com::sun::star::sdbc::SQLException& _rExcept, Window* _pParent) in displayException() argument 171 displayException(makeAny(_rExcept), _pParent); in displayException() 175 void displayException(const ::com::sun::star::sdbc::SQLWarning& _rExcept, Window* _pParent) in displayException() argument 177 displayException(makeAny(_rExcept), _pParent); in displayException() 181 void displayException(const ::com::sun::star::sdb::SQLContext& _rExcept, Window* _pParent) in displayException() argument 183 displayException(makeAny(_rExcept), _pParent); in displayException()
|
/trunk/main/forms/source/component/ |
H A D | Filter.cxx | 752 void OFilterControl::displayException( const ::com::sun::star::sdb::SQLContext& _rExcept ) in displayException() argument 757 …ertyValue(::rtl::OUString::createFromAscii("SQLException"), 0, makeAny( _rExcept ), PropertyState_… in displayException()
|
H A D | Filter.hxx | 148 void displayException( const ::com::sun::star::sdb::SQLContext& _rExcept );
|
Completed in 20 milliseconds