Home
last modified time | relevance | path

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

/AOO41X/main/connectivity/source/commontools/
H A Dsqlerror.cxx60 typedef SQLError::ParamValue ParamValue; typedef
74 …nst ErrorCondition _eCondition, const ParamValue& _rParamValue1, const ParamValue& _rParamValue2, …
77 …ence< XInterface >& _rxContext, const ParamValue& _rParamValue1, const ParamValue& _rParamValue2, …
78 …nst ErrorCondition _eCondition, const ParamValue& _rParamValue1, const ParamValue& _rParamValue2, …
79 …t, const Type& _rExceptionType, const ParamValue& _rParamValue1, const ParamValue& _rParamValue2, …
80 …ence< XInterface >& _rxContext, const ParamValue& _rParamValue1, const ParamValue& _rParamValue2, …
94 …const ParamValue& _rParamValue1, const ParamValue& _rParamValue2, const ParamValue& _rParamValue3 …
135 …tePlaceholder( ::rtl::OUString& _rMessage, const sal_Char* _pPlaceholder, ParamValue _rParamValue ) in lcl_substitutePlaceholder()
158 …nst ErrorCondition _eCondition, const ParamValue& _rParamValue1, const ParamValue& _rParamValue2, … in getErrorMessage()
182 …ence< XInterface >& _rxContext, const ParamValue& _rParamValue1, const ParamValue& _rParamValue2, … in raiseException()
[all …]
/AOO41X/main/connectivity/inc/connectivity/
H A Dsqlerror.hxx77 class ParamValue : public ::boost::optional< ::rtl::OUString > class in connectivity::SQLError
82 ParamValue( ) : base_type( ) { } in ParamValue() function in connectivity::SQLError::ParamValue
83 ParamValue( ::rtl::OUString const& val ) : base_type( val ) { } in ParamValue() function in connectivity::SQLError::ParamValue
84 ParamValue( ParamValue const& rhs ) : base_type( (base_type const&)rhs ) { } in ParamValue() function in connectivity::SQLError::ParamValue
130 const ParamValue& _rParamValue1 = ParamValue(),
131 const ParamValue& _rParamValue2 = ParamValue(),
132 const ParamValue& _rParamValue3 = ParamValue()
201 const ParamValue& _rParamValue1 = ParamValue(),
202 const ParamValue& _rParamValue2 = ParamValue(),
203 const ParamValue& _rParamValue3 = ParamValue()
[all …]