Home
last modified time | relevance | path

Searched refs:output (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/AOO41X/main/writerfilter/source/resourcemodel/
H A Dresourcemodel.cxx43 void output(const string & str) const { cout << str << endl; } in output() function in writerfilter::ResourceModelOutputWithDepth
46 ResourceModelOutputWithDepth output; variable
128 output.addItem(tmpStr); in startTable()
134 output.addItem("</tabledata.table>"); in endTable()
146 output.addItem(tmpStr); in startRow()
151 output.addItem("</tabledata.row>"); in endRow()
157 output.addItem("<tabledata.cell>"); in startCell()
158 output.addItem(start); in startCell()
159 output.addItem(", "); in startCell()
164 output.addItem(end); in endCell()
[all …]
/AOO41X/main/scripting/workben/ifc/scripting/
H A D_XScriptInfo.java69 String output = ""; in _getLogicalName() local
73 output = oObj.getLogicalName(); in _getLogicalName()
75 log.println("expected: " + expected + ", output: " + output); in _getLogicalName()
76 result &= output.equals(expected); in _getLogicalName()
100 String output = ""; in _getParcelURI() local
104 output = oObj.getParcelURI(); in _getParcelURI()
106 log.println("expected: " + expected + ", output: " + output); in _getParcelURI()
107 result &= output.endsWith(expected); in _getParcelURI()
130 String output = ""; in _getLanguage() local
134 output = oObj.getLanguage(); in _getLanguage()
[all …]
H A D_XScriptStorageManager.java69 String output = ""; in _createScriptStorage() local
76 output = "Couldn't create XSimpleFileAccess"; in _createScriptStorage()
81 output = "success"; in _createScriptStorage()
85 output = "com.sun.star.uno.RuntimeException"; in _createScriptStorage()
88 log.println("expected: " + expected + ", output: " + output); in _createScriptStorage()
89 result &= output.equals(expected); in _createScriptStorage()
111 String output = ""; in _createScriptStorageWithURI() local
124 output = "null"; in _createScriptStorageWithURI()
130 output = "null"; in _createScriptStorageWithURI()
132 output = "XScriptInfoAccess.class"; in _createScriptStorageWithURI()
[all …]
H A D_XScriptInfoAccess.java81 String output = ""; in runGetScriptLogicalNamesTest() local
90 output = "null"; in runGetScriptLogicalNamesTest()
92 output = "empty"; in runGetScriptLogicalNamesTest()
96 output = logicalNames[i]; in runGetScriptLogicalNamesTest()
107 log.println("expected: " + expected + ", output: " + output); in runGetScriptLogicalNamesTest()
108 if (output.equals(expected)) in runGetScriptLogicalNamesTest()
140 String output = ""; in runGetImplementationsTest() local
153 output = "null"; in runGetImplementationsTest()
155 output = "empty"; in runGetImplementationsTest()
157 output = impls[0].getLogicalName(); in runGetImplementationsTest()
[all …]
H A D_XFunction.java95 String output = ""; in runInvokeTest() local
120 output = "success"; in runInvokeTest()
124 output = "com.sun.star.lang.IllegalArgumentException"; in runInvokeTest()
128 output = "com.sun.star.script.CannotConvertException"; in runInvokeTest()
132 output = "com.sun.star.reflection.InvocationTargetException"; in runInvokeTest()
136 output = "com.sun.star.uno.RuntimeException"; in runInvokeTest()
140 output = "java.lang.Exception"; in runInvokeTest()
159 log.println("expected: " + expected + ", output: " + output); in runInvokeTest()
160 if (!output.equals(expected)) in runInvokeTest()
H A D_XScriptNameResolver.java83 String output = ""; in runResolveTest() local
100 output = "null"; in runResolveTest()
102 output = "null"; in runResolveTest()
104 output = "XScriptInfo.class"; in runResolveTest()
108 output = "com.sun.star.lang.IllegalArgumentException"; in runResolveTest()
112 output = "com.sun.star.script.CannotConvertException"; in runResolveTest()
116 output = "com.sun.star.uno.RuntimeException"; in runResolveTest()
119 log.println("expected: " + expected + ", output: " + output); in runResolveTest()
120 if (output.equals(expected)) in runResolveTest()
/AOO41X/main/basegfx/source/tools/
H A Dcanvastools.cxx347 ::basegfx::B2DHomMatrix& homMatrixFromAffineMatrix( ::basegfx::B2DHomMatrix& output, in homMatrixFromAffineMatrix() argument
351 output.identity(); in homMatrixFromAffineMatrix()
353 output.set(0,0, input.m00); in homMatrixFromAffineMatrix()
354 output.set(0,1, input.m01); in homMatrixFromAffineMatrix()
355 output.set(0,2, input.m02); in homMatrixFromAffineMatrix()
356 output.set(1,0, input.m10); in homMatrixFromAffineMatrix()
357 output.set(1,1, input.m11); in homMatrixFromAffineMatrix()
358 output.set(1,2, input.m12); in homMatrixFromAffineMatrix()
360 return output; in homMatrixFromAffineMatrix()
365 ::basegfx::B2DHomMatrix output; in homMatrixFromAffineMatrix()
[all …]
/AOO41X/main/solenv/bin/modules/installer/
H A Dparameter.pm588 my @output = ();
590 push(@output, "\n");
591 push(@output, "########################################################\n");
592 push(@output, "$installer::globals::prog, version 1.0\n");
593 push(@output, "Product list file: $installer::globals::ziplistname\n");
596 push(@output, "Setup script: $installer::globals::setupscriptname\n");
600 push(@output, "Taking setup script from solver\n");
602 push(@output, "Unpackpath: $installer::globals::unpackpath\n");
603 push(@output, "Compiler: $installer::globals::compiler\n");
604 push(@output, "Product: $installer::globals::product\n");
[all …]
H A Dcontrol.pm365 my @output = ();
373 push(@output, "\n");
374 push(@output, "*********************************************************************\n");
377 push(@output, "The following errors in the log file were ignored:\n");
381 push(@output, "ERROR: The following errors occured in packaging process:\n");
383 push(@output, "\n");
387 push @output, sprintf(" %12.6f : %s", $line->{'relative_time'}, $line->{'message'});
390 push(@output, "*********************************************************************\n");
396 push(@output, "\n");
397 push(@output, "***********************************************************\n");
[all …]
/AOO41X/test/testcommon/source/org/openoffice/test/common/
H A DSystemUtil.java69 StringBuffer output = new StringBuffer();
70 if (exec(new String[]{"lsb_release", "-is"}, output) == 0)
71 osName = output.toString().trim();
72 output.setLength(0);
73 if (exec(new String[]{"lsb_release", "-rs"}, output) == 0)
74 osVersion = output.toString().trim();
183 StringBuffer output = new StringBuffer(); in execScript() local
184 int code = execScript(content, output, output); in execScript()
185 LOG.info(content + "\n" + "Exit Code: " + code + "\n" + output); in execScript()
196 public static int execScript(String content, StringBuffer output, StringBuffer error) { in execScript() argument
[all …]
H A DFileUtil.java926 public static File download(String urlString, File output) { in download() argument
927 return download(urlString, output, false); in download()
930 public static File download(String urlString, File output, boolean usetimestamp) { in download() argument
931 return download(urlString, output, false, null); in download()
941 … public static File download(String urlString, File output, boolean usetimestamp, boolean[] skip) { in download() argument
949 if (output.isDirectory()) in download()
950 output = new File(output, new File(url.getPath()).getName()); in download()
951 output.getParentFile().mkdirs(); in download()
952 if (usetimestamp && output.exists()) { in download()
953 if (output.lastModified() == urlConnection.getLastModified()) { in download()
[all …]
/AOO41X/main/qadevOOo/runner/helper/
H A DSimpleMailSender.java109 BufferedWriter output = in sendMail() local
113 sendline(input, output, "HELO " + getHostName()); in sendMail()
114 sendline(input, output, "MAIL FROM: " + m_Sender); in sendMail()
115 sendline(input, output, "RCPT TO: <" + m_Recipient + ">"); in sendMail()
116 sendline(input, output, "DATA"); in sendMail()
117 sendline(output, "MIME-Version: 1.0"); in sendMail()
118 sendline(output, "Subject: " + m_Subject); in sendMail()
119 sendline(output, "From: " + m_Sender); in sendMail()
120 sendline(output, "To: " + m_Recipient); in sendMail()
121 sendline(output, in sendMail()
[all …]
/AOO41X/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DExtendedFormat.java359 public void write(OutputStream output) throws IOException { in write() argument
361 output.write(getBiffType()); in write()
362 output.write(ixfnt); in write()
363 output.write(ixnf); in write()
364 output.write(fattributes); in write()
365 output.write(fBaseAttr); in write()
366 output.write(fTextAttr); in write()
367 output.write(icvFore); in write()
368 output.write(icvFill); in write()
369 output.write(bRight); in write()
[all …]
H A DFontDescription.java257 public void write(OutputStream output) throws IOException { in write() argument
259 output.write(getBiffType()); in write()
260 output.write(dwHeight); in write()
261 output.write(grbit); in write()
262 output.write(icvFore); in write()
263 output.write(bls); in write()
264 output.write(Reserved2); in write()
265 output.write(uls); in write()
266 output.write(bFamily); in write()
267 output.write(bCharSet); in write()
[all …]
/AOO41X/main/extensions/test/stm/
H A Dpipetest.cxx253 XOutputStreamRef output( r , USR_QUERY ); in testSimple() local
256 ERROR_ASSERT( output.is() , "queryInterface onXOutputStream failed" ); in testSimple()
263 output->writeBytes( seqWrite ); in testSimple()
276 output->writeBytes( seqWrite ); in testSimple()
286 output->writeBytes( seqWrite ); in testSimple()
294 output->closeOutput(); in testSimple()
296 output->writeBytes( Sequence<BYTE> (100) ); in testSimple()
321 XOutputStreamRef output( r , USR_QUERY ); in testBufferResizing() local
324 ERROR_ASSERT( output.is() , "queryInterface on XOutputStream failed" ); in testBufferResizing()
330 output->writeBytes( Sequence<BYTE>(100) ); in testBufferResizing()
[all …]
/AOO41X/main/io/test/stm/
H A Dpipetest.cxx250 Reference < XOutputStream > output( r , UNO_QUERY ); in testSimple() local
253 ERROR_ASSERT( output.is() , "queryInterface onXOutputStream failed" ); in testSimple()
260 output->writeBytes( seqWrite ); in testSimple()
273 output->writeBytes( seqWrite ); in testSimple()
283 output->writeBytes( seqWrite ); in testSimple()
291 output->closeOutput(); in testSimple()
293 output->writeBytes( Sequence<sal_Int8> (100) ); in testSimple()
336 Reference < XOutputStream > output( r , UNO_QUERY ); in testBufferResizing() local
339 ERROR_ASSERT( output.is() , "queryInterface on XOutputStream failed" ); in testBufferResizing()
345 output->writeBytes( Sequence<sal_Int8>(100) ); in testBufferResizing()
[all …]
/AOO41X/main/offapi/com/sun/star/text/
H A DMailMerge.idl208 /* output properties */
220 /** determines whether single print jobs will be generated per output document.
222 <p>This property is only evaluated for printer output.</p>
233 <p>This property is only evaluated for file output.</p>
242 <p>This property is only evaluated for file output.</p>
248 /** contains the name of the column to generate the output file names.
255 <p>This property is only evaluated for file output.</p>
264 <p>This property is only evaluated for e-Mail output.</p>
275 <p>This property is only evaluated for e-Mail output.</p>
284 <p>This property is only evaluated for e-Mail output.</p>
[all …]
/AOO41X/main/reportbuilder/java/com/sun/star/report/
H A DStorageRepository.java61 private XStorage output; field in StorageRepository
71 public StorageRepository(final XStorage input, final XStorage output, final String rootURL) in StorageRepository() argument
74 this.output = output; in StorageRepository()
84 this.output = storage; in StorageRepository()
120 if (output == null) in createOutputStream()
126 … final XStream stream = output.openStreamElement(name, ElementModes.WRITE | ElementModes.TRUNCATE); in createOutputStream()
145 return output.isStreamElement(name); in exists()
255 …final XStorage storage = (XStorage) UnoRuntime.queryInterface(XStorage.class, output.openStorageEl… in openOutputRepository()
301 if (output != null) in closeOutputRepository()
305 …nsactedObject obj = (XTransactedObject) UnoRuntime.queryInterface(XTransactedObject.class, output); in closeOutputRepository()
[all …]
/AOO41X/main/offapi/com/sun/star/awt/
H A DXGraphics.idl41 /** provides the basic output operation of a device.
119 /** draws a part of the specified bitmap to the output device.
131 /** sets a single pixel in the output device.
136 /** draws a line in the output device.
143 /** draws a rectangle in the output device.
150 /** draws a rectangle with rounded corners in the output device.
159 /** draws multiple lines in the output device at once.
164 /** draws a polygon line in the output device.
169 /** draws multiple polygons in the output device at once.
174 /** draws an ellipse in the output device.
[all …]
/AOO41X/main/xmerge/source/palmtests/qa/lib/
H A Dconverterlib.pm181 my $output = $_[5];
198 if (! -f "$xmlorigdir/$output.$extension")
200 print "\nERROR, file $xmlorigdir/$output.$extension does not exist\n";
218 print "Copying <$xmlorigdir/$output.$extension> to <$xmldir>\n";
219 `cp $xmlorigdir/$output.$extension $xmldir/`;
221 my $check_stamp = (stat("$xmldir/$output.$extension"))[9];
224 "$xmldir/$output.$extension");
230 my $check_stamp_update = (stat("$xmldir/$output.$extension"))[9];
233 print "\nERROR, Problem while merging <$xmldir/$output.$extension>\n";
234 `mv $xmldir/$output.$extension $xmldir/$output.$extension.err`;
[all …]
/AOO41X/main/cli_ure/source/climaker/
H A Dclimaker_app.cxx358 OUString output; in SAL_IMPLEMENT_MAIN() local
396 !read_argument( &output, info_out, &nPos ) && in SAL_IMPLEMENT_MAIN()
506 if (0 == output.getLength()) // no output file specified in SAL_IMPLEMENT_MAIN()
511 output = mandatory_registries[ 0 ]; in SAL_IMPLEMENT_MAIN()
512 output = output.copy( output.lastIndexOf( '/' ) +1 ); in SAL_IMPLEMENT_MAIN()
513 sal_Int32 dot = output.lastIndexOf( '.' ); in SAL_IMPLEMENT_MAIN()
515 output = output.copy( 0, dot ); in SAL_IMPLEMENT_MAIN()
519 output = OUSTR("cli_unotypes"); in SAL_IMPLEMENT_MAIN()
522 output = path_make_absolute_file_url( output ); in SAL_IMPLEMENT_MAIN()
523 sal_Int32 slash = output.lastIndexOf( '/' ); in SAL_IMPLEMENT_MAIN()
[all …]
/AOO41X/main/sal/qa/helper/gcov/
H A Dgcov_result.pl176 my $output;
180 $output = $outputDir;
184 if ( $output =~ /\/$/ )
191 $output = $output . "/";
193 $output = $output . "php_result.txt";
195 my $result = `wget -O $output "$sURL"`;
198 print `cat $output`;
/AOO41X/main/writerfilter/source/doctok/
H A DWW8ResourceModelImpl.cxx73 output.addItem(tmpStr); in startTable()
79 output.addItem("</tabledata.table>"); in endTable()
91 output.addItem(tmpStr); in startRow()
96 output.addItem("</tabledata.row>"); in endRow()
102 output.addItem("<tabledata.cell>"); in startCell()
103 output.addItem(start); in startCell()
104 output.addItem(", "); in startCell()
109 output.addItem(end); in endCell()
110 output.addItem("</tabledata.cell>"); in endCell()
137 output.setDepth(getTableDepthNew()); in sprm()
[all …]
/AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/
H A Dconfiguration.properties111 # Prefix is 'com.sun.star.report.pentaho.output.'
115 com.sun.star.report.pentaho.output.namespace.oasis-text=urn:oasis:names:tc:opendocument:xmlns:text:…
116 com.sun.star.report.pentaho.output.default.oasis-text=deny
118 com.sun.star.report.pentaho.output.namespace.oasis-config=urn:oasis:names:tc:opendocument:xmlns:con…
119 com.sun.star.report.pentaho.output.default.oasis-config=allow
123 com.sun.star.report.pentaho.output.tag.oasis-text.p=deny
124 com.sun.star.report.pentaho.output.tag.oasis-text.section=allow
125 com.sun.star.report.pentaho.output.tag.oasis-text.variable-decls=allow
126 com.sun.star.report.pentaho.output.tag.oasis-text.variable-decl=allow
128 com.sun.star.report.pentaho.output.tag.oasis-config.config-item=deny
[all …]
/AOO41X/main/nss/
H A Dnss_win.patch638 Hacl_Lib_LoadStore32_uint32s_from_le_bytes(uint32_t *output, uint8_t *input, uint32_t len)
645 output[i] = inputi;
648 Hacl_Lib_LoadStore32_uint32s_to_le_bytes(uint8_t *output, uint32_t *input, uint32_t len)
654 uint8_t *x0 = output + (uint32_t)4U * i;
768 output[i] = xi ^ yi;
777 uint8_t *o = output + (uint32_t)64U * i;
978 Hacl_Impl_Chacha20_Vec128_update_last(uint8_t *output, uint8_t *plain, uint32_t len, vec *st)
990 output[i] = xi ^ yi;
993 Hacl_Impl_Chacha20_Vec128_update(uint8_t *output, uint8_t *plain, vec *st)
1003 Hacl_Impl_Chacha20_Vec128_xor_block(output, plain, k);
[all …]

12345678910>>...15