/aoo4110/main/offapi/com/sun/star/sdbc/ |
H A D | SQLWarning.idl | 37 @see XConnection::getWarnings 38 @see XResultSet::getWarnings 39 @see XStatement::getWarnings
|
H A D | XWarningsSupplier.idl | 58 any getWarnings() raises (SQLException); 64 <member scope="com::sun::star::sdbc">XWarningsSupplier::getWarnings()</member>
|
/aoo4110/main/offapi/com/sun/star/sdb/ |
H A D | SQLContext.idl | 39 @see com::sun::star::sdbc::XConnection::getWarnings 40 @see com::sun::star::sdbc::XResultSet::getWarnings 41 @see com::sun::star::sdbc::XStatement::getWarnings
|
/aoo4110/main/io/test/stm/ |
H A D | marktest.cxx | 81 virtual Sequence< OUString > SAL_CALL getWarnings(void) 202 Sequence< OUString > OMarkableOutputStreamTest::getWarnings(void) throw (RuntimeException) in getWarnings() function in OMarkableOutputStreamTest 442 virtual Sequence< OUString > SAL_CALL getWarnings(void) 569 Sequence< OUString > OMarkableInputStreamTest::getWarnings(void) throw (RuntimeException) in getWarnings() function in OMarkableInputStreamTest
|
H A D | pipetest.cxx | 124 virtual Sequence< OUString > SAL_CALL getWarnings(void) throw (RuntimeException); 234 Sequence< OUString > OPipeTest::getWarnings(void) throw (RuntimeException) in getWarnings() function in OPipeTest
|
H A D | pumptest.cxx | 93 virtual Sequence< OUString > SAL_CALL getWarnings(void) throw (RuntimeException); 218 Sequence< OUString > OPumpTest::getWarnings(void) throw (RuntimeException) in getWarnings() function in OPumpTest
|
/aoo4110/main/extensions/test/stm/ |
H A D | marktest.cxx | 83 virtual Sequence< UString > getWarnings(void) THROWS( (UsrSystemException) ); 203 Sequence< UString > OMarkableOutputStreamTest::getWarnings(void) THROWS( (UsrSystemException) ) in getWarnings() function in OMarkableOutputStreamTest 445 virtual Sequence< UString > getWarnings(void) THROWS( (UsrSystemException) ); 570 Sequence< UString > OMarkableInputStreamTest::getWarnings(void) THROWS( (UsrSystemException) ) in getWarnings() function in OMarkableInputStreamTest
|
H A D | pipetest.cxx | 123 virtual Sequence< UString > getWarnings(void) THROWS( (UsrSystemException) ); 237 Sequence< UString > OPipeTest::getWarnings(void) THROWS( (UsrSystemException) ) in getWarnings() function in OPipeTest
|
H A D | datatest.cxx | 92 virtual Sequence< UString > getWarnings(void) THROWS( (UsrSystemException) ); 249 Sequence< UString > ODataStreamTest::getWarnings(void) THROWS( (UsrSystemException) ) in getWarnings() function in ODataStreamTest
|
/aoo4110/main/connectivity/source/commontools/ |
H A D | warningscontainer.cxx | 91 Any SAL_CALL WarningsContainer::getWarnings( ) const in getWarnings() function in dbtools::WarningsContainer 95 aAllWarnings = m_xExternalWarnings->getWarnings(); in getWarnings()
|
/aoo4110/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XWarningsSupplier.java | 96 Object warns = oObj.getWarnings(); in _getWarnings() 123 Object warns = oObj.getWarnings(); in _clearWarnings()
|
/aoo4110/main/connectivity/source/drivers/evoab2/ |
H A D | NConnection.cxx | 220 Any SAL_CALL OEvoabConnection::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings() function in OEvoabConnection 222 return m_aWarnings.getWarnings(); in getWarnings()
|
H A D | NResultSet.cxx | 961 Any SAL_CALL OEvoabResultSet::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings() function in connectivity::evoab::OEvoabResultSet 964 return m_aWarnings.getWarnings(); in getWarnings()
|
/aoo4110/main/udkapi/com/sun/star/test/ |
H A D | XSimpleTest.idl | 108 // DOCUMENTATION MISSING FOR XSimpleTest::getWarnings 109 sequence<string> getWarnings();
|
/aoo4110/main/sax/test/sax/ |
H A D | testwriter.cxx | 129 virtual Sequence< OUString > SAL_CALL getWarnings(void) throw (RuntimeException); 435 Sequence< OUString > OSaxWriterTest::getWarnings(void) throw (RuntimeException) in getWarnings() function in sax_test::OSaxWriterTest
|
H A D | testsax.cxx | 84 virtual Sequence< OUString > SAL_CALL getWarnings(void) throw (RuntimeException); 225 Sequence< OUString > OSaxParserTest::getWarnings(void) throw (RuntimeException) in getWarnings() function in sax_test::OSaxParserTest
|
/aoo4110/main/extensions/test/sax/ |
H A D | testwriter.cxx | 208 virtual Sequence< UString > getWarnings(void) THROWS( (UsrSystemException) ); 536 Sequence< UString > OSaxWriterTest::getWarnings(void) THROWS( (UsrSystemException) ) in getWarnings() function in OSaxWriterTest
|
H A D | testsax.cxx | 146 virtual Sequence< UString > getWarnings(void) THROWS( (UsrSystemException) ); 292 Sequence< UString > OSaxParserTest::getWarnings(void) THROWS( (UsrSystemException) ) in getWarnings() function in OSaxParserTest
|
/aoo4110/main/dbaccess/source/core/api/ |
H A D | statement.cxx | 350 Any OStatementBase::getWarnings(void) throw( SQLException, RuntimeException ) in getWarnings() function in OStatementBase 356 return Reference< XWarningsSupplier >(m_xAggregateAsSet, UNO_QUERY)->getWarnings(); in getWarnings()
|
/aoo4110/main/connectivity/inc/connectivity/ |
H A D | warningscontainer.hxx | 95 ::com::sun::star::uno::Any SAL_CALL getWarnings( ) const;
|
/aoo4110/main/extensions/workben/ |
H A D | testcomponent.cxx | 186 Sequence<UString> seqWarnings = xTest->getWarnings(); in main()
|
/aoo4110/main/dbaccess/source/core/dataaccess/ |
H A D | connection.cxx | 424 Any SAL_CALL OConnection::getWarnings() throw(SQLException, RuntimeException) in getWarnings() function in dbaccess::OConnection 429 return m_aWarnings.getWarnings(); in getWarnings()
|
/aoo4110/main/io/test/ |
H A D | testcomponent.cxx | 177 Sequence<OUString> seqWarnings = xTest->getWarnings(); in main()
|
/aoo4110/main/sax/test/ |
H A D | testcomponent.cxx | 191 Sequence<OUString> seqWarnings = xTest->getWarnings(); in main()
|
/aoo4110/main/dbaccess/source/ui/misc/ |
H A D | datasourceconnector.cxx | 223 Any aWarnings( xConnectionWarnings->getWarnings() ); in connect()
|