Home
last modified time | relevance | path

Searched refs:query (Results 76 – 100 of 515) sorted by relevance

12345678910>>...21

/aoo41x/main/stoc/test/javavm/jvm_interaction/
H A Dinteractionhandler.cxx107 abort= Reference<XInteractionAbort>::query( seqCont[i]); in handle()
113 retry= Reference<XInteractionRetry>::query( seqCont[i]); in handle()
/aoo41x/main/offapi/com/sun/star/sdb/
H A DQueryDefinition.idl52 /** is the command of the query, this is typically a select statement.
57 /** should we use escape processing for the query.
/aoo41x/main/cppuhelper/inc/cppuhelper/
H A Dcompbase.hxx50 …::com::sun::star::uno::Any aRet( getClassData( s_aCD ).query( rType, (ImplHelperBase##N< __IFC##N …
78 …::com::sun::star::uno::Any aRet( getClassData( s_aCD ).query( rType, (ImplHelperBase##N< __IFC##N …
/aoo41x/main/svtools/source/java/
H A Djavainteractionhandler.cxx117 abort = Reference< XInteractionAbort>::query( aSeqCont[i]); in handle()
124 retry= Reference<XInteractionRetry>::query( aSeqCont[i]); in handle()
/aoo41x/main/offapi/com/sun/star/sdbc/
H A DXColumnLocate.idl46 query. For columns that are NOT explicitly named in the query, it
H A DXPreparedStatement.idl52 /** executes the SQL query in this
54 object and returns the result set generated by the query.
/aoo41x/main/stoc/test/uriproc/
H A Dtest_uriproc.cxx173 char const * query; in testParse() member
276 data[i].query != 0, uriRef->hasQuery()); in testParse()
280 data[i].query == 0 ? "" : data[i].query), in testParse()
/aoo41x/main/comphelper/inc/comphelper/
H A Dcomponentcontext.hxx92 _out_rxComponent = _out_rxComponent.query( in createComponent()
118 _out_rxComponent = _out_rxComponent.query( in createComponentWithArguments()
/aoo41x/main/dbaccess/source/ui/app/
H A Dapp.src309 …Text [ en-US ] = "Create a query by specifying the filters, input tables, field names, and prope…
313 Text [ en-US ] = "Create a query entering an SQL statement directly." ;
317 Text [ en-US ] = "The wizard will guide you through the steps necessary to create a query." ;
/aoo41x/main/connectivity/source/manager/
H A Dmdrivermanager.cxx131 const_cast< DriverAccess& >( _rDescriptor ).xDriver = _rDescriptor.xDriver.query( in operator ()()
343 xSI = xSI.query( xFactory ); in bootstrapDrivers()
365 xSI = xSI.query( xDriver ); in bootstrapDrivers()
/aoo41x/main/svx/source/form/
H A Dfmstring.src110 Text [ en-US ] = "Syntax error in query expression" ;
442 Text [ en-US ] = "The database does contain neither a table nor a query named \"#\"." ;
450 Text [ en-US ] = "The database already contains a query with name \"#\"." ;
/aoo41x/main/stoc/source/servicemanager/
H A Dservicemanager.cxx274 Reference<XInterface > x( Reference<XInterface >::query( rName ) ); in operator ()()
1036 Reference<XComponent > xComp( Reference<XComponent >::query( *aIt++ ) ); in disposing()
1540 Reference<XServiceInfo > xInfo( Reference<XServiceInfo >::query( xEle ) ); in insert()
1558 Reference<XComponent > xComp( Reference<XComponent >::query( xEle ) ); in insert()
1607 Reference<XComponent > xComp( Reference<XComponent >::query( xEle ) ); in remove()
1626 Reference<XServiceInfo > xInfo( Reference<XServiceInfo >::query( xEle ) ); in remove()
1635 Reference<XServiceInfo > xSF( Reference<XServiceInfo >::query( xEle ) ); in remove()
/aoo41x/main/ucb/source/ucp/webdav/
H A DSerfUri.cxx128 if ( pUri->query ) in init()
131 mPath += rtl::OStringToOUString( pUri->query, RTL_TEXTENCODING_UTF8 ); in init()
/aoo41x/main/offapi/com/sun/star/ui/dialogs/
H A DXControlInformation.idl40 /** Interface to query for controls and control properties supported by the
92 The control property to query for.
/aoo41x/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx104 …mxFilterContainer = Reference< XNameContainer >::query( rxMSF->createInstance( OUString::createFro… in XMLFilterSettingsDialog()
105 …mxTypeDetection = Reference< XNameContainer >::query( rxMSF->createInstance( OUString::createFromA… in XMLFilterSettingsDialog()
106 …mxExtendedTypeDetection = Reference< XNameContainer >::query( rxMSF->createInstance( OUString::cre… in XMLFilterSettingsDialog()
673 Reference< XFlushable > xFlushable = Reference< XFlushable >::query( mxTypeDetection ); in insertOrEdit()
884 xFlushable = Reference< XFlushable >::query( mxTypeDetection ); in onDelete()
/aoo41x/main/offapi/com/sun/star/mail/
H A DXMailServer.idl141 Allow a client to query if a certain connection type is
145 [in] query if a certain connection type is supported.
178 [in] an interface used to query for the necessary user information
/aoo41x/main/cppu/inc/com/sun/star/uno/
H A DReference.h506 …inline static Reference< interface_type > SAL_CALL query( const BaseReference & rRef ) SAL_THROW( …
512 …inline static Reference< interface_type > SAL_CALL query( XInterface * pInterface ) SAL_THROW( (Ru…
/aoo41x/main/svx/source/xml/
H A Dxmlexport.cxx73 pModel->setUnoModel( Reference< XInterface >::query( xSourceDoc ) ); in SvxDrawingLayerExport()
181 pModel->setUnoModel( Reference< XInterface >::query( xTargetDocument ) ); in SvxDrawingLayerImport()
/aoo41x/main/offapi/com/sun/star/datatransfer/
H A DXMimeContentType.idl81 /** To query if a specific parameter is supported.
84 The name of the parameter to query for.
/aoo41x/main/offapi/com/sun/star/sdb/application/
H A DXDatabaseDocumentUI.idl167 it allows opening a table, query, form, or report for either editing or viewing.</p>
211 … <td>A query designer is opened, and allows to edit the statement constituting the query.
213 … <td>A table data view is opened, and allows to view and edit the data contained in the query.
/aoo41x/main/comphelper/source/property/
H A Dpropagg.cxx577 m_xAggregateState = m_xAggregateState.query( _rxDelegate ); in setAggregation()
578 m_xAggregateSet = m_xAggregateSet.query( _rxDelegate ); in setAggregation()
579 m_xAggregateMultiSet = m_xAggregateMultiSet.query( _rxDelegate ); in setAggregation()
580 m_xAggregateFastSet = m_xAggregateFastSet.query( _rxDelegate ); in setAggregation()
/aoo41x/main/extensions/source/abpilot/
H A Dabpresid.hrc83 // query boxes
86 // please adjust RID_QUERYBOX_END (below) when adding new query boxes
/aoo41x/main/dbaccess/source/ui/browser/
H A Dsbabrw.src138 Message [ en-US ] = "The query already exists. Do you want to delete it?" ;
164 Text [ en-US ] = "Loading query $name$ ...";
/aoo41x/main/odk/examples/DevelopersGuide/Database/
H A DSales.java96 String query = "SELECT NAME, PRICE FROM SALES " + in retrieveSalesData() local
98 XResultSet rs = stmt.executeQuery(query); in retrieveSalesData()
/aoo41x/main/extensions/source/propctrlr/
H A Dxsdvalidationhelper.cxx260 …try { xOldType = xOldType.query( getDataType( sOldDataTypeName ) ); } catch( const Exception& ) { } in setValidatingDataTypeByName()
358 xFormatTypes = xFormatTypes.query( xSupplier->getNumberFormats() ); in findDefaultFormatForIntrospectee()

Completed in 124 milliseconds

12345678910>>...21