/trunk/main/wizards/ |
H A D | Jar_query.mk | 24 $(eval $(call gb_Jar_Jar,query,SRCDIR)) 26 $(eval $(call gb_Jar_add_jars,query,\ 35 $(eval $(call gb_Jar_set_manifest,query,$(SRCDIR)/wizards/com/sun/star/wizards/query/MANIFEST.MF)) 37 $(eval $(call gb_Jar_set_packageroot,query,com)) 39 $(eval $(call gb_Jar_set_jarclasspath,query,\ 43 $(eval $(call gb_Jar_add_sourcefiles,query,\ 44 wizards/com/sun/star/wizards/query/CallQueryWizard \ 45 wizards/com/sun/star/wizards/query/Finalizer \ 46 wizards/com/sun/star/wizards/query/QuerySummary \ 47 wizards/com/sun/star/wizards/query/QueryWizard \ [all …]
|
/trunk/main/store/source/ |
H A D | store.cxx | 60 return store::query ( in query() 190 OStoreHandle<OStorePageManager>::query (Handle); in store_closeFile() 207 OStoreHandle<OStorePageManager>::query (Handle)); in store_flushFile() 223 OStoreHandle<OStorePageManager>::query (Handle)); in store_getFileRefererCount() 306 OStoreHandle<OStorePageManager>::query (hFile)); in store_openDirectory() 448 OStoreHandle<OStoreLockBytes>::query (Handle); in store_closeStream() 468 OStoreHandle<OStoreLockBytes>::query (Handle)); in store_readStream() 490 OStoreHandle<OStoreLockBytes>::query (Handle)); in store_writeStream() 508 OStoreHandle<OStoreLockBytes>::query (Handle)); in store_flushStream() 524 OStoreHandle<OStoreLockBytes>::query (Handle)); in store_getStreamSize() [all …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/ |
H A D | DBTools.java | 728 query += ", "; in insertContentMySQLTable() 733 query += "'"; in insertContentMySQLTable() 743 query += value; in insertContentMySQLTable() 748 query += "'"; in insertContentMySQLTable() 752 query += ")"; in insertContentMySQLTable() 753 statement.executeUpdate(query); in insertContentMySQLTable() 774 if (i > 0) query += ","; in createMySQLTable() 787 query += TST_DATE_F + " DATE"; in createMySQLTable() 793 query += TST_INT_F + " INT"; in createMySQLTable() 805 query += ")"; in createMySQLTable() [all …]
|
/trunk/main/unoxml/qa/complex/unoxml/ |
H A D | RDFRepositoryTest.java | 370 String query; in checkSPARQL() local 373 assertTrue("query: package-id\n" + query, in checkSPARQL() 380 result = xRep.querySelect(mkNss() + query); in checkSPARQL() 389 result = xRep.querySelect(mkNss() + query); in checkSPARQL() 390 assertTrue("query: contentfile\n" + query, in checkSPARQL() 398 result = xRep.querySelect(mkNss() + query); in checkSPARQL() 399 assertTrue("query: stylesfile\n" + query, in checkSPARQL() 406 result = xRep.querySelect(mkNss() + query); in checkSPARQL() 407 assertTrue("query: metadatafile\n" + query, in checkSPARQL() 429 result = xRep.querySelect(mkNss() + query); in checkSPARQL() [all …]
|
/trunk/main/offapi/com/sun/star/rdf/ |
H A D | XRepository.idl | 118 query language is provided. 371 /** executes a SPARQL "SELECT" query. 381 the SPARQL query <atom>string</atom> 387 <li>the query results (rows), 404 /** executes a SPARQL "CONSTRUCT" query. 408 i.e., a query beginning with "CONSTRUCT". 412 the SPARQL query <atom>string</atom> 432 /** executes a SPARQL "ASK" query. 436 i.e., a query beginning with "ASK". 440 the SPARQL query <atom>string</atom> [all …]
|
H A D | XQuerySelectResult.idl | 37 /** represents the result of a SPARQL "SELECT" query. 42 <li>a list of query variable names (column labels)</li> 43 <li>an iterator of query results (rows), 46 Note that each query result retrieved via 49 the length of the sequence being the same as the number of query variables. 60 /** get the names of the query variables.
|
/trunk/main/ucb/source/sorter/ |
H A D | sortresult.cxx | 701 return Reference< XRow >::query(mxOriginal)->wasNull(); in wasNull() 725 return Reference< XRow >::query(mxOriginal)->getByte( columnIndex ); in getByte() 741 return Reference< XRow >::query(mxOriginal)->getInt( columnIndex ); in getInt() 748 return Reference< XRow >::query(mxOriginal)->getLong( columnIndex ); in getLong() 780 return Reference< XRow >::query(mxOriginal)->getDate( columnIndex ); in getDate() 832 return Reference< XRow >::query(mxOriginal)->getRef( columnIndex ); in getRef() 868 Reference< XCloseable >::query(mxOriginal)->close(); in close() 942 aOrgRet = Reference< XPropertySet >::query(mxOriginal)-> in getPropertyValue() 948 aOrgRet = Reference< XPropertySet >::query(mxOriginal)-> in getPropertyValue() 1261 Reference< XRow >::query( xResultOne ); in CompareImpl() [all …]
|
/trunk/main/toolkit/source/controls/ |
H A D | unocontrol.cxx | 733 xPeerWindow = xPeerWindow.query( getPeer() ); in setOutputSize() 797 xWindow = xWindow.query( getPeer() ); in setPosSize() 811 xWindow = xWindow.query( getPeer() ); in getPosSize() 827 xWindow = xWindow.query( getPeer() ); in setVisible() 841 xWindow = xWindow.query( getPeer() ); in setEnable() 852 xWindow = xWindow.query( getPeer() ); in setFocus() 865 xPeerWindow = xPeerWindow.query( getPeer() ); in addWindowListener() 877 xPeerWindow = xPeerWindow.query( getPeer() ); in removeWindowListener() 1022 xView = xView.query( getPeer() ); in setGraphics() 1076 xView = xView.query( getPeer() ); in setZoom() [all …]
|
/trunk/main/offapi/com/sun/star/sdb/ |
H A D | XSingleSelectQueryAnalyzer.idl | 51 structure of the used query. 57 /** returns the query. 59 the query 64 /** sets a new query for the composer, which may be expanded by filters, group by, having 181 /** returns the query previously set at the analyzer, with all application-level 187 which is based on another query.</p> 190 the query in the <code>FROM</code> part of a <code>SELECT</code> statement will be handled 195 This query is not known to the underlying database, so an SQL statement like 200 query.</p> 203 … if the query represented cannot be completely substituted. A usual case for this is a recursion in [all …]
|
H A D | QueryDesign.idl | 49 in the selection of the SQL statement or criteria which narrow the query.</p> 56 query.</p></li> 86 …specifies the name of the globally registered <type>DataSource</type> for which a query, view, or … 100 …specifies the name of the query or view to design, or, in case of the <a href="#command_type">Comm… 102 … If this parameter is not present, a new query/view will be designed, respectively the initial 110 <a href="#query_mode">query mode</a>, that is, an existing client-side query should be 111 designed, or a new query should be created, depending on the presence of the 113 If the <a href="#data_source">DataSourceName</a> parameter is present, the query is 116 to, and looks up the query there.</li> 136 …Specifies whether or not escape processing should be initially enabled in the query designer. If s…
|
H A D | XSQLQueryComposer.idl | 48 structure of the used query. 54 /** returns the query used for composing. 56 the query 61 /** sets a new query for the composer, which may be expanded by filters 72 /** returns the query composed with filters and sort criteria. 74 the composed query 144 /** makes it possible to set a filter condition for the query. 154 /** makes it possible to set a sort condition for the query.
|
H A D | ErrorCondition.idl | 85 <p>Imagine you have a client-side query <code>SELECT * FROM table</code>, which is 86 saved as "query1". Additionally, there is a query "query2" defined 89 it would lead to a cyclic sub query. 98 /** indicates that the name of a client side database object - a query, a form, 107 /** indicates that the name of a query contains quote characters. 109 <p>This error condition is met when the user attempts to save a query 111 This is an error since query names can potentially be used in 121 <p>In databases which support query names to appear in <code>SELECT</code> 123 name of an existing query, or vice versa.</p>
|
H A D | XSingleSelectQueryComposer.idl | 52 structure of the used query. 63 /** makes it possible to set a filter condition for the query. 112 /** makes it possible to set a group for the query. 139 /** makes it possible to set a HAVING filter condition for the query. 187 /** makes it possible to set a sort condition for the query. 217 /** sets a new elementary query for the composer 219 <p>An elementary query or statement is a (single select) statement whose parts are 229 the complete composed query.</p> 252 … filter, and propagate the resulting query (<member>XSingleSelectQueryAnalyzer::getQuery</member>)
|
H A D | Query.idl | 47 /** is a stored definition of a SQL query. 51 if you want to format the query result fields differently from the 58 /** defines the command of the query. 68 /** is provided for creation of a new query descriptor based on the current information. 76 /** access to the columns of the results sets query.
|
H A D | QueryDescriptor.idl | 46 if you want to format the query result fields different from the 55 /** is provided for creation of a new query descriptor based on the current information. 65 /** access to the columns of the results sets query. 70 /** is the command of the query, this is typically a select statement. 75 /** should we use escape processing for the query.
|
/trunk/main/stoc/source/invocation/ |
H A D | invocation.cxx | 403 _xDirect = Reference<XInvocation>::query( xObj ); in setMaterial() 410 _xIndexAccess = Reference<XIndexAccess>::query( _xDirect ); in setMaterial() 412 _xNameAccess = Reference<XNameAccess>::query( _xDirect ); in setMaterial() 414 _xENDirect = Reference<XExactName>::query( _xDirect ); in setMaterial() 415 _xDirect2 = Reference<XInvocation2>::query( _xDirect ); in setMaterial() 430 _xElementAccess = Reference<XElementAccess>::query( in setMaterial() 438 _xIndexAccess = Reference<XIndexAccess>::query( in setMaterial() 442 _xIndexContainer = Reference<XIndexContainer>::query( in setMaterial() 446 _xNameAccess = Reference<XNameAccess>::query( in setMaterial() 450 _xNameContainer = Reference<XNameContainer>::query( in setMaterial() [all …]
|
/trunk/main/connectivity/source/resource/ |
H A D | conn_shared_res.src | 86 Text [ en-US ] = "An error occurred while executing the query." ; 111 Text [ en-US ] = "The query can not be executed. It needs at least one table." ; 276 Text [ en-US ] = "The query can not be executed. It is too complex." ; 280 Text [ en-US ] = "The query can not be executed. The operator is too complex." ; 292 Text [ en-US ] = "The query can not be executed. The 'NOT LIKE' condition is too complex." ; 489 Text [ en-US ] = "The query can not be executed. The 'BETWEEN' arguments are not correct." ; 493 Text [ en-US ] = "The query can not be executed. The function is not supported." ; 509 Text [ en-US ] = "The query can not be executed. It contains more than one table." ; 513 Text [ en-US ] = "The query can not be executed. It contains no valid table." ; 517 Text [ en-US ] = "The query can not be executed. It contains no valid columns." ; [all …]
|
/trunk/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetforquery.cxx | 105 rtl::OUString query = m_aURLParameter.get_query(); in ResultSetForQuery() local 106 while( query.getLength() ) in ResultSetForQuery() 108 idx = query.indexOf( sal_Unicode( ' ' ) ); in ResultSetForQuery() 110 idx = query.getLength(); in ResultSetForQuery() 113 rtl::OUString tmp(query.copy( 0,idx )); in ResultSetForQuery() 125 if( nCpy >= query.getLength() ) in ResultSetForQuery() 126 query = rtl::OUString(); in ResultSetForQuery() 128 query = query.copy( 1 + idx ); in ResultSetForQuery()
|
/trunk/main/udkapi/com/sun/star/container/ |
H A D | XContainerQuery.idl | 43 /** supports simple query feature on a container 53 /** creates a sub set of container items which match given query command 56 Items of this sub set must match used query string. Format of query depends 62 @param Query items of sub set must match to this query<br> 65 query as parameter sequence to return all elements which match 69 query as command to return all elements which support special feature
|
/trunk/main/offapi/com/sun/star/sdb/tools/ |
H A D | XObjectNames.idl | 41 database application which deals with query and table names. 51 databases, query and table names share a common namespace, thus they must be 71 /** suggests a (unique) table or query name 79 another process or thread created a query or table with this name.</p> 83 you are actually creating the table respectively query.</p> 110 /** checks whether a given name is used as table respectively query name in the database. 129 <TRUE/> if and only if the given name is legitimate as table respectively query name 140 /** checks whether a given name is valid as table or query name 153 /** checks whether a given name is allowed for a to-be-created table or query in the
|
/trunk/main/extensions/source/propctrlr/ |
H A D | cellbindinghelper.cxx | 93 m_xDocument = m_xDocument.query( _rxContextDocument ); in CellBindingHelper() 103 return Reference< XSpreadsheetDocument >::query( _rxContextDocument ).is(); in isSpreadsheetDocument() 118 …< XForm > xParentAsForm; if ( xCheck.is() ) xParentAsForm = xParentAsForm.query( xCheck->getParent… in getControlSheetIndex() 119 …Factory > xParentAsGrid; if ( xCheck.is() ) xParentAsGrid = xParentAsGrid.query( xCheck->getParent… in getControlSheetIndex() 123 xCheck = xCheck.query( xCheck->getParent() ); in getControlSheetIndex() 124 …xParentAsForm = xParentAsForm.query( xCheck.is() ? xCheck->getParent() : (Reference< XInterface >)… in getControlSheetIndex() 125 …xParentAsGrid = xParentAsGrid.query( xCheck.is() ? xCheck->getParent() : (Reference< XInterface >)… in getControlSheetIndex() 256 xSource = xSource.query( createDocumentDependentInstance( in createCellListSourceFromStringAddress()
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | query.src | 171 …Text [ en-US ] = "The query covers #num# tables. The selected database type, however, can only pro… 315 Text [ en-US ] = "Do you want to create a query instead?"; 320 Message [ en-US ] = "No query could be created."; 325 Message [ en-US ] = "No query could be created because no fields were selected."; 390 Text [ en-US ] = "The query"; 400 …Text [ en-US ] = "The query does not create a result set, and thus cannot be part of another query… 405 …ion and the DataSourceName parameter are missing or wrong - cannot initialize the query designer.";
|
/trunk/main/cppuhelper/source/ |
H A D | tdmgr.cxx | 179 Reference< XCompoundTypeDescription >::query( xType->getBaseType() ) ); in createCTD() 632 pRet = createCTD( Reference< XUnionTypeDescription >::query( xType ) ); in createCTD() 635 pRet = createCTD( Reference< XCompoundTypeDescription >::query( xType ) ); in createCTD() 639 access, Reference< XStructTypeDescription >::query( xType ) ); in createCTD() 642 pRet = createCTD( Reference< XEnumTypeDescription >::query( xType ) ); in createCTD() 653 access, Reference< XIndirectTypeDescription >::query( xType ) ); in createCTD() 658 Reference< XInterfaceTypeDescription2 >::query( xType ) ); in createCTD() 661 pRet = createCTD( Reference< XInterfaceMethodTypeDescription >::query( xType ) ); in createCTD() 664 pRet = createCTD( Reference< XInterfaceAttributeTypeDescription2 >::query( xType ) ); in createCTD()
|
/trunk/main/stoc/source/inspect/ |
H A D | introspection.cxx | 499 Reference<XFastPropertySet>::query( xInterface ); in setPropertyValueByIndex() 514 Reference<XPropertySet>::query( xInterface ); in setPropertyValueByIndex() 613 Reference<XFastPropertySet>::query( xInterface ); in getPropertyValueByIndex() 629 Reference<XPropertySet>::query( xInterface ); in getPropertyValueByIndex() 944 mxObjIdlArray = Reference<XIdlArray>::query( mxIface ); in ImplIntrospectionAdapter() 1013 Reference<XPropertySet>::query( mxIface ); in addPropertyChangeListener() 1026 Reference<XPropertySet>::query( mxIface ); in removePropertyChangeListener() 1039 Reference<XPropertySet>::query( mxIface ); in addVetoableChangeListener() 1052 Reference<XPropertySet>::query( mxIface ); in removeVetoableChangeListener() 2066 xTypeProvider = Reference<XTypeProvider>::query( x ); in implInspect() [all …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwl/ |
H A D | ContentHandlerFactory.java | 99 NamedValue query = new NamedValue(); in createTestEnvironment() local 100 query.Name = "Name"; in createTestEnvironment() 101 query.Value = "com.sun.star.comp.framework.SoundHandler"; in createTestEnvironment() 102 querySequenze[0] = query; in createTestEnvironment()
|