Home
last modified time | relevance | path

Searched refs:query (Results 26 – 50 of 515) sorted by relevance

12345678910>>...21

/aoo41x/main/stoc/source/inspect/
H A Dintrospection.cxx499 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 …]
/aoo41x/main/qadevOOo/tests/java/mod/_fwl/
H A DTypeDetection.java140 NamedValue query = new NamedValue(); in createTestEnvironment() local
141 query.Name = "Name"; in createTestEnvironment()
142 query.Value = "writer_Text"; in createTestEnvironment()
143 querySequenze[0] = query; in createTestEnvironment()
H A DFilterFactory.java163 NamedValue query = new NamedValue(); in createTestEnvironment() local
164 query.Name = "Name"; in createTestEnvironment()
165 query.Value = "Rich Text Format"; in createTestEnvironment()
166 querySequenze[0] = query; in createTestEnvironment()
/aoo41x/main/forms/qa/integration/forms/
H A DDocumentViewHelper.java81 public Object query( Class aInterfaceClass ) in query() method in DocumentViewHelper
100 XController xController = (XController)query( XController.class ); in getDispatcher()
155 XControlAccess xCtrlAcc = (XControlAccess)query( XControlAccess.class ); in getControl()
179 XFormLayerAccess formLayerAccess = (XFormLayerAccess)query( XFormLayerAccess.class ); in getFormController()
H A DListSelection.java105 …XSpreadsheetView view = (XSpreadsheetView)m_document.getCurrentView().query( XSpreadsheetView.clas… in impl_clickListBox()
268 XStorable storable = (XStorable)m_document.query( XStorable.class ); in prepareDocument()
287 getByName( "ListBox" ).query( XControlModel.class ); in getListBoxModel()
/aoo41x/main/store/workben/
H A Dt_base.cxx73 static OTestObject* SAL_CALL query (IStoreHandle *pHandle, OTestObject*) in query() function
94 friend OTestBIOS* SAL_CALL query<> (IStoreHandle * pHandle, OTestBIOS *);
133 template<> OTestBIOS* SAL_CALL query (IStoreHandle *pHandle, OTestBIOS*) in query() function
157 OTestObject *pObj = query (pHandle, static_cast<OTestObject*>(0)); in __store_test_handle()
/aoo41x/main/store/source/
H A Dobject.hxx59 store_handle_type * SAL_CALL query (
72 SAL_CALL query<> (IStoreHandle *pHandle, OStoreObject*);
116 SAL_CALL query (IStoreHandle *pHandle, OStoreObject*) in query() function
/aoo41x/main/toolkit/workben/layout/
H A Dtest.cxx269 QueryBox query ( 0, "Do you want to do?", "do"); in TestDialog() local
270 RunDialog( query ); in TestDialog()
274 QueryBox query ( 0, in TestDialog() local
278 RunDialog( query ); in TestDialog()
/aoo41x/main/setup_native/scripts/
H A Dlinuxpatchscript.sh59 rpm --query `rpm --query --queryformat "%{NAME}\n" --package $i` && RPMLIST="$RPMLIST $i"
86 rpm --erase -v --nodeps --notriggers `rpm --query --queryformat "%{NAME} " --package $RPMLIST`
/aoo41x/main/cppuhelper/inc/cppuhelper/
H A Dimplbase.hxx126 ::com::sun::star::uno::Any SAL_CALL query(
219 { return this->getClassData( s_aCD ).query( rType, (ImplHelperBase##N< __IFC##N > *)this ); } \
234 …::com::sun::star::uno::Any aRet( this->getClassData( s_aCD ).query( rType, (ImplHelperBase##N< __I…
257 …::com::sun::star::uno::Any aRet( this->getClassData( s_aCD ).query( rType, (ImplHelperBase##N< __I…
/aoo41x/main/udkapi/com/sun/star/uri/
H A DXUriReference.idl173 returns whether this (hierarchical) URI reference has a query part.
176 <TRUE/> if this URI reference is hierarchical and has a query part.
181 returns the query part of this (hierarchical) URI reference.
184 the textual representation of the query part (with the exact spelling
186 is a hierarchical URI reference that has a query part; otherwise, an
/aoo41x/main/dbaccess/qa/complex/dbaccess/
H A DSingleSelectQueryComposer.java341 String query = in testDisjunctiveNormalForm() local
353 impl_testDisjunctiveNormalForm(query, new PropertyValue[][] in testDisjunctiveNormalForm()
364 query = in testDisjunctiveNormalForm()
380 impl_testDisjunctiveNormalForm(query, new PropertyValue[][] in testDisjunctiveNormalForm()
/aoo41x/main/dbaccess/source/sdbtools/resource/
H A Dsdbt_strings.src30 …en-US ] = "You cannot give a table and a query the same name. Please use a name which is not yet u…
45 Text [ en-US ] = "The given connection is no valid query and/or tables supplier.";
/aoo41x/main/svtools/source/misc/
H A Dimageresourceaccess.cxx84 m_xSeekable = m_xSeekable.query( m_xInput ); in StreamSupplier()
86 m_xSeekable = m_xSeekable.query( m_xOutput ); in StreamSupplier()
155 …xProvider = xProvider.query( _rxORB->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(… in getImageStream()
/aoo41x/main/offapi/com/sun/star/sdb/
H A DDataSourceBrowser.idl77 request, if a table or query is being displayed.
107 Enabled, if at least one row in the grid view of a table or query is selected.
119 Enabled, if at least one row in the grid view of a table or query is selected.
163 <ul><li>the grid control which is used to display the currently selected table/query
202 …s is a string giving the name of the object to display initially. Whether it is table name, a query
230 to query for objects which implement the
/aoo41x/main/offapi/com/sun/star/text/fieldmaster/
H A DDatabase.idl53 can be the name of a data base table, a data query or a statement.
54 (0 = table, 1 = query, 2 = statement)
59 can be the name of a data base table, a data query or a statement.
/aoo41x/main/offapi/com/sun/star/sheet/
H A DXFormulaQuery.idl41 /** provides methods to query cells for dependencies
60 <TRUE/> = repeates query with all found cells
79 <TRUE/> = repeates query with all found cells
/aoo41x/main/extensions/source/propctrlr/
H A Deformshelper.cxx90 m_xBindableControl = m_xBindableControl.query( _rxControlModel ); in EFormsHelper()
92 m_xDocument = m_xDocument.query( _rxContextDocument ); in EFormsHelper()
230 xBindingProps = xBindingProps.query( m_xBindableControl->getValueBinding() ); in impl_switchBindingListening_throw()
421 xBinding = xBinding.query( m_xBindableControl->getValueBinding() ); in getCurrentBinding()
683 …xElements = xElements.query( ( _eType == Submission ) ? xModel->getSubmissions() : xModel->getBind… in getAllElementUINames()
/aoo41x/main/stoc/source/uriproc/
H A DUriReference.cxx42 bool bHasQuery, rtl::OUString const & query): in UriReference() argument
46 m_query(query), in UriReference()
56 OSL_ASSERT(query.getLength() == 0 || bHasQuery); in UriReference()
H A DUriReferenceFactory.cxx136 bool bHasQuery, rtl::OUString const & query): in UriReference() argument
139 query) in UriReference()
231 rtl::OUString query; in parseGeneric() local
255 query = schemeSpecificPart.copy(i + 1); in parseGeneric()
265 scheme, isHierarchical, hasAuthority, authority, path, hasQuery, query); in parseGeneric()
/aoo41x/main/offapi/com/sun/star/frame/
H A DContentHandlerFactory.idl50 <li>query for a content handler by using special query or property description.</li>
93 /** supports query mode for configuration access
H A DFrameLoaderFactory.idl50 <li>query for a frame laoder by using special query or property description.</li>
92 /** supports query mode for configuration access
/aoo41x/main/toolkit/source/controls/
H A Daccessiblecontrolcontext.cxx79 m_xControlModel = m_xControlModel.query( xControl->getModel() ); in IMPLEMENT_FORWARD_XINTERFACE3()
238 xWindow = xWindow.query( xControl->getPeer() ); in implGetWindow()
291 xParentAccComponent = xParentAccComponent.query( xParentAcc->getAccessibleContext() ); in implGetBounds()
/aoo41x/main/fpicker/source/win32/filepicker/
H A DVistaFilePickerImpl.cxx415 m_iDialogOpen.query(&iDialog); in impl_sta_CreateOpenDialog()
458 m_iDialogSave.query(&iDialog); in impl_sta_CreateSaveDialog()
990 m_iDialogOpen.query(&iDialog); in impl_getBaseDialogInterface()
996 m_iDialogSave.query(&iDialog); in impl_getBaseDialogInterface()
1014 m_iDialogOpen.query(&iCustom); in impl_getCustomizeInterface()
1021 m_iDialogSave.query(&iCustom); in impl_getCustomizeInterface()
/aoo41x/main/xmloff/source/draw/
H A Dximpshow.cxx90 mpImpl->mxShowFactory = Reference< XSingleServiceFactory >::query( mpImpl->mxShows ); in SdXMLShowsContext()
95 mpImpl->mxPages = Reference< XNameAccess >::query( xDrawPagesSupplier->getDrawPages() ); in SdXMLShowsContext()
99 …mpImpl->mxPresProps = Reference< XPropertySet >::query( xPresentationSupplier->getPresentation() ); in SdXMLShowsContext()

Completed in 98 milliseconds

12345678910>>...21