Home
last modified time | relevance | path

Searched refs:results (Results 26 – 50 of 203) sorted by relevance

123456789

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java494 XResultSet results = null; in createStandardColumnPart() local
496 results = metadata.getTypeInfo(); in createStandardColumnPart()
497 if (results != null) { in createStandardColumnPart()
498 XRow row = UnoRuntime.queryInterface(XRow.class, results); in createStandardColumnPart()
499 while (results.next()) { in createStandardColumnPart()
516 CompHelper.disposeComponent(results); in createStandardColumnPart()
697 XResultSet results = statement.executeQuery(sql); in collectColumnInformation() local
698 …taSupplier metadataSupplier = UnoRuntime.queryInterface(XResultSetMetaDataSupplier.class, results); in collectColumnInformation()
/trunk/main/scripting/source/runtimemgr/
H A DScriptNameResolverImpl.cxx359 Sequence< Reference< storage::XScriptInfo > > results = in resolve() local
362 lang::EventObject event( results[ 0 ] ); in resolve()
432 Sequence< Reference< storage::XScriptInfo > > results =
435 const sal_Int32 length = results.getLength();
446 resolvedScriptInfo = results[ 0 ];
H A DScriptRuntimeManager.cxx157 Any results; in invoke() local
208 results = xScriptInvocation->invoke( scriptURI, resolvedCtx, aParams, in invoke()
275 …iptRuntimeManager returned from invoke: %s\n", ::rtl::OUStringToOString( results.getValueTypeName(… in invoke()
276 return results; in invoke()
/trunk/main/offapi/com/sun/star/ui/
H A DXContextChangeEventMultiplexer.idl61 An empty reference results in an InvalidArgumentException.
65 event focus results in an InvalidArgumentException.
92 An empty reference results in an InvalidArgumentException.
111 An empty reference results in an InvalidArgumentException.
/trunk/main/offapi/com/sun/star/sheet/
H A DXDataPilotMemberResults.idl41 /** provides access to a sequence of results of a data pilot source level.
43 <p>These results are used to fill the data area for the level in a data
54 /** returns the sequence of results for the regarding data pilot
H A DDataPilotDescriptor.idl119 /** specifies if columns for grand total results are created.
125 /** specifies if rows for grand total results are created.
143 /** specifies a label for grand total results.
H A DFormulaResult.idl39 /** selects numeric results.
45 /** selects non-numeric results.
H A DXDataPilotResults.idl41 /** provides access to a table of results of a data pilot source.
43 <p>These results are used to fill the data area of a data pilot table.</p>
H A DDDELink.idl51 <p>A DDE link controls the results of a DDE spreadsheet formula.</p>
77 /** provides access to the DDE link results.
H A DDDELinkInfo.idl38 list of DDE items which may contain results cached from the last update.</p>
65 /** A list of DDE items. Each item may contain its results from the last
H A DXSheetLinkable.idl61 only results of formulas are used.</p>
75 only results of formulas are used.</p>
/trunk/main/offapi/com/sun/star/form/
H A DListSourceType.idl53 /** The control should be filled with the results of a database query.
59 /** The control should be filled with the results of a database statement.
65 /** The control should be filled with the results of a database statement,
/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DCellFontSize.java130 double[] results = new double[cellNum]; in testCellFontSize() local
154 results[i] = ((Float) SCUtil.getCellProperties(cells[i], inputType)).floatValue(); in testCellFontSize()
158 …ect cell font size(" + inputType + ") value got in ." + fileType + " file.", expected, results, 0); in testCellFontSize()
H A DCellColor.java136 int[] results = new int[cellNum]; in testCellColor() local
160 results[i] = ((Integer) SCUtil.getCellProperties(cells[i], inputType)).intValue(); in testCellColor()
164 …cell background color(" + inputType + ") value got in ." + fileType + " file.", expected, results); in testCellColor()
H A DCellAlignment.java143 Enum[] results = new Enum[cellNum]; in testCellAlignment() local
170 results[i] = (Enum) SCUtil.getCellProperties(cells[i], inputType); in testCellAlignment()
176 …ect cell alignment(" + inputType + ") value got in ." + fileType + " file.", expected, results[i]); in testCellAlignment()
H A DCellBorder.java181 BorderLine[][] results = new BorderLine[cellNum][borderNum]; in testCellBorder() local
208 results[i][j] = (BorderLine) SCUtil.getCellProperties(cells[i], borderType[j]); in testCellBorder()
217 new BorderLineWithEqualsFunction(expected), new BorderLineWithEqualsFunction(results[i][j])); in testCellBorder()
/trunk/main/offapi/com/sun/star/document/
H A DXTypeDetection.idl44 may invalid results if e.g., the extension of the document is wrong.
47 The combination of both should produce stable results every time.
90 and make results more stable; but only one of them is required.
H A DXInteractionFilterOptions.idl46 /** Store results to the continuation.
54 /** Get results from the continuation.
/trunk/main/basegfx/source/workbench/
H A Dbezierclip.cxx1224 ::std::vector< ::std::pair<double,double> > results; in clipBezier()
1225 ::std::back_insert_iterator< ::std::vector< ::std::pair<double, double> > > ii(results); in clipBezier()
1238 ::std::vector< Bezier > c1_segments( results.size()+1 ); in clipBezier()
1239 ::std::vector< Bezier > c2_segments( results.size()+1 ); in clipBezier()
1243 for( i=0; i<results.size(); ++i ) in clipBezier()
1246 Impl_deCasteljauAt( c1_segments[i], c1_part2, c1_remainder, results[i].first ); in clipBezier()
1250 Impl_deCasteljauAt( c2_segments[i], c2_part2, c2_remainder, results[i].second ); in clipBezier()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLDatabaseMetaData.java530 XResultSet results = new JavaSQLResultSet(javaResults, connection); in getTablePrivileges() local
533 …taSupplier metaDataSupplier = UnoRuntime.queryInterface(XResultSetMetaDataSupplier.class, results); in getTablePrivileges()
556 XRow row = UnoRuntime.queryInterface(XRow.class, results); in getTablePrivileges()
557 while (results.next()) { in getTablePrivileges()
573results = new CustomResultSet(getTablesPrivilegesMetadata(), rowsOut); in getTablePrivileges()
575 return results; in getTablePrivileges()
/trunk/main/offapi/com/sun/star/rendering/
H A DTexturingMode.idl38 texture coordinate range [0,1]. This results in only one
48 [0,1]. This results in only one instance of the texture
/trunk/main/xmerge/source/palmtests/
H A DREADME17 …ontains the files necessary to run the POSE emulator and to compare this results of tests with a s…
31 … the user running the scripts. This is used to name a directory for the test results to be kept in.
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlStatement.java82 XResultSet results = impl.executeQuery(arg0); in executeQuery() local
83 return new PostgresqlResultSet(results, this); in executeQuery()
/trunk/main/xmlsecurity/test_docs/tools/httpserv/nbproject/
H A Dproject.properties34 build.test.results.dir=${build.dir}/test/results
/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/nbproject/
H A Dproject.properties35 build.test.results.dir=${build.dir}/test/results

Completed in 76 milliseconds

123456789