| /AOO41X/main/ |
| H A D | config.sub | 1356 case $os in 1361 os=auroraux 1364 os=cnk 1367 os=`echo "$os" | sed -e 's|solaris1|sunos4|'` 1370 os=solaris2 1373 os=sysv4.2uw 1377 os=ose 1381 os=chorusos 1384 os=isc2.2 1387 os=sco5v6 [all …]
|
| /AOO41X/main/solenv/bin/ |
| H A D | cwstouched.py | 24 import os 27 from os import path 30 currPath = sys.path[0] or os.getcwd() 35 cwsWorkStamp=os.getenv('CWS_WORK_STAMP') 40 os.chdir(os.getenv('SOLARENV')) 42 (input, output) = os.popen4("svn info") 50 os.putenv("CWS_WORK_STAMP",cwsWorkStamp); 51 os.chdir(currPath) 56 minor = os.getenv('UPDMINOR') 59 if (os.getenv('OSTYPE') == "cygwin"): [all …]
|
| 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'))
|
| /AOO41X/main/libxmlsec/ |
| H A D | xmlsec1-update-config-sub-and-guess.patch | 127 echo "${machine}-${os}${release}" 1579 os=-$maybe_os 1588 os= 1592 + os=-cnk 1595 os= 1599 os=-hiuxwe2 1602 + os=-sco5v6 1606 os=-sco3.2v5 1617 os=-sco3.2v2 1694 os=-none [all …]
|
| /AOO41X/main/instsetoo_native/util/ |
| H A D | openoffice.lst | 109 downloadname Apache_OpenOffice_{productversion}_{os}_install_{languages} 110 … langpackdownloadname Apache_OpenOffice_{productversion}_languagepack_{os}_install_{languages} 111 …os}/loader2,.,{localpath}/bin,{solarpath}/bin.{minor}/ooowoure,{solarpath}/bin.{minor}/osl,{solarp… 170 downloadname Apache_OpenOffice_{productversion}_{os}_installwjre_{languages} 171 …os}/loader2,.,{localpath}/bin,{solarpath}/bin.{minor}/osl,{solarpath}/bin.{minor}/desktop-integrat… 237 downloadname Apache_OpenOffice-dev_{productversion}_{os}_install_{languages} 238 … langpackdownloadname Apache_OpenOffice_{productversion}_languagepack_{os}_install_{languages} 239 …os}/loader2,.,{localpath}/bin/dev,{localpath}/bin,{solarpath}/bin.{minor}/osl,{solarpath}/bin.{min… 248 downloadname Apache_OpenOffice-SDK_{packageversion}_{os}_install_{languages} 288 …vpath}/{os}/loader2,{solarpath}/bin.{minor}/sdkoo,{solarpath}/bin.{minor}/osl,{solarpath}/bin.{min… [all …]
|
| /AOO41X/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') + '/' + \
|
| /AOO41X/main/libtextcat/ |
| H A D | libtextcat-2.2.patch | 1751 echo "${machine}-${os}${release}" 3281 os=-$maybe_os 3290 os= 3294 + os=-cnk 3297 os= 3301 os=-hiuxwe2 3304 + os=-sco5v6 3308 os=-sco3.2v5 3319 os=-sco3.2v2 3397 os=-none [all …]
|
| /AOO41X/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() 406 if( !GetOverlappedResult( pPipe->m_File, &os, &nBytesTransfered, TRUE ) ) 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() 485 if (! ReadFile(pPipe->m_File, pBuffer, BytesToRead, &nBytes, &os) && in osl_receivePipe() 487 ! GetOverlappedResult(pPipe->m_File, &os, &nBytes, TRUE))) in osl_receivePipe() [all …]
|
| /AOO41X/main/xmerge/source/pexcel/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()
|
| /AOO41X/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()
|
| /AOO41X/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>
|
| /AOO41X/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))
|
| /AOO41X/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()
|
| /AOO41X/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)
|
| /AOO41X/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()
|
| /AOO41X/main/jvmfwk/plugins/sunmajor/pluginlib/ |
| H A D | JREProperties.java | 53 String os = System.getProperty("os.name"); in main() local 55 if (os != null) in main() 57 os = os.trim(); in main() 58 if (os.equalsIgnoreCase("Windows 98") || in main() 59 os.indexOf("Windows 98") != -1) in main()
|
| /AOO41X/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
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/main/connectivity/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()
|
| /AOO41X/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()
|