Home
last modified time | relevance | path

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

12345

/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DOfficeZip.java92 ZipEntry ze = null; in read() local
97 String name = ze.getName(); in read()
363 entry.zipEntry = ze; in setEntryBytes()
398 ZipEntry ze = entry.zipEntry; in write() local
400 String name = ze.getName(); in write()
404 zos.putNextEntry(ze); in write()
423 ZipEntry ze = new ZipEntry(name); in createZipEntry() local
425 ze.setMethod(method); in createZipEntry()
426 ze.setSize(bytes.length); in createZipEntry()
431 ze.setCrc(crc.getValue()); in createZipEntry()
[all …]
/aoo41x/main/xmerge/source/palmtests/qa/comparator/
H A DOfficeZip.java88 ZipEntry ze = null; in read() local
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()
164 ze.setMethod(ZipEntry.DEFLATED); in write()
166 zos.putNextEntry(ze); in write()
199 ZipEntry ze = entry.zipEntry; in saveEntries() local
201 String name = ze.getName(); in saveEntries()
[all …]
H A DXmlZipExtract.java112 ZipEntry ze = zf.getEntry(entryName); in getEntry() local
113 byte[] bits = readStream(zf.getInputStream(ze)); in getEntry()
/aoo41x/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()
/aoo41x/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()
/aoo41x/extras/l10n/source/cs/
H A Dlocalize.sdf39024 …t\scalc\01\04060101.xhp 0 help par_id3153218 91 0 cs DCOUNT(Databáze;Pole databáze;Kritéria vyhl…
39034 …scalc\01\04060101.xhp 0 help par_id3146893 100 0 cs DCOUNTA(Databáze;Pole databáze;Kritéria vyhl…
39041 …xt\scalc\01\04060101.xhp 0 help par_id3154696 107 0 cs DGET(Databáze;Pole databáze;Kritéria vyhl…
39053 …xt\scalc\01\04060101.xhp 0 help par_id3159157 118 0 cs DMAX(Databáze;Pole databáze;Kritéria vyhl…
39062 …xt\scalc\01\04060101.xhp 0 help par_id3148479 126 0 cs DMIN(Databáze;Pole databáze;Kritéria vyhl…
39087 …\scalc\01\04060101.xhp 0 help par_id3148661 148 0 cs DSTDEV(Databáze;Pole databáze;Kritéria vyhl…
39096 …scalc\01\04060101.xhp 0 help par_id3149484 156 0 cs DSTDEVP(Databáze;Pole databáze;Kritéria vyhl…
39105 …xt\scalc\01\04060101.xhp 0 help par_id3150989 164 0 cs DSUM(Databáze;Pole databáze;Kritéria vyhl…
39114 …xt\scalc\01\04060101.xhp 0 help par_id3156138 173 0 cs DVAR(Databáze;Pole databáze;Kritéria vyhl…
39123 …t\scalc\01\04060101.xhp 0 help par_id3153776 181 0 cs DVARP(Databáze;Pole databáze;Kritéria vyhl…
[all …]
/aoo41x/main/sw/source/ui/envelp/
H A Dlabprt.src96 Text [ en-US ] = "Synchroni~ze contents" ;
/aoo41x/main/libtextcat/data/new_fingerprints/lm/
H A Dczech.lm176 ze 198
H A Ddutch.lm130 ze 257
H A Dhungarian.lm61 ze 425
H A Dromanian.lm357 ze 79
H A Dbasque.lm53 ze 349
H A Dbosnian.lm244 ze 55
H A Dfrisian.lm324 ze 196
H A Dgerman.lm257 ze 215
H A Dmiddle_frisian.lm120 ze 538
H A Dpolish.lm36 ze 1041
H A Dslovak_ascii.lm237 ze 113
H A Dzulu.lm175 ze
H A Dluxembourgish.lm68 ze
H A Dbreton.lm160 ze 174
/aoo41x/main/cui/source/options/
H A Doptjsearch.src131 Text [ en-US ] = "~se/she, ze/je";
/aoo41x/main/cui/source/tabpages/
H A Dgrfpage.src154 Text [ en-US ] = "Keep image si~ze" ;
/aoo41x/main/svtools/source/contnr/
H A Dtemplwin.src291 Text [ en-US ] = "Organi~ze...";
/aoo41x/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.src426 Text[ en-US ] = "2. Customi~ze salutation";

Completed in 1190 milliseconds

12345