Home
last modified time | relevance | path

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

12345678910>>...21

/aoo41x/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()
/aoo41x/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()
/aoo41x/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.hxx127 SAL_CALL query<> (IStoreHandle *pHandle, OStoreLockBytes*);
148 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
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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.
/aoo41x/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
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/wizards/prj/
H A Dd.lst20 ..\%__SRC%\misc\query.component %_DEST%\xml%_EXT%\query.component
/aoo41x/main/forms/source/helper/
H A Dcontrolfeatureinterception.cxx110 xMaster->setSlaveDispatchProvider( Reference< XDispatchProvider >::query( xSlave ) ); in releaseDispatchProviderInterceptor()
139 xInterceptor = xInterceptor.query( xSlave ); in dispose()
/aoo41x/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
/aoo41x/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.
/aoo41x/main/dbaccess/qa/complex/dbaccess/
H A DQuery.java91 final XPropertySet query = UnoRuntime.queryInterface( in testQueryColumns() local
95 XColumnsSupplier.class, query); in testQueryColumns()
/aoo41x/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.
/aoo41x/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.
/aoo41x/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()
/aoo41x/main/setup_native/scripts/
H A Dinstall_linux.sh193 rpm --dbpath `cd $RPM_DB_PATH; pwd` --query --all
299 …rpm ${DEBIAN_FLAGS} --erase -v --nodeps --dbpath $RPM_DB_PATH `rpm --query --queryformat "%{NAME} …

Completed in 129 milliseconds

12345678910>>...21