Home
last modified time | relevance | path

Searched refs:ze (Results 1 – 25 of 122) sorted by relevance

12345

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeZip.java92 ZipEntry ze = null; in read() local
95 while ((ze = zis.getNextEntry()) != null) { in read()
97 String name = ze.getName(); in read()
111 Entry entry = new Entry(ze,bytes); in read()
361 ZipEntry ze = createZipEntry(name, bytes, method); in setEntryBytes() local
363 entry.zipEntry = ze; in setEntryBytes()
369 ZipEntry ze = createZipEntry(name, bytes, ZipEntry.DEFLATED); in setEntryBytes() local
370 Entry entry = new Entry(ze, bytes); in setEntryBytes()
398 ZipEntry ze = entry.zipEntry; in write() local
400 String name = ze.getName(); in write()
[all …]
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DOfficeZip.java88 ZipEntry ze = null; in read() local
93 while ((ze = zis.getNextEntry()) != null) { in read()
95 String name = ze.getName(); in read()
98 entry.zipEntry = ze; in read()
155 ZipEntry ze = new ZipEntry(XMLFILE); in write() local
156 ze.setSize(xmlBytes.length); in write()
161 ze.setCrc(crc.getValue()); in write()
163 ze.setTime(System.currentTimeMillis()); in write()
164 ze.setMethod(ZipEntry.DEFLATED); in write()
166 zos.putNextEntry(ze); in write()
[all …]
H A DXmlZipExtract.java112 ZipEntry ze = zf.getEntry(entryName); in getEntry() local
113 byte[] bits = readStream(zf.getInputStream(ze)); in getEntry()
/trunk/main/scripting/java/org/openoffice/idesupport/
H A DOfficeDocument.java74 ZipEntry ze = (ZipEntry)enumer.nextElement(); in getParcels() local
75 if (ze.getName().endsWith(ParcelZipper.PARCEL_DESCRIPTOR_XML)) in getParcels()
77 String tmp = ze.getName(); in getParcels()
81 String parcelName = ze.getName().substring(0, end); in getParcels()
86 catch(ZipException ze) { in getParcels()
87 ze.printStackTrace(); in getParcels()
/trunk/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java131 ZipEntry ze; in addFileToParcel() local
134 ze = new ZipEntry(/* PARCEL_PREFIX_DIR + */ path + root.getName() + "/"); in addFileToParcel()
135 out.putNextEntry(ze); in addFileToParcel()
147 ze = new ZipEntry(/* PARCEL_PREFIX_DIR + */ path + root.getName()); in addFileToParcel()
148 out.putNextEntry(ze); in addFileToParcel()
572 ZipEntry ze = null; in getParcelLanguage() local
578 ze = zf.getEntry(PARCEL_DESCRIPTOR_XML); in getParcelLanguage()
580 if (ze == null) in getParcelLanguage()
583 is = zf.getInputStream(ze); in getParcelLanguage()
/trunk/extras/l10n/source/cs/
H A Dlocalize.sdf163 …MGROPEN & ERRCODE_RES_MASK 0 cs Nelze inicializovat BASIC ze souboru '$(ARG1)'. …
658 …IS.ulf 0 LngText OOO_SIS_TITLE 0 cs Instalační databáze 20200411…
690 …Error.ulf 0 LngText OOO_ERROR_25 0 cs Chyba při čtení ze souboru: [2]. {{ Sys…
706 …or.ulf 0 LngText OOO_ERROR_41 0 cs Při pokusu o čtení ze souboru [2] došlo k …
762 … 0 cs Chyba při pokusu o čtení zdrojové instalační databáze: [2]. 20…
850 … 0 cs Tato součást bude kompletně odstraněna a nebude možné ji spouštět ze sítě. 2…
851 … LngText OOO_UITEXT_37 0 cs Tato součást byla spouštěna ze sítě. Nyní bude nain…
852 … LngText OOO_UITEXT_38 0 cs Tato součást byla spouštěna ze sítě. Nyní bude nain…
853 …t OOO_UITEXT_39 0 cs Tato součást bude i nadále spouštěna ze sítě …
854 … 0 cs Tato součást uvolní [1] na pevném disku. Je vybráno [2] ze [3] podsoučástí. Pod…
[all …]
/trunk/main/sw/source/ui/envelp/
H A Dlabprt.src96 Text [ en-US ] = "Synchroni~ze contents" ;
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dhungarian.lm61 ze 425
H A Dpolish.lm36 ze 1041
H A Dgerman.lm257 ze 215
H A Dfrisian.lm324 ze 196
H A Ddutch.lm130 ze 257
H A Dbasque.lm53 ze 349
H A Dromanian.lm357 ze 79
H A Dbosnian.lm244 ze 55
H A Dzulu.lm175 ze
H A Dmiddle_frisian.lm120 ze 538
H A Dslovak_ascii.lm237 ze 113
H A Dczech.lm176 ze 198
H A Dluxembourgish.lm68 ze
H A Dbreton.lm160 ze 174
/trunk/main/cui/source/options/
H A Doptjsearch.src131 Text [ en-US ] = "~se/she, ze/je" ;
/trunk/main/cui/source/tabpages/
H A Dgrfpage.src150 Text [ en-US ] = "Keep image si~ze" ;
/trunk/main/svtools/source/contnr/
H A Dtemplwin.src258 Text [ en-US ] = "Organi~ze..." ;
/trunk/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.src426 Text[ en-US ] = "2. Customi~ze salutation";

12345