Home
last modified time | relevance | path

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

/aoo4110/main/toolkit/source/awt/
H A Dvclxwindow1.cxx55 ::com::sun::star::uno::Exception *pException = in SetSystemParent_Impl()
57 pException->Message = ::rtl::OUString::createFromAscii( "not a work window" ); in SetSystemParent_Impl()
58 throw pException; in SetSystemParent_Impl()
86 ::com::sun::star::uno::Exception *pException = in SetSystemParent_Impl()
88 pException->Message = ::rtl::OUString::createFromAscii( "incorrect window handle type" ); in SetSystemParent_Impl()
89 throw pException; in SetSystemParent_Impl()
/aoo4110/main/writerfilter/source/resourcemodel/
H A DTagLogger.cxx463 XMLTag::Pointer_t pException(new XMLTag("exception")); in unoPropertySetToTag() local
465 pException->chars("getPropertyValue(\""); in unoPropertySetToTag()
466 pException->chars(sName); in unoPropertySetToTag()
467 pException->chars("\")"); in unoPropertySetToTag()
468 pPropTag->addTag(pException); in unoPropertySetToTag()
/aoo4110/main/connectivity/source/drivers/jdbc/
H A DObject.cxx186 …::std::auto_ptr< java_sql_SQLException_BASE > pException( new java_sql_SQLException_BASE( _pEnviro… in lcl_translateJNIExceptionToUNOException()
187 _out_rException = SQLException( pException->getMessage(), _rxContext, in lcl_translateJNIExceptionToUNOException()
188 pException->getSQLState(), pException->getErrorCode(), Any() ); in lcl_translateJNIExceptionToUNOException()
H A Dtools.cxx205 java_sql_SQLException_BASE* pException = new java_sql_SQLException_BASE(pEnv,pThrowable); in isExceptionOccured() local
206 ::rtl::OUString sError = pException->getMessage(); in isExceptionOccured()
207 delete pException; in isExceptionOccured()
H A DDatabaseMetaData.cxx209 … java_sql_SQLException_BASE* pException = new java_sql_SQLException_BASE( t.pEnv, jThrow ); in getTables() local
210 SQLException e( pException->getMessage(), in getTables()
212 pException->getSQLState(), in getTables()
213 pException->getErrorCode(), in getTables()
216 delete pException; in getTables()
/aoo4110/main/sal/rtl/source/
H A Duri.cxx706 rtl_uString ** pException) in rtl_uriConvertRelToAbs() argument
732 rtl_uString_assign(pException, in rtl_uriConvertRelToAbs()
743 rtl_uString_assign(pException, aMessage.pData); in rtl_uriConvertRelToAbs()
/aoo4110/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx254 System::Object* pException = NULL; in CanCastTo() local
265 args, NULL, &pException) ); in CanCastTo()
269 0 == pException, in CanCastTo()
271 mapCliString( pException->ToString()), in CanCastTo()
H A Dcli_bridge.h99 System::Object** pException) const;
/aoo4110/main/connectivity/source/commontools/
H A Dsqlerror.cxx218 SQLException* pException = static_cast< SQLException* >( aException.pData ); in raiseTypedException() local
219 …*pException = impl_buildSQLException( _eCondition, _rxContext, _rParamValue1, _rParamValue2, _rPar… in raiseTypedException()
/aoo4110/main/sal/inc/rtl/
H A Duri.h343 rtl_uString ** pException)
/aoo4110/main/l10ntools/source/help/
H A DHelpLinker.cxx981 …HelpProcessingException* pException = new HelpProcessingException( aErrorMsg, aXMLParsingFile, nXM… in StructuredXMLErrorFunction() local
982 GpXMLParsingException = pException; in StructuredXMLErrorFunction()

Completed in 95 milliseconds