/trunk/main/writerfilter/source/resourcemodel/ |
H A D | resourcemodel.cxx | 128 output.addItem(tmpStr); in startTable() 146 output.addItem(tmpStr); in startRow() 158 output.addItem(start); in startCell() 159 output.addItem(", "); in startCell() 164 output.addItem(end); in endCell() 203 output.addItem(tmpStr); in endParagraphGroup() 214 output.closeGroup(); in WW8StreamHandler() 223 output.closeGroup(); in ~WW8StreamHandler() 239 output.openGroup(); in startParagraphGroup() 251 output.closeGroup(); in endParagraphGroup() [all …]
|
/trunk/main/scripting/workben/ifc/scripting/ |
H A D | _XScriptInfo.java | 69 String output = ""; in _getLogicalName() local 100 String output = ""; in _getParcelURI() local 130 String output = ""; in _getLanguage() local 160 String output = ""; in _getFunctionName() local 190 String output = ""; in _getLanguageProperties() local 230 String output = ""; in _getFileSetNames() local 237 output = "null"; in _getFileSetNames() 267 String output = ""; in _getFilesInFileSet() local 305 String output = ""; in _getDescription() local 311 if (output == null) in _getDescription() [all …]
|
H A D | _XScriptStorageManager.java | 69 String output = ""; in _createScriptStorage() local 81 output = "success"; 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() 163 String output = ""; in _getScriptStorage() local 173 output = "null"; in _getScriptStorage() 179 output = "null"; in _getScriptStorage() 211 String output = ""; in _refreshScriptStorage() local [all …]
|
H A D | _XScriptInfoAccess.java | 81 String output = ""; in runGetScriptLogicalNamesTest() local 90 output = "null"; in runGetScriptLogicalNamesTest() 92 output = "empty"; 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() 165 if (output.equals(expected)) in runGetImplementationsTest() 197 String output = ""; in runGetAllImplementationsTest() local 210 output = "empty"; in runGetAllImplementationsTest() [all …]
|
H A D | _XFunction.java | 95 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.java | 83 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()
|
/trunk/main/basegfx/source/tools/ |
H A D | canvastools.cxx | 351 output.identity(); in homMatrixFromAffineMatrix() 360 return output; in homMatrixFromAffineMatrix() 374 return output; in homMatrixFromAffineMatrix() 396 return output; in homMatrixFromAffineMatrix3D() 409 return output; in affineMatrixFromHomMatrix() 413 geometry::AffineMatrix3D& output, in affineMatrixFromHomMatrix3D() argument 421 output.m10 = input.get(1,0); in affineMatrixFromHomMatrix3D() 426 output.m20 = input.get(2,0); in affineMatrixFromHomMatrix3D() 431 return output; in affineMatrixFromHomMatrix3D() 440 output.identity(); in homMatrixFromMatrix() [all …]
|
/trunk/main/solenv/bin/modules/installer/ |
H A D | parameter.pm | 588 my @output = (); 590 push(@output, "\n"); 600 push(@output, "Taking setup script from solver\n"); 604 push(@output, "Product: $installer::globals::product\n"); 605 push(@output, "BuildID: $installer::globals::buildid\n"); 606 push(@output, "Build: $installer::globals::build\n"); 608 else { push(@output, "No minor set\n"); } 610 else { push(@output, "Non-Product version\n"); } 627 else { push(@output, "No file stripping\n"); } 630 else { push(@output, "Not unzipping ARCHIVE files\n"); } [all …]
|
H A D | control.pm | 365 my @output = (); 373 push(@output, "\n"); 377 push(@output, "The following errors in the log file were ignored:\n"); 381 push(@output, "ERROR: The following errors occurred in packaging process:\n"); 383 push(@output, "\n"); 396 push(@output, "\n"); 397 push(@output, "***********************************************************\n"); 398 push(@output, "Successful packaging process!\n"); 399 push(@output, "***********************************************************\n"); 405 foreach my $line (@output) [all …]
|
/trunk/test/testcommon/source/org/openoffice/test/common/ |
H A D | SystemUtil.java | 69 StringBuffer output = new StringBuffer(); 71 osName = output.toString().trim(); 72 output.setLength(0); 74 osVersion = output.toString().trim(); 184 int code = execScript(content, output, output); in execScript() 272 return exec(cmd, null, null, output, output); in exec() 307 exec(new String[] { "cscript", "//Nologo", file.getAbsolutePath()}, null, null, output, output); in getProcesses() 309 exec(new String[] {"ps", "-wwo", "pid,command"}, null, null, output, output); in getProcesses() 311 exec(new String[] {"ps", "-eo", "pid,command"}, null, null, output, output); in getProcesses() 415 exec(new String[] { "cscript", "//Nologo", file.getAbsolutePath()}, null, null, output, output); in getProcessPerfData() [all …]
|
H A D | FileUtil.java | 926 public static File download(String urlString, File output) { in download() argument 927 return download(urlString, output, false); in download() 931 return download(urlString, output, false, null); in download() 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() 957 return output; in download() 961 out = new FileOutputStream(output); in download() 980 output.setLastModified(urlConnection.getLastModified()); in download() [all …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/ |
H A D | SimpleMailSender.java | 109 BufferedWriter output = in sendMail() local 116 sendline(input, output, "DATA"); in sendMail() 121 sendline(output, in sendMail() 125 sendline(output, m_Message); in sendMail() 127 sendline(input, output, "."); in sendMail() 128 sendline(input, output, "QUIT"); in sendMail() 136 BufferedWriter output, String line) { in sendline() argument 138 output.write(line + "\r\n"); in sendline() 139 output.flush(); in sendline() 148 output.write(line + "\r\n"); in sendline() [all …]
|
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ |
H A D | ExtendedFormat.java | 362 output.write(ixfnt); in write() 363 output.write(ixnf); 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() 370 output.write(bTop); in write() 371 output.write(bLeft); in write() 372 output.write(bBottom); in write() [all …]
|
H A D | FontDescription.java | 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() 268 output.write(Reserved3); in write() 269 output.write(cch); in write() [all …]
|
/trunk/main/extensions/test/stm/ |
H A D | pipetest.cxx | 253 XOutputStreamRef output( r , USR_QUERY ); in testSimple() local 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 330 output->writeBytes( Sequence<BYTE>(100) ); in testBufferResizing() 334 output->writeBytes( createIntSeq( i ) ); in testBufferResizing() 344 output->closeOutput(); in testBufferResizing() [all …]
|
/trunk/main/io/test/stm/ |
H A D | pipetest.cxx | 250 Reference < XOutputStream > output( r , UNO_QUERY ); in testSimple() local 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 345 output->writeBytes( Sequence<sal_Int8>(100) ); in testBufferResizing() 350 output->writeBytes( createIntSeq( i ) ); in testBufferResizing() 360 output->closeOutput(); in testBufferResizing() [all …]
|
/trunk/main/offapi/com/sun/star/text/ |
H A D | MailMerge.idl | 208 /* output properties */ 233 <p>This property is only evaluated for file output.</p> 242 <p>This property is only evaluated for file output.</p> 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> 294 <p>This property is only evaluated for e-Mail output.</p> 305 <p>This property is only evaluated for e-Mail output.</p> 376 <p>This property is only evaluated for file output.</p> [all …]
|
/trunk/main/reportbuilder/java/com/sun/star/report/ |
H A D | StorageRepository.java | 61 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() 301 if (output != null) in closeOutputRepository() 305 …nsactedObject obj = (XTransactedObject) UnoRuntime.queryInterface(XTransactedObject.class, output); in closeOutputRepository() 319 output.dispose(); in closeOutputRepository() [all …]
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | XGraphics.idl | 41 /** provides the basic output operation of a 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. 159 /** draws multiple lines in the output device at once. 164 /** draws a polygon line in the output device. 174 /** draws an ellipse in the output device. 192 /** draws a circular area in the output device. 218 /** draws a color dispersion in the output device. 226 /** draws text in the output device. [all …]
|
/trunk/main/xmerge/source/palmtests/qa/lib/ |
H A D | converterlib.pm | 181 my $output = $_[5]; 198 if (! -f "$xmlorigdir/$output.$extension") 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]; 234 `mv $xmldir/$output.$extension $xmldir/$output.$extension.err`; 241 print "Moving $output.$extension to $xmldir\n"; 242 `mv $output.$extension $xmldir`; [all …]
|
/trunk/main/cli_ure/source/climaker/ |
H A D | climaker_app.cxx | 358 OUString output; in SAL_IMPLEMENT_MAIN() local 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() 526 output.copy( 0, slash ), sys_output_dir )) in SAL_IMPLEMENT_MAIN() 530 output.copy( 0, slash ), in SAL_IMPLEMENT_MAIN() [all …]
|
/trunk/main/sal/qa/helper/gcov/ |
H A D | gcov_result.pl | 176 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`;
|
/trunk/main/nss/ |
H A D | nss_win.patch | 1043 + o0 = output; 1101 output[0U] = tmp; 1103 + b0 = output[0U]; 1168 + i0 = output[0U]; 1169 + i1 = output[1U]; 1172 output[0U] = i0_; 1173 output[1U] = i1_; 1248 + i0 = output[0U]; 1249 + i1 = output[1U]; 1654 + i0 = output[0U]; [all …]
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | configuration.properties | 111 # Prefix is 'com.sun.star.report.pentaho.output.' 116 com.sun.star.report.pentaho.output.default.oasis-text=deny 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 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 131 com.sun.star.report.pentaho.output.default.oasis-data=allow 132 com.sun.star.report.pentaho.output.tag.oasis-data.text=deny 134 com.sun.star.report.pentaho.output.tag.oasis-data.embedded-text=deny [all …]
|
/trunk/main/writerfilter/source/doctok/ |
H A D | WW8ResourceModelImpl.cxx | 73 output.addItem(tmpStr); in startTable() 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() 148 output.addItem(tmpStr); in endParagraphGroup() [all …]
|