/aoo41x/main/sfx2/qa/complex/sfx2/ |
H A D | DocumentMetadataAccess.java | 698 Statement x_FooBarLit1 = new Statement(foo, bar, mkLit("1"), null); in loadRDFa() 777 Statement x_FooBarLit = new Statement(foo, bar, lit, null); in loadRDFa() 932 static Statement[] merge(Statement[] i_A1, Statement[] i_A2) in merge() 935 Statement[] ret = new Statement[i_A1.length + i_A2.length]; in merge() 987 Statement s = (Statement) i_Enum.nextElement(); in toSeq() 994 Statement[] ret = new Statement[arr.length]; in toSeq() 1044 Statement left = (Statement) i_Left; in compare() 1045 Statement right = (Statement) i_Right; in compare() 1067 static boolean eq(Statement i_Left, Statement i_Right) in eq() 1096 static boolean eq(Statement[] i_Result, Statement[] i_Expected) in eq() [all …]
|
/aoo41x/main/unoxml/qa/complex/unoxml/ |
H A D | RDFRepositoryTest.java | 207 Statement xFoo_FooBarBaz = new Statement(foo, bar, baz, foo); in check() 224 Statement xFoo_BazBarLit = new Statement(baz, bar, lit, foo); in check() 305 Statement xBaz_FooBarBaz = new Statement(foo, bar, baz, baz); in check() 306 Statement xBaz_BazBarLit = new Statement(baz, bar, lit, baz); in check() 620 Statement s = (Statement) i_Enum.nextElement(); in toSeq() 627 Statement[] ret = new Statement[arr.length]; in toSeq() 674 Statement left = (Statement) i_Left; in compare() 675 Statement right = (Statement) i_Right; in compare() 709 static boolean eq(Statement i_Left, Statement i_Right) in eq() 738 static boolean eq(Statement[] i_Result, Statement[] i_Expected) in eq() [all …]
|
/aoo41x/main/offapi/com/sun/star/sdbc/ |
H A D | Statement.idl | 51 Only one ResultSet per Statement can be open at any point in 58 published service Statement 111 /** retrieves the number of seconds the driver will wait for a Statement 152 /** defines the SQL cursor name that will be used by subsequent Statement 170 execution must be done by a different Statement than the one 194 <code>Statement</code> 198 <code>Statement</code> 207 <code>Statement</code> 211 <code>Statement</code>
|
H A D | ResultSet.idl | 52 object is usually generated by executing a Statement. 86 A ResultSet is automatically closed (disposed) by the Statement that 87 generated it when that Statement is closed, re-executed, or used 174 /** defines the SQL cursor name that will be used by subsequent Statement 193 execution must be done by a different Statement than the one 217 <type scope="com::sun::star::sdbcx">Statement</type> 220 If this <code>Statement</code> object has not set a fetch direction, 228 <type scope="com::sun::star::sdbcx">Statement</type> 232 <type scope="com::sun::star::sdbcx">Statement</type>
|
H A D | PreparedStatement.idl | 86 <type scope="com::sun::star::sdbc">Statement</type> 159 /** retrieves the number of seconds the driver will wait for a Statement 199 /** defines the SQL cursor name that will be used by subsequent Statement 216 execution must be done by a different Statement than the one 238 <code>Statement</code> 242 <code>Statement</code> 252 <code>Statement</code> 256 <code>Statement</code>
|
H A D | RowSet.idl | 44 <type scope="com::sun::star::sdbc">Statement</type> 52 Statement. 59 You don't have to establish a connection, create a Statement, and then create 118 /** retrieves the number of seconds the driver will wait for a Statement
|
H A D | XConnection.idl | 71 <type scope="com::sun::star::sdbc">Statement</type> 77 executed using Statement objects. If the same SQL statement 83 Result sets created using the returned Statement will have 87 Escape processing for the SQL-Statement is enabled, by default. 91 a new Statement object 132 Escape processing for the SQL-Statement is enabled, by default.
|
H A D | XStatement.idl | 46 Only one ResultSet per Statement can be open at any point in 121 <code>Statement</code>
|
/aoo41x/main/offapi/com/sun/star/sdbcx/ |
H A D | Statement.idl | 27 #include <com/sun/star/sdbc/Statement.idl> 34 <type scope="com::sun::star::sdbc">Statement</type> 39 published service Statement 41 service com::sun::star::sdbc::Statement;
|
/aoo41x/test/testcommon/source/org/openoffice/test/common/ |
H A D | Logger.java | 34 import org.junit.runners.model.Statement; 148 public Statement apply(final Statement base, final Description description) { in apply() 149 return new Statement() { in apply()
|
H A D | FileProvider.java | 44 import org.junit.runners.model.Statement; 85 protected Statement classBlock(RunNotifier notifier) { in classBlock()
|
/aoo41x/main/xmloff/source/core/ |
H A D | RDFaExportHelper.cxx | 157 beans::Pair< uno::Sequence<rdf::Statement>, sal_Bool > const in AddRDFa() 160 uno::Sequence<rdf::Statement> const & rStatements( RDFaResult.First ); in AddRDFa() 206 ::boost::bind(&rdf::Statement::Predicate, _1))), in AddRDFa() 211 ::boost::bind(&rdf::Statement::Predicate, _1))), in AddRDFa()
|
/aoo41x/main/offapi/com/sun/star/rdf/ |
H A D | XRepository.idl | 84 #include <com/sun/star/rdf/Statement.idl> 355 enumeration of <type>Statement</type> 360 @see Statement 363 com::sun::star::container::XEnumeration/*<Statement>*/ getStatements( 416 enumeration of <type>Statement</type> 424 @see Statement 426 com::sun::star::container::XEnumeration/*<Statement>*/ queryConstruct(
|
H A D | XDocumentRepository.idl | 184 @see Statement 186 com::sun::star::beans::Pair< sequence<Statement>, boolean > 218 enumeration of <type>Statement</type> 223 @see Statement 227 com::sun::star::container::XEnumeration/*<Statement>*/ getStatementsRDFa(
|
H A D | XReifiedStatement.idl | 28 #include <com/sun/star/rdf/Statement.idl> 46 [readonly, attribute] Statement Statement;
|
H A D | XNamedGraph.idl | 201 enumeration of <type>Statement</type> 209 @see Statement 211 com::sun::star::container::XEnumeration/*<Statement>*/ getStatements( 218 //FIXME reification: addReifiedStatement(Statement)...
|
/aoo41x/main/mysqlc/source/ |
H A D | mysqlc_statement.hxx | 82 sql::Statement *cppStatement; 103 OCommonStatement(OConnection* _pConnection, sql::Statement *_cppStatement); 179 …OStatement(OConnection* _pConnection, sql::Statement *_cppStatement) : OCommonStatement(_pConnecti… in OStatement()
|
/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | DBHelper.java | 28 import java.sql.Statement; 71 Statement oStmt = null; in run() 250 Statement oStmt = null; in QueryIntFromSQL()
|
/aoo41x/main/qadevOOo/runner/util/ |
H A D | DBTools.java | 54 import java.sql.Statement; 700 Statement statement = connection.createStatement(); in initTestTableUsingJDBC() 719 protected void insertContentMySQLTable(Statement statement, String tbl_name) in insertContentMySQLTable() 767 protected void createMySQLTable(Statement statement, String tbl_name) in createMySQLTable() 815 protected void dropMySQLTable(Statement statement, String tbl_name) in dropMySQLTable()
|
/aoo41x/main/unoxml/source/rdf/ |
H A D | librdf_repository.cxx | 211 rdf::Statement 312 virtual beans::Pair< uno::Sequence<rdf::Statement>, sal_Bool > SAL_CALL 491 rdf::Statement Stmt( in nextElement() 1532 beans::Pair< uno::Sequence<rdf::Statement>, sal_Bool > SAL_CALL 1544 return beans::Pair< uno::Sequence<rdf::Statement>, sal_Bool >(); in getStatementRDFa() 1561 ::comphelper::SequenceAsVector< rdf::Statement > ret; in getStatementRDFa() 1567 rdf::Statement stmt; in getStatementRDFa() 1574 return beans::Pair< uno::Sequence<rdf::Statement>, sal_Bool >( in getStatementRDFa() 2204 rdf::Statement 2211 return rdf::Statement( in convertToStatement()
|
/aoo41x/main/basic/source/comp/ |
H A D | loops.cxx | 73 aGen.Statement(); in If() 97 aGen.Statement(); in If() 379 aGen.Statement(); in Select()
|
H A D | io.cxx | 126 aGen.Statement(); in Line() 314 aGen.Statement(); in Name()
|
H A D | parser.cxx | 376 aGen.Statement(); in Parse() 398 aGen.Statement(); in Parse() 432 aGen.Statement(); in Parse()
|
/aoo41x/main/qadevOOo/runner/stats/ |
H A D | SQLExecution.java | 29 import java.sql.Statement; 41 protected Statement mStatement = null;
|
/aoo41x/main/toolkit/src2xml/source/ |
H A D | srcparser.py | 87 class Statement(object): class 203 self.stmtData = Statement()
|