Home
last modified time | relevance | path

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

/trunk/main/svx/source/form/
H A Dfmtools.cxx137 void displayException(const Any& _rExcept, Window* _pParent) in displayException() function
169 void displayException(const ::com::sun::star::sdbc::SQLException& _rExcept, Window* _pParent) in displayException() function
171 displayException(makeAny(_rExcept), _pParent); in displayException()
175 void displayException(const ::com::sun::star::sdbc::SQLWarning& _rExcept, Window* _pParent) in displayException() function
177 displayException(makeAny(_rExcept), _pParent); in displayException()
181 void displayException(const ::com::sun::star::sdb::SQLContext& _rExcept, Window* _pParent) in displayException() function
183 displayException(makeAny(_rExcept), _pParent); in displayException()
187 void displayException(const ::com::sun::star::sdb::SQLErrorEvent& _rEvent, Window* _pParent) in displayException() function
189 displayException(_rEvent.Reason, _pParent); in displayException()
H A Dformcontrolling.cxx462 displayException( m_aOperationError ); in impl_operateForm_nothrow()
464 displayException( aError ); in impl_operateForm_nothrow()
H A Dnavigatortreemodel.cxx1003 displayException(aError); in CheckEntry()
H A Dfmshell.cxx111 displayException(eExtendedInfo); \
H A Dformcontroller.cxx3674 displayException( aError, _pDialogParent ); in displayErrorSetFocus()
3886 displayException( aEvent ); in errorOccured()
H A Dfmvwimp.cxx646 displayException( m_aAsyncError );
H A Dfiltnav.cxx1290 displayException(aError, this); in EditedEntry()
/trunk/main/svx/inc/svx/
H A Dfmtools.hxx86 void displayException(const ::com::sun::star::sdbc::SQLException&, Window* _pParent = NULL);
87 void displayException(const ::com::sun::star::sdbc::SQLWarning&, Window* _pParent = NULL);
88 SVX_DLLPUBLIC void displayException(const ::com::sun::star::sdb::SQLContext&, Window* _pParent = NU…
89 void displayException(const ::com::sun::star::sdb::SQLErrorEvent&, Window* _pParent = NULL);
90 void displayException(const ::com::sun::star::uno::Any&, Window* _pParent = NULL);
/trunk/main/forms/source/component/
H A DFilter.cxx546 displayException( aError ); in commit()
752 void OFilterControl::displayException( const ::com::sun::star::sdb::SQLContext& _rExcept ) in displayException() function in frm::OFilterControl
H A DFilter.hxx148 void displayException( const ::com::sun::star::sdb::SQLContext& _rExcept );
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx3008 displayException(aError, m_pWindow->GetParent()); in commitControl()

Completed in 110 milliseconds