/aoo42x/main/ |
H A D | config.sub | 1503 os= 1526 os= 1530 os= 1541 os= 1545 os= 1549 os= 1556 os= 1560 os= 1564 os= 1568 os= [all …]
|
/aoo42x/main/libxmlsec/ |
H A D | xmlsec1-update-config-sub-and-guess.patch | 1588 os= 1595 os= 1793 os=-udi 1813 os=-bsd 1821 os=-aux 1836 + os=-cnk 1848 os=-bsd 2128 os=`echo $os | sed -e 's|solaris1|sunos4|'` 2170 os=`echo $os | sed -e 's|nto|nto-qnx|'` 2178 os=`echo $os | sed -e 's|mac|macos|'` [all …]
|
/aoo42x/main/instsetoo_native/util/ |
H A D | openoffice.lst | 108 downloadname Apache_OpenOffice_{productversion}_{os}_install_{languages} 109 langpackdownloadname Apache_OpenOffice_{productversion}_languagepack_{os}_install_{languages} 178 downloadname Apache_OpenOffice_Dev_{productversion}_{os}_install_{languages} 179 langpackdownloadname Apache_OpenOffice_Dev_{productversion}_languagepack_{os}_install_{languages} 189 downloadname Apache_OpenOffice-SDK_{packageversion}_{os}_install_{languages} 229 …vpath}/{os}/loader2,{solarpath}/bin.{minor}/sdkoo,{solarpath}/bin.{minor}/osl,{solarpath}/bin.{min… 237 downloadname Apache_OpenOffice_Beta-SDK_{packageversion}_{os}_install_{languages} 276 …vpath}/{os}/loader2,{solarpath}/bin.{minor}/sdkoo,{solarpath}/bin.{minor}/osl,{solarpath}/bin.{min… 284 downloadname Apache_OpenOffice_Dev-SDK_{packageversion}_{os}_install_{languages} 331 …vpath}/{os}/loader2,{solarpath}/bin.{minor}/sdkoo,{solarpath}/bin.{minor}/osl,{solarpath}/bin.{min… [all …]
|
/aoo42x/main/libtextcat/ |
H A D | libtextcat-2.2.patch | 3323 os= 3330 os= 3530 os=-udi 3540 os=-bsd 3553 os=-bsd 3561 os=-aux 3576 + os=-cnk 3906 os=`echo $os | sed -e 's|solaris1|sunos4|'` 3956 + os=`echo $os | sed -e 's|nto|nto-qnx|'` 3964 os=`echo $os | sed -e 's|mac|macos|'` [all …]
|
/aoo42x/main/python/ |
H A D | python-solver-before-std.patch | 12 f = os.path.join(dir, filename) 15 f = os.path.join(sysroot, dir[1:], filename) 17 - if os.path.exists(f): return [] 18 + if os.path.exists(f): 25 f = os.path.join(dir, filename) 28 f = os.path.join(sysroot, dir[1:], filename) 30 if os.path.exists(f): 47 dirname = os.path.dirname(result) 53 p = p.rstrip(os.sep) 58 if os.path.join(sysroot, p[1:]) == dirname: [all …]
|
H A D | python-ssl.patch | 17 + UPDMINOR = os.environ.get('UPDMINOREXT') 18 + ooosslinc = os.environ.get('SOLARVERSION') + '/' + \ 19 + os.environ.get('INPATH') + '/' + \ 33 + ooossllib = os.environ.get('SOLARVER') + '/' + \ 34 + os.environ.get('INPATH') + '/' + \
|
/aoo42x/main/sal/osl/w32/ |
H A D | pipe.c | 376 OVERLAPPED os; in osl_acceptPipe() local 389 rtl_zeroMemory(&os, sizeof(OVERLAPPED)); in osl_acceptPipe() 390 os.hEvent = pPipe->m_AcceptEvent; in osl_acceptPipe() 393 if ( !ConnectNamedPipe(pPipe->m_File, &os)) in osl_acceptPipe() 479 OVERLAPPED os; in osl_receivePipe() local 480 rtl_zeroMemory(&os,sizeof(OVERLAPPED)); in osl_receivePipe() 481 os.hEvent = pPipe->m_ReadEvent; in osl_receivePipe() 487 ! GetOverlappedResult(pPipe->m_File, &os, &nBytes, TRUE))) in osl_receivePipe() 531 OVERLAPPED os; in osl_sendPipe() local 532 rtl_zeroMemory(&os, sizeof(OVERLAPPED)); in osl_sendPipe() [all …]
|
/aoo42x/ext_libraries/gtest/ |
H A D | gtest-python3.patch | 5 import os 18 if not os.path.isfile(os.path.join(directory, relative_path)): 39 - output_file = file(os.path.join(output_dir, GTEST_H_OUTPUT), 'w') 41 + output_file = open(os.path.join(output_dir, GTEST_H_OUTPUT), 'w') 53 - for line in file(os.path.join(gtest_root, gtest_header_path), 'r'): 54 + for line in open(os.path.join(gtest_root, gtest_header_path), 'r'): 74 - for line in file(os.path.join(gtest_root, gtest_source_file), 'r'): 75 + for line in open(os.path.join(gtest_root, gtest_source_file), 'r'): 83 - output_file = file(os.path.join(output_dir, GTEST_ALL_CC_OUTPUT), 'w') 84 + output_file = open(os.path.join(output_dir, GTEST_ALL_CC_OUTPUT), 'w')
|
/aoo42x/main/solenv/bin/ |
H A D | pchdelta.py | 45 import os 46 import os.path 59 cwd = os.path.abspath(os.getcwd()) 61 os.chdir(path) 64 buildresult = os.system(buildcommand) 65 os.chdir(cwd) 133 pchname = os.path.abspath(sys.argv[1]) 137 if os.path.exists("buildlog.txt"): 138 os.remove("buildlog.txt")
|
H A D | packmodule | 22 import os, os.path, sys, zipfile 43 os.chdir(outdir) 46 os.makedirs(zipdir) 49 deliverlog = open(os.path.join('inc', module, 'gb_deliver.log')) 50 packedmodule = zipfile.ZipFile(os.path.join(zipdir,module+'.zip'), 'w') 52 packedmodule.write(os.path.join('inc', module, 'gb_deliver.log'))
|
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ |
H A D | Worksheet.java | 74 public void write(OutputStream os) throws IOException { in write() argument 77 bof.write(os); in write() 78 dcw.write(os); in write() 81 ci.write(os); in write() 83 drh.write(os); in write() 86 rw.write(os); in write() 90 cv.write(os); in write() 92 win2.write(os); in write() 93 p.write(os); in write() 94 sel.write(os); in write() [all …]
|
H A D | Workbook.java | 102 public void write(OutputStream os) throws IOException { in write() argument 103 bof.write(os); in write() 104 cp.write(os); in write() 107 dn.write(os); in write() 109 win1.write(os); in write() 112 fd.write(os); in write() 116 xf.write(os); in write() 120 bs.write(os); in write() 122 eof.write(os); in write() 126 ws.write(os); in write()
|
/aoo42x/main/readlicense_oo/docs/readme/ |
H A D | eval.xsl | 62 …<xsl:if test="@os">os=<xsl:value-of select="@os"/></xsl:if><xsl:text> </xsl:text><xsl:if test="@gu… 64 <th class="wnt"><xsl:if test="@os='WNT' or @gui='WNT'">WNT</xsl:if></th> 65 <th class="os2"><xsl:if test="@os='OS2' or @gui='WNT'">OS2</xsl:if></th> 66 <th class="mac"><xsl:if test="@os='MACOSX'">MAC</xsl:if></th> 67 <th class="soli"><xsl:if test="@os='SOLARIS' and @cpuname='INTEL'">SOLI</xsl:if></th> 68 <th class="solx"><xsl:if test="@os='SOLARIS' and @cpuname='SPARC'">SOLX</xsl:if></th> 69 <th class="unx"><xsl:if test="@os='LINUX' or @gui='UNX'">UNX</xsl:if></th> 70 <th class="none"><xsl:if test="@os='none'">NONE</xsl:if></th> 71 <th class="all"><xsl:if test="@os='all'">ALL</xsl:if></th>
|
/aoo42x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
H A D | WseHeader.java | 118 DataOutputStream os; // Used for storing the data in getBytes() local 123 os = new DataOutputStream(bs); in getBytes() 124 os.write(2); // binary doc indicator in getBytes() 125 os.write(4); // binary header indicator in getBytes() 127 os.writeInt(nParagraphs); in getBytes() 128 os.writeInt(nAtoms); in getBytes() 129 os.writeInt(nChars); in getBytes() 130 os.writeInt(miscSize); in getBytes()
|
/aoo42x/main/l10ntools/scripts/tool/ |
H A D | l10ntool.py | 27 import os 114 os.remove(outputfilename) 119 os.remove(outputfilename) 174 if os.path.exists(dir): 175 if os.path.isfile(dir): 182 os.makedirs(dir) 211 absfile = os.path.realpath(os.path.abspath(inputfile)) 212 absroot = os.path.realpath(os.path.abspath(self._options.project_root))
|
/aoo42x/test/testcommon/source/org/openoffice/test/vcl/client/ |
H A D | CommunicationManager.java | 109 DataOutputStream os = new DataOutputStream(socket.getOutputStream()); in sendPackage() local 112 os.writeInt(len); in sendPackage() 114 os.writeByte(calcCheckByte(len)); in sendPackage() 116 os.writeChar(2 + header.length); in sendPackage() 118 os.writeChar(headerType); in sendPackage() 119 os.write(header); in sendPackage() 121 os.write(data); in sendPackage() 122 os.flush(); in sendPackage()
|
/aoo42x/main/scripting/workben/installer/ |
H A D | InstUtil.java | 42 String os = System.getProperty("os.name"); in buildSversionLocation() local 44 if (os.indexOf("Windows") != -1) { in buildSversionLocation() 52 } else if (os.indexOf("SunOS") != -1) { in buildSversionLocation() 55 } else if (os.indexOf("Linux") != -1) { in buildSversionLocation() 141 String os = System.getProperty("os.name"); in getNetbeansLocation() local 143 if (os.indexOf("Windows") != -1) { in getNetbeansLocation() 147 } else if (os.indexOf("SunOS") != -1) { in getNetbeansLocation() 150 } else if (os.indexOf("Linux") != -1) { in getNetbeansLocation() 199 String os = System.getProperty("os.name"); in getJeditLocation() local
|
/aoo42x/main/scripting/source/pyprov/ |
H A D | officehelper.py | 26 import os 47 if "UNO_PATH" in os.environ: 48 sOffice = os.environ["UNO_PATH"] 51 sOffice = os.path.join(sOffice, "soffice") 61 os.spawnv(os.P_NOWAIT, sOffice, cmdArray)
|
/aoo42x/main/qadevOOo/tests/java/mod/_uuresolver/ |
H A D | UnoUrlResolver.java | 56 String os = System.getProperty("OS"); in createTestEnvironment() local 57 System.out.println("OS: " + os); in createTestEnvironment() 59 if (os.equalsIgnoreCase("wntmsci")) in createTestEnvironment() 61 if (os.equalsIgnoreCase("unxsols")) in createTestEnvironment() 63 if (os.equalsIgnoreCase("unxsoli")) in createTestEnvironment() 65 if (os.equalsIgnoreCase("unxlngi")) in createTestEnvironment()
|
/aoo42x/main/jvmfwk/java/jreproperties/src/main/java/ |
H A D | JREProperties.java | 55 String os = System.getProperty("os.name"); in main() local 57 if (os != null) in main() 59 os = os.trim(); in main() 60 if (os.equalsIgnoreCase("Windows 98") || in main() 61 os.indexOf("Windows 98") != -1) in main()
|
/aoo42x/main/scripting/java/com/sun/star/script/framework/container/ |
H A D | UnoPkgContainer.java | 278 OutputStream os = null; in writeUnoPackageDB() local 294 os = new XOutputStreamWrapper( xos ); in writeUnoPackageDB() 295 dp.write( os ); in writeUnoPackageDB() 298 os.close(); // will close xos in writeUnoPackageDB() 299 os = null; in writeUnoPackageDB() 312 if ( os != null ) in writeUnoPackageDB() 316 os.close(); // will close xos in writeUnoPackageDB() 317 os = null; in writeUnoPackageDB()
|
/aoo42x/main/xmlsecurity/test_docs/tools/httpserv/src/httpserv/ |
H A D | Main.java | 173 OutputStream os = xchange.getResponseBody(); in handle() local 174 os.write(data); in handle() 175 os.close(); in handle() 180 OutputStream os = xchange.getResponseBody(); in handle() 181 os.write(e.getMessage().getBytes()); in handle() 182 os.close(); in handle()
|
/aoo42x/main/qadevOOo/tests/java/mod/_cpld/ |
H A D | DLLComponentLoader.java | 93 String os = (String) Param.get("OS"); in createTestEnvironment() local 94 if (os == null || os == "") in createTestEnvironment() 99 if (!os.equals("wntmsci")) in createTestEnvironment() 103 String implURL = utils.getFullTestURL(os + "/" + name); in createTestEnvironment()
|
/aoo42x/main/connectivity/java/sdbc_hsqldb/src/com/sun/star/sdbcx/comp/hsqldb/ |
H A D | StorageFileAccess.java | 84 NativeOutputStreamHelper os; field in StorageFileAccess.FileSync 87 os = _os; in FileSync() 91 os.sync(); in sync() 95 public FileAccess.FileSync getFileSync(java.io.OutputStream os) throws java.io.IOException in getFileSync() argument 97 return new FileSync((NativeOutputStreamHelper)os); in getFileSync()
|
/aoo42x/main/qadevOOo/runner/helper/ |
H A D | CfgParser.java | 104 String os = (String) param.get(PropertyName.OPERATING_SYSTEM); in getIniParameters() local 105 if (os != null && os.length() > 1) in getIniParameters() 114 if (key.startsWith(os)) in getIniParameters() 117 String newKey = key.substring(os.length() + 1); in getIniParameters()
|