Home
last modified time | relevance | path

Searched refs:query (Results 101 – 125 of 515) sorted by relevance

12345678910>>...21

/aoo41x/main/offapi/com/sun/star/frame/
H A DPopupMenuController.idl115 /** used to query for commands supported by the popup menu controller to
124 the dispatch URL scheme: "vnd.sun.star.popup:" opaque_part [ "?" query ].
/aoo41x/main/chart2/source/view/main/
H A DDrawModelWrapper.cxx212 return uno::Reference< uno::XInterface >::query( xComponent ); in createUnoModel()
218 return uno::Reference<frame::XModel>::query( xI ); in getUnoModel()
/aoo41x/main/connectivity/source/resource/
H A Dconn_log_res.src122 Text = "s$1$: going to execute query: $2$";
177 Text = "s$1$: executing previously prepared query";
/aoo41x/main/svx/source/accessibility/
H A DAccessibleControlShape.cxx190 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()
/aoo41x/main/filter/source/xsltdialog/
H A Dxmlfiltertestdialog.cxx188 …mxGlobalBroadcaster = Reference < XEventBroadcaster >::query( mxMSF->createInstance(::rtl::OUStrin… in XMLFilterTestDialog()
524 …xGrfResolver = Reference< XGraphicObjectResolver >::query( xDocFac->createInstance( OUString::crea… in doExport()
525 …xObjectResolver = Reference< XEmbeddedObjectResolver >::query( xDocFac->createInstance( OUString::… in doExport()
/aoo41x/main/store/workben/
H A Dt_page.cxx1474 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)))
/aoo41x/main/forms/qa/integration/forms/
H A DDocumentHelper.java141 XModifiable modify = (XModifiable)query( XModifiable.class ); in isModified()
146 public Object query( Class aInterfaceClass ) in query() method in DocumentHelper
/aoo41x/main/fpicker/source/win32/filepicker/
H A DVistaFilePickerEventHandler.cxx179 iDialog.query(&iOpen ); in lcl_updateVersionListDirectly()
180 iDialog.query(&iCustomize); in lcl_updateVersionListDirectly()
/aoo41x/main/offapi/com/sun/star/drawing/
H A DShape.idl104 To have unique ids you should query the returned interface for
115 /** is used to query or change the ZOrder of this <type>Shape</type>. */
/aoo41x/main/chart2/source/view/axes/
H A DVAxisProperties.cxx303 uno::Reference<beans::XPropertySet>::query( this->m_xAxisModel ); in init()
414 uno::Reference<beans::XPropertySet>::query( xAxisModel ); in init()
/aoo41x/main/cppu/inc/com/sun/star/uno/
H A DReference.hxx349 inline Reference< interface_type > Reference< interface_type >::query( in query() function in com::sun::star::uno::Reference
357 inline Reference< interface_type > Reference< interface_type >::query( in query() function in com::sun::star::uno::Reference
/aoo41x/main/wizards/source/formwizard/
H A Ddbwizres.src259 Text[ en-US ] = "Please select a table or query";
684 Text [ en-US] = "Name ~of the query";
699 Text [ en-US] = "~How do you want to proceed after creating the query?";
715 Text [ en-US] = "~Detailed query (Shows all records of the query.)";
720 Text [ en-US] = "~Summary query (Shows only results of aggregate functions.)";
963 Text [ en-US] = "Select the fields (columns) for your query";
980 Text [ en-US] = "Select the type of query";
1362 …Text [ en-US ] = "The query with the statement <BR>'<STATEMENT>' <BR> could not be run. <BR> Check…
/aoo41x/main/sd/source/ui/table/
H A DTableDesignPane.cxx147 mxView = Reference< XDrawView >::query(mrBase.GetController()); in TableDesignPane()
407 xNewSelection = Reference< XPropertySet >::query( xDesc ); in onSelectionChanged()
629 mxView = Reference<XDrawView>::query( mrBase.GetController() ); in IMPL_LINK()
/aoo41x/main/qadevOOo/tests/java/mod/_dbaccess/
H A DJoinViewAccessibility.java252 final String query = "select * from " + tbl_name1 + ", " + in createTestEnvironment() local
256 queryProp.setPropertyValue ("Command", query); in createTestEnvironment()
H A DConnectionLineAccessibility.java262 final String query = "select * from " + tbl_name1 + ", " + in createTestEnvironment() local
266 queryProp.setPropertyValue("Command", query); in createTestEnvironment()
H A DTableWindowAccessibility.java236 final String query = "select * from " + tbl_name1 + ", " + in createTestEnvironment() local
240 queryProp.setPropertyValue("Command", query); in createTestEnvironment()
/aoo41x/main/connectivity/source/commontools/
H A Dparameters.cxx796 xColumnSupp = xColumnSupp.query( m_xComposer ); in getColumns()
830 xParentColSupp = xParentColSupp.query( m_xParentComposer ); in getParentColumns()
833 xParentColSupp = xParentColSupp.query( xParent ); in getParentColumns()
/aoo41x/main/svx/source/form/
H A Dfmexpl.cxx251 m_xProperties = m_xProperties.query( m_xNormalizedIFace ); in newObject()
252 m_xChild = m_xChild.query( m_xNormalizedIFace ); in newObject()
/aoo41x/main/sc/source/ui/unoobj/
H A Dcellvaluebinding.cxx608 xSheets.set(xSheets.query( m_xDocument->getSheets( ) )); in initialize()
635 m_xCellText.set(m_xCellText.query( m_xCell )); in initialize()
/aoo41x/main/offapi/com/sun/star/mail/
H A DXMailService.idl144 [in] an interface used to query for connection related information.
166 [in] an interface used to query for the necessary user information
/aoo41x/main/offapi/com/sun/star/rendering/
H A DXTextLayout.idl70 complicated than simple string rendering. Note that all query
74 likely to change subsequent output of those query methods.<p>
148 this method can be used to query for the layout's default
/aoo41x/main/offapi/com/sun/star/sdbc/
H A DResultSet.idl80 query. For columns that are NOT explicitly named in the query, it
/aoo41x/main/toolkit/doc/layout/
H A Doldnotes.txt69 xDlg->setModel( Reference< awt::XControlModel >::query( xModel ) );
165 + query these ... [!?]
/aoo41x/main/toolkit/source/helper/
H A Dformpdfexport.cxx172 xParentForm = xParentForm.query( xChild->getParent() ); in determineRadioGroupId()
482 xParentProps = xParentProps.query( xChild->getParent() ); in describePDFControl()
/aoo41x/main/offapi/com/sun/star/form/component/
H A DDatabaseListBox.idl125 determines the query which the list result set should be based on.<br/>
126 For retrieving the query, the connection which the data form is working with

Completed in 100 milliseconds

12345678910>>...21