/trunk/main/setup_native/scripts/ |
H A D | install_linux.sh | 193 rpm --dbpath `cd $RPM_DB_PATH; pwd` --query --all 299 …rpm ${DEBIAN_FLAGS} --erase -v --nodeps --dbpath $RPM_DB_PATH `rpm --query --queryformat "%{NAME} …
|
/trunk/main/stoc/source/servicemanager/ |
H A D | servicemanager.cxx | 274 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()
|
/trunk/main/stoc/test/javavm/jvm_interaction/ |
H A D | interactionhandler.cxx | 107 abort= Reference<XInteractionAbort>::query( seqCont[i]); in handle() 113 retry= Reference<XInteractionRetry>::query( seqCont[i]); in handle()
|
/trunk/main/offapi/com/sun/star/sdb/ |
H A D | QueryDefinition.idl | 52 /** is the command of the query, this is typically a select statement. 57 /** should we use escape processing for the query.
|
/trunk/main/cppuhelper/inc/cppuhelper/ |
H A D | compbase.hxx | 50 …::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 …
|
/trunk/main/filter/source/xsltdialog/ |
H A D | xmlfiltersettingsdialog.cxx | 104 …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()
|
/trunk/main/svtools/source/java/ |
H A D | javainteractionhandler.cxx | 117 abort = Reference< XInteractionAbort>::query( aSeqCont[i]); in handle() 124 retry= Reference<XInteractionRetry>::query( aSeqCont[i]); in handle()
|
/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | XColumnLocate.idl | 46 query. For columns that are NOT explicitly named in the query, it
|
H A D | XPreparedStatement.idl | 52 /** executes the SQL query in this 54 object and returns the result set generated by the query.
|
/trunk/main/connectivity/source/manager/ |
H A D | mdrivermanager.cxx | 131 const_cast< DriverAccess& >( _rDescriptor ).xDriver = _rDescriptor.xDriver.query( in operator ()() 343 xSI = xSI.query( xFactory ); in bootstrapDrivers() 365 xSI = xSI.query( xDriver ); in bootstrapDrivers()
|
/trunk/main/dbaccess/source/ui/app/ |
H A D | app.src | 307 …Text [ en-US ] = "Create a query by specifying the filters, input tables, field names, and propert… 311 Text [ en-US ] = "Create a query by entering an SQL statement directly." ; 315 Text [ en-US ] = "The wizard will guide you through the steps necessary to create a query." ;
|
/trunk/main/svx/source/form/ |
H A D | fmstring.src | 110 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 \"#\"." ;
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | componentcontext.hxx | 92 _out_rxComponent = _out_rxComponent.query( in createComponent() 118 _out_rxComponent = _out_rxComponent.query( in createComponentWithArguments()
|
/trunk/main/offapi/com/sun/star/mail/ |
H A D | XMailServer.idl | 141 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
|
/trunk/main/offapi/com/sun/star/ui/dialogs/ |
H A D | XControlInformation.idl | 40 /** Interface to query for controls and control properties supported by the 92 The control property to query for.
|
/trunk/main/comphelper/source/property/ |
H A D | propagg.cxx | 577 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()
|
/trunk/main/offapi/com/sun/star/sdb/application/ |
H A D | XDatabaseDocumentUI.idl | 167 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.
|
/trunk/main/cppu/inc/com/sun/star/uno/ |
H A D | Reference.h | 506 …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…
|
/trunk/main/svx/source/xml/ |
H A D | xmlexport.cxx | 73 pModel->setUnoModel( Reference< XInterface >::query( xSourceDoc ) ); in SvxDrawingLayerExport() 181 pModel->setUnoModel( Reference< XInterface >::query( xTargetDocument ) ); in SvxDrawingLayerImport()
|
/trunk/main/offapi/com/sun/star/datatransfer/ |
H A D | XMimeContentType.idl | 81 /** To query if a specific parameter is supported. 84 The name of the parameter to query for.
|
/trunk/main/dbaccess/source/ui/browser/ |
H A D | sbabrw.src | 137 Message [ en-US ] = "The query already exists. Do you want to delete it?" ; 163 Text [ en-US ] = "Loading query $name$...";
|
/trunk/main/extensions/source/abpilot/ |
H A D | abpresid.hrc | 83 // query boxes 86 // please adjust RID_QUERYBOX_END (below) when adding new query boxes
|
/trunk/main/odk/examples/DevelopersGuide/Database/ |
H A D | Sales.java | 96 String query = "SELECT NAME, PRICE FROM SALES " + in retrieveSalesData() local 98 XResultSet rs = stmt.executeQuery(query); in retrieveSalesData()
|
/trunk/main/store/workben/ |
H A D | t_page.cxx | 1474 page_data_type * query (PageData *, page_data_type *); 1477 query (PageData & rData, InodePageDataV2 *) 1489 if (query(&rData, static_cast<InodePageDataV2*>(0))) 1491 else if (query(&rData, static_cast<InodePageDataV1*>(0)))
|
/trunk/main/svx/source/accessibility/ |
H A D | AccessibleControlShape.cxx | 190 xReturn = xReturn.query( _pView->GetSdrPageView()->GetControlContainer( *_pWin ) ); in lcl_getControlContainer() 293 …xFactory = xFactory.query( createProcessComponent( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "… in Init() 775 m_xControlModel = m_xControlModel.query( xShape->getControl() ); in ensureControlModelAccess()
|