Home
last modified time | relevance | path

Searched refs:query (Results 51 – 75 of 517) sorted by relevance

12345678910>>...21

/aoo42x/main/ucb/source/ucp/webdav/
H A DCurlUri.cxx203 rtl::OUString query = getURLStringPart( pUri, CURLUPART_QUERY, 0 ); in init() local
204 if ( !query.isEmpty() ) in init()
207 mPath += query; in init()
/aoo42x/main/svx/source/form/
H A Dformcontrolfactory.cxx209 xForm = xForm.query( xChild->getParent() ); in lcl_getDataSourceIndirectProperties()
213 xChild = xChild.query( xForm ); in lcl_getDataSourceIndirectProperties()
214 xForm = xForm.query( xChild->getParent() ); in lcl_getDataSourceIndirectProperties()
225 …xDsProperties = xDsProperties.query( OStaticDataAccessTools().getDataSource( sDataSourceName, _rCo… in lcl_getDataSourceIndirectProperties()
H A Dfmtools.cxx279 m_xBookmarkOperations = m_xBookmarkOperations.query( m_xMoveOperations ); in ImplConstruct()
280 m_xColumnsSupplier = m_xColumnsSupplier.query( m_xMoveOperations ); in ImplConstruct()
281 m_xPropertyAccess = m_xPropertyAccess.query( m_xMoveOperations ); in ImplConstruct()
/aoo42x/main/dbaccess/source/ui/control/
H A Dopendoccontrols.cxx118 xNameAccess = xNameAccess.query( xFactory->createInstance( in GetCommandText()
178 xImageManager = xImageManager.query( xManager->getImageManager() ); in GetCommandIcon()
249 … xFilterFactory = xFilterFactory.query( ::comphelper::getProcessServiceFactory()->createInstance( in impl_init()
/aoo42x/main/ucb/source/cacher/
H A Ddynamicresultsetwrapper.cxx333 xSourceComponent->addEventListener( Reference< XEventListener > ::query( xMyListenerImpl ) ); in setSource()
357 xMyListenerImpl = Reference< XEventListener > ::query( m_xMyListenerImpl ); in getStaticResultSet()
392 addEventListener( Reference< XEventListener >::query( Listener ) ); in setListener()
/aoo42x/main/stoc/test/
H A Dtestregistry.cxx189 Reference<XSingleServiceFactory> xFactory( Reference<XSingleServiceFactory>::query(xIFace) ); in test_SimpleRegistry()
199 Reference<XServiceInfo> xServInfo( Reference<XServiceInfo>::query(xIFace2) ); in test_SimpleRegistry()
208 Reference<XSimpleRegistry> xReg( Reference<XSimpleRegistry>::query(xIFace2) ); in test_SimpleRegistry()
472 Reference<XServiceInfo> xServInfo( Reference<XServiceInfo>::query(xReg) ); in test_DefaultRegistry()
H A Dtestloader.cxx107 Reference<XSingleComponentFactory> xFactory( Reference<XSingleComponentFactory>::query(xIFace) ); in SAL_IMPLEMENT_MAIN()
115 Reference<XServiceInfo> xServInfo( Reference<XServiceInfo>::query(xLoader) ); in SAL_IMPLEMENT_MAIN()
/aoo42x/main/forms/source/runtime/
H A Dformoperations.cxx855 xBound = xBound.query( xCurrentControl->getModel() ); in impl_commitCurrentControl_throw()
1042 m_xCursor = m_xCursor.query( m_xController->getModel() ); in impl_initFromController_throw()
1057 m_xCursorProperties = m_xCursorProperties.query ( m_xCursor ); in impl_initFromForm_throw()
1058 m_xUpdateCursor = m_xUpdateCursor.query ( m_xCursor ); in impl_initFromForm_throw()
1059 m_xLoadableForm = m_xLoadableForm.query ( m_xCursor ); in impl_initFromForm_throw()
1084 m_xCursor = m_xCursor.query( _rxForm ); in createWithForm()
/aoo42x/main/unoxml/source/rdf/
H A Dlibrdf_repository.cxx147 static void safe_librdf_free_query(librdf_query *const query) in safe_librdf_free_query() argument
149 if (query) { librdf_free_query(query); } in safe_librdf_free_query()
1272 const ::rtl::OString query( in querySelect() local
1276 reinterpret_cast<const unsigned char*> (query.getStr()), NULL), in querySelect()
1322 const ::rtl::OString query( in queryConstruct() local
1326 reinterpret_cast<const unsigned char*> (query.getStr()), NULL), in queryConstruct()
1360 const ::rtl::OString query( in queryAsk() local
1364 reinterpret_cast<const unsigned char*> (query.getStr()), NULL), in queryAsk()
/aoo42x/main/store/source/
H A Dstordir.hxx106 SAL_CALL query<> (IStoreHandle *pHandle, OStoreDirectory_Impl*);
126 SAL_CALL query (IStoreHandle *pHandle, OStoreDirectory_Impl*) in query() function
H A Dstorlckb.hxx125 SAL_CALL query<> (IStoreHandle *pHandle, OStoreLockBytes*);
146 SAL_CALL query (IStoreHandle *pHandle, OStoreLockBytes*) in query() function
H A Dstorpage.hxx164 SAL_CALL query<> (IStoreHandle *pHandle, OStorePageManager*);
203 SAL_CALL query (IStoreHandle *pHandle, OStorePageManager*) in query() function
/aoo42x/main/xmloff/source/forms/
H A Dformcellbinding.cxx121 m_xDocument = m_xDocument.query( getDocument( m_xControlModel ) ); in FormCellBindingHelper()
174 xBinding = xBinding.query( createDocumentDependentInstance( in createCellBindingFromStringAddress()
193 xSource = xSource.query( createDocumentDependentInstance( in createCellListSourceFromStringAddress()
/aoo42x/main/offapi/com/sun/star/sdb/tools/
H A DXConnectionTools.idl77 which provides access to functionality around table and query names.
102 … the object. This may be a table name, a query name, or an SQL statement, depending on the value
130 … the object. This may be a table name, a query name, or an SQL statement, depending on the value
/aoo42x/main/offapi/com/sun/star/linguistic2/
H A DXLinguServiceManager.idl52 Additionally, it can query what implementations of those services are
54 It can select and query which of those implementations should
142 the language used to query the list of available implementations.
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DStarReportDataFactory.java56 public ReportData queryData(final String query, final DataSet parameters) in queryData() argument
68 return new StarReportData(backend.queryData(query, map)); in queryData()
/aoo42x/main/forms/qa/integration/forms/
H A DTestCase.java70 XModifiable docModify = (XModifiable)m_document.query( XModifiable.class ); in closeDocumentByUI()
95 XCloseable closeDoc = (XCloseable)m_document.query( XCloseable.class ); in closeDocument()
/aoo42x/main/dbaccess/qa/complex/dbaccess/
H A DQuery.java91 final XPropertySet query = UnoRuntime.queryInterface( in testQueryColumns() local
95 XColumnsSupplier.class, query); in testQueryColumns()
/aoo42x/main/offapi/com/sun/star/sheet/
H A DDataImportMode.idl45 /** a SQL query string is supplied.
57 /** the name of a database query is supplied.
/aoo42x/main/forms/source/helper/
H A Dcontrolfeatureinterception.cxx110 xMaster->setSlaveDispatchProvider( Reference< XDispatchProvider >::query( xSlave ) ); in releaseDispatchProviderInterceptor()
139 xInterceptor = xInterceptor.query( xSlave ); in dispose()
/aoo42x/main/sal/inc/systools/win32/
H A Dcomptr.hxx183 HRESULT query(T_QUERYINTERFACE** pQuery) in query() function in ComPtr
189 HRESULT query(REFIID rIID , in query() function in ComPtr
/aoo42x/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx1162 mxPage = Reference< XDrawPage >::query( xComponent ); in setSourceDocument()
1163 mxShapes = Reference< XShapes >::query( xComponent ); in setSourceDocument()
1164 mxShape = Reference< XShape >::query( xComponent ); in setSourceDocument()
1196 mxPage = Reference< XDrawPage >::query( xInt ); in setSourceDocument()
1198 xChild = Reference< XChild >::query( xInt ); in setSourceDocument()
/aoo42x/main/offapi/com/sun/star/sdb/
H A DXAlterQuery.idl36 /** is used to alter the command of a query.
41 /** is intended to alter the command of a query object.
/aoo42x/main/offapi/com/sun/star/mail/
H A DXAuthenticator.idl34 Represents an interface that will be used to query for user
37 dialog to query the user for the necessary data.
/aoo42x/main/stoc/test/uriproc/
H A Dtest_uriproc.cxx147 char const * query; in TEST_F() member
250 data[i].query != 0, uriRef->hasQuery()); in TEST_F()
254 data[i].query == 0 ? "" : data[i].query), in TEST_F()

Completed in 112 milliseconds

12345678910>>...21