/aoo41x/main/scripting/source/storage/ |
H A D | ScriptURI.cxx | 158 scripting_impl::Uri results; in parseIt() local 159 results.valid = sal_True; in parseIt() 166 results.valid=sal_False; in parseIt() 167 return results; in parseIt() 175 results.logicalName = m_uri.copy( schemaLen ); in parseIt() 176 return results; in parseIt() 178 results.logicalName = m_uri.copy( schemaLen, len-schemaLen ); in parseIt() 195 results.language = attr.copy( len2 + 1 ); in parseIt() 202 results.location = attr.copy( len2 + 1 ); in parseIt() 209 results.functionName = attr.copy( len2 + 1 ); in parseIt() [all …]
|
H A D | ScriptInfo.cxx | 312 Sequence< OUString > results; in getFileSetNames() local 318 return results; in getFileSetNames() 320 results.realloc( m_scriptData.filesets.size() ); in getFileSetNames() 327 results[ count++ ] = fileSetName; in getFileSetNames() 329 return results; in getFileSetNames() 336 Sequence< OUString > results; in getFilesInFileSet() local 344 return results; in getFilesInFileSet() 355 return results; in getFilesInFileSet() 357 results.realloc( files.size() ); in getFilesInFileSet() 364 results[ count++ ] = fileName; in getFilesInFileSet() [all …]
|
H A D | ScriptStorage.cxx | 665 Sequence< ::rtl::OUString > results; in getScriptLogicalNames() local 703 return results; in getScriptLogicalNames() 734 return results; in getImplementations() 745 return results; in getImplementations() 758 return results; in getImplementations() 761 results.realloc( 1 ); in getImplementations() 768 results[ 0 ] = xScriptInfo; in getImplementations() 770 return results; in getImplementations() 784 return results; in getAllImplementations() 804 results[ count++ ] = xScriptInfo; in getAllImplementations() [all …]
|
/aoo41x/test/testuno/source/fvt/uno/sc/chart/ |
H A D | ChartGrid.java | 153 Boolean[][] results = { in testCreateXYGrid() local 196 results[0][0] = (Boolean) SCUtil.getProperties(xDiagram, "HasXAxisGrid"); in testCreateXYGrid() 197 results[0][1] = (Boolean) SCUtil.getProperties(xDiagram, "HasYAxisGrid"); in testCreateXYGrid() 198 results[1][0] = (Boolean) SCUtil.getProperties(xDiagram, "HasXAxisHelpGrid"); in testCreateXYGrid() 199 results[1][1] = (Boolean) SCUtil.getProperties(xDiagram, "HasYAxisHelpGrid"); in testCreateXYGrid() 225 Boolean[][] results = { in testCreateXYZGrid() local 273 results[0][0] = (Boolean) SCUtil.getProperties(xDiagram, "HasXAxisGrid"); in testCreateXYZGrid() 274 results[0][1] = (Boolean) SCUtil.getProperties(xDiagram, "HasYAxisGrid"); in testCreateXYZGrid() 275 results[0][2] = (Boolean) SCUtil.getProperties(xDiagram, "HasZAxisGrid"); in testCreateXYZGrid() 276 results[1][0] = (Boolean) SCUtil.getProperties(xDiagram, "HasXAxisHelpGrid"); in testCreateXYZGrid() [all …]
|
H A D | ChartAxis.java | 153 Boolean[][] results = { in testCreateXYAxes() local 205 results[0][0] = (Boolean) SCUtil.getProperties(xDiagram, "HasXAxis"); in testCreateXYAxes() 206 results[0][1] = (Boolean) SCUtil.getProperties(xDiagram, "HasYAxis"); in testCreateXYAxes() 207 results[1][0] = (Boolean) SCUtil.getProperties(xDiagram, "HasSecondaryXAxis"); in testCreateXYAxes() 208 results[1][1] = (Boolean) SCUtil.getProperties(xDiagram, "HasSecondaryYAxis"); in testCreateXYAxes() 212 assertArrayEquals("Incorrect chart grids got in ." + fileType + " file.", expected, results); in testCreateXYAxes() 234 Boolean[][] results = { in testCreateXYZAxes() local 275 results[0][0] = (Boolean) SCUtil.getProperties(xDiagram, "HasXAxis"); in testCreateXYZAxes() 276 results[0][1] = (Boolean) SCUtil.getProperties(xDiagram, "HasYAxis"); in testCreateXYZAxes() 277 results[0][2] = (Boolean) SCUtil.getProperties(xDiagram, "HasZAxis"); in testCreateXYZAxes() [all …]
|
/aoo41x/main/offapi/com/sun/star/sheet/ |
H A D | DataPilotFieldReferenceType.idl | 40 /** This type means, that the results in the data fields are displayed like they are. 47 Totals outside of the base field are shown as empty results. 71 <p>Empty results are handled as for named items (see above).<p> 84 Totals outside of the base field are shown as empty results. 86 … <p>Division by zero results in an error. Otherwise, empty results are shown as 0. Results for 99 Totals outside of the base field are shown as empty results. 112 calculating the sum, and results for that item are shown as error, to ensure consistency 117 <p>Totals outside of the base field are shown as empty results.</p> 131 <p>Division by zero results in an error.</p> 133 <p>Otherwise, empty results remain empty.</p> [all …]
|
H A D | XDDELinkResults.idl | 37 /** provides access to the DDE link results. 47 /** returns the DDE link results. 50 the DDE link results. The outer sequence contains the value rows. 57 /** sets the DDE link results. 60 the DDE link results. The outer sequence contains the value rows. 62 If the outer sequence is empty, the existing DDE link results are
|
H A D | XDataPilotMemberResults.idl | 41 /** 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
|
/aoo41x/main/scripting/workben/installer/ |
H A D | InstUtil.java | 134 Properties results = new Properties(); in getNetbeansLocation() local 164 results.put("NetBeans 3.4", f.getPath()+File.separator); in getNetbeansLocation() 179 return results; in getNetbeansLocation() 192 Properties results = new Properties(); in getJeditLocation() local 208 results.put("jEdit "+jeditDetails[1], jeditDetails[0]); in getJeditLocation() 216 return results; in getJeditLocation() 343 Properties results = new Properties(); in getOfficeVersions() local 391 results.put( parts[0].trim(), windowsPath ); in getOfficeVersions() 395 results.put(parts[0].trim(), URLDecoder.decode(url.getPath())); in getOfficeVersions() 409 results.put(parts[0].trim(), parts[1].trim()); in getOfficeVersions() [all …]
|
/aoo41x/main/migrationanalysis/src/wizard/ |
H A D | wizard.ulf | 29 en-US = "Run the analysis and view the results" 32 en-US = "View results" 41 en-US = "The analysis has been completed successfully.<CR><CR>Click on OK to see the results now." 113 en-US = "Results Directory has not been specified.<CR><CR>Please enter a results directory." 149 …select which documents you want to analyze as well as where you want the results of the analysis t… 227 en-US = "Choose where and how to save the results" 230 en-US = "File name for the results spreadsheet" 239 en-US = "If results already exist under the same name and location:" 248 en-US = "Append the new results to the existing results" 308 en-US = "Choose where and how to save the results" [all …]
|
/aoo41x/main/scripting/source/runtimemgr/ |
H A D | StorageBridge.cxx | 97 Sequence < ::rtl::OUString > results; in getScriptLogicalNames() local 100 results = m_xScriptInfoAccess->getScriptLogicalNames(); in getScriptLogicalNames() 107 return results; in getScriptLogicalNames() 116 Sequence < Reference< storage::XScriptInfo > > results; in getImplementations() local 119 results = m_xScriptInfoAccess->getImplementations( queryURI ); in getImplementations() 126 return results; in getImplementations()
|
H A D | ScriptNameResolverImpl.cxx | 359 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 D | ScriptRuntimeManager.cxx | 157 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()
|
/aoo41x/test/testuno/source/fvt/uno/sc/cell/ |
H A D | CellProtected.java | 141 CellProtection[] results = new CellProtection[cellNum]; in testCellProtected() local 165 results[i] = (CellProtection) SCUtil.getCellProperties(cells[i], inputType); in testCellProtected() 171 …ell protection (IsLocked) value got in ." + fileType + " file.", expected[0], results[i].IsLocked); in testCellProtected() 172 …ion(IsFormulaHidden) value got in ." + fileType + " file.", expected[1], results[i].IsFormulaHidde… in testCellProtected() 173 …cell protection(IsHidden) value got in ." + fileType + " file.", expected[2], results[i].IsHidden); in testCellProtected() 174 …ction(IsPrintHidden) value got in ." + fileType + " file.", expected[3], results[i].IsPrintHidden); in testCellProtected()
|
H A D | CellFontSize.java | 130 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 D | CellColor.java | 136 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 D | CellAlignment.java | 143 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 D | CellBorder.java | 181 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()
|
/aoo41x/main/offapi/com/sun/star/sdbc/ |
H A D | XMultipleResults.idl | 39 /** is used for inspecting multiple results produced by the execution of a 47 return multiple results or (2) you are dynamically executing an 54 let you navigate through multiple results. 79 If the result is a ResultSet or there are no more results, -1 95 There are no more results when <code>(!getMoreResults() &amp;&amp;
|
H A D | XStatement.idl | 40 /** is used for executing a static SQL statement and obtaining the results 83 /** executes a SQL statement that may return multiple results. 90 return multiple results or (2) you are dynamically executing an 91 unknown SQL string. The navigation through multiple results is covered by 110 …> if the next result is a ResultSet; <FALSE/> if it is an update count or there are no more results
|
/aoo41x/main/xmerge/source/palmtests/qa-wrapper/env/ |
H A D | master.env | 37 # Results are stored in a new directory at ${RESULTSBASE}/results-${RUNNAME} 39 RESULTSBASE=/export/home/test/qadir/qa-wrapper/results 81 PDB_BASELINE_DIR=<qa-wrapperdir>/results/baseline/pdb-base 86 XML_BASELINE_DIR=<qa-wrapperdir>/results/baseline/xml-base
|
/aoo41x/main/scripting/java/com/sun/star/script/framework/container/ |
H A D | Parcel.java | 106 String[] results = new String[0]; in getElementNames() local 110 results = new String[ scripts.length ]; in getElementNames() 113 results[ index ] = scripts[ index ].getLanguageName(); in getElementNames() 116 return results; in getElementNames()
|
/aoo41x/main/offapi/com/sun/star/ucb/ |
H A D | ContentAction.idl | 92 <tr><td>R1</td><td>E1(C: A->B) results in C sending an EXCHANGED 93 ContentEvent, which then results in the following: All 97 <tr><td>R2</td><td>E2(C) results in C sending a DELETED ContentEvent, 98 which then results in the following: All folders F that 102 <tr><td>R3</td><td>E3(F, A) results in F sending an INSERTED event.</td></tr>
|
/aoo41x/main/offapi/com/sun/star/ui/ |
H A D | XContextChangeEventMultiplexer.idl | 61 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.
|
/aoo41x/main/offapi/com/sun/star/form/ |
H A D | ListSourceType.idl | 53 /** 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,
|