Home
last modified time | relevance | path

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

12345678910>>...21

/aoo42x/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()
/aoo42x/main/wizards/source/formwizard/
H A Ddbwizres.src261 Text [ en-US ] = "Please select a table or query" ;
681 Text [ en-US ] = "Name ~of the query" ;
696 Text [ en-US ] = "How do you want to proceed after creating the query?" ;
712 Text [ en-US ] = "~Detailed query (Shows all records of the query.)" ;
717 Text [ en-US ] = "~Summary query (Shows only results of aggregate functions.)" ;
943 Text [ en-US ] = "Select the fields (columns) for your query" ;
960 Text [ en-US ] = "Select the type of query" ;
1337 …Text [ en-US ] = "The query with the statement <BR>'<STATEMENT>' <BR> could not be run. <BR> Check…
/aoo42x/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()
/aoo42x/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";
/aoo42x/main/test/source/java/org/openoffice/test/tools/
H A DOfficeDocument.java150 XModifiable modify = (XModifiable)query( XModifiable.class ); in isModified()
155 public Object query( Class aInterfaceClass ) in query() method in OfficeDocument
/aoo42x/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 ].
/aoo42x/main/extensions/source/propctrlr/
H A Dxsdvalidationhelper.cxx260 …try { xOldType = xOldType.query( getDataType( sOldDataTypeName ) ); } catch( const Exception& ) { } in setValidatingDataTypeByName()
358 xFormatTypes = xFormatTypes.query( xSupplier->getNumberFormats() ); in findDefaultFormatForIntrospectee()
/aoo42x/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
/aoo42x/main/dbaccess/
H A DAllLangResTarget_dbui.mk77 dbaccess/source/ui/querydesign/query.src \
98 $(call gb_SrsPartTarget_get_target,dbaccess/source/ui/querydesign/query.src) : $(WORKDIR)/inc/dbacc…
/aoo42x/main/fpicker/source/win32/filepicker/
H A DVistaFilePickerEventHandler.cxx179 iDialog.query(&iOpen ); in lcl_updateVersionListDirectly()
180 iDialog.query(&iCustomize); in lcl_updateVersionListDirectly()
/aoo42x/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
/aoo42x/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>. */
/aoo42x/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()
/aoo42x/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()
/aoo42x/main/qadevOOo/tests/java/mod/_dbaccess/
H A DTableWindowAccessibility.java237 final String query = "select * from " + tbl_name1 + ", " + in createTestEnvironment() local
241 queryProp.setPropertyValue("Command", query); in createTestEnvironment()
H A DJoinViewAccessibility.java253 final String query = "select * from " + tbl_name1 + ", " + in createTestEnvironment() local
257 queryProp.setPropertyValue ("Command", query); in createTestEnvironment()
H A DConnectionLineAccessibility.java263 final String query = "select * from " + tbl_name1 + ", " + in createTestEnvironment() local
267 queryProp.setPropertyValue("Command", query); in createTestEnvironment()
/aoo42x/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()
/aoo42x/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
/aoo42x/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()
/aoo42x/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()
/aoo42x/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
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DResultSet.idl80 query. For columns that are NOT explicitly named in the query, it
/aoo42x/main/postprocess/packcomponents/
H A Dmakefile.mk290 component/wizards/com/sun/star/wizards/query/query \
/aoo42x/main/toolkit/source/helper/
H A Dformpdfexport.cxx172 xParentForm = xParentForm.query( xChild->getParent() ); in determineRadioGroupId()
482 xParentProps = xParentProps.query( xChild->getParent() ); in describePDFControl()

Completed in 76 milliseconds

12345678910>>...21