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
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 …]
/AOO41X/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()
/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.sdf231 …mon.xcu 0 value ..Common.Menus.New.m4 Title 0 cs Databáze 20130…
1682 …ace.Commands..uno:InsertSheetFromFile Label 0 cs Vložit list ze souboru... …
1683 …ce.Commands..uno:InsertSheetFromFile ContextLabel 0 cs List ze souboru... …
2045 …face.Popups..uno:DBDatabasePropertiesMenu Label 0 cs Databáze 20130…
2556 …rInterface.Properties.out-from-screen-center Label 0 cs Ven ze ztředu …
2557 …erface.Properties.in-from-screen-center Label 0 cs Dovnitř ze středu obrazovky …
2961 …UserInterface.Commands..uno:FileDocument Label 0 cs Dokument ze souboru …
3231 …serInterface.Commands..uno:NewDoc Label 0 cs Nový dokument ze šablony …
4446 …c 0 string STR_DESCRIPTION_SDATABASE_DOC 0 cs Databáze %STAROFFICE …
4464 … 0 string STR_DESCRIPTION_FACTORY_DATABASE 0 cs Databáze 20130…
[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 Dbasque.lm53 ze 349
H A Dmiddle_frisian.lm120 ze 538
H A Dslovak_ascii.lm237 ze 113
H A Dgerman.lm257 ze 215
H A Dhungarian.lm61 ze 425
H A Dczech.lm176 ze 198
H A Dfrisian.lm324 ze 196
H A Dpolish.lm36 ze 1041
H A Ddutch.lm130 ze 257
H A Dromanian.lm357 ze 79
H A Dzulu.lm175 ze
H A Dbosnian.lm244 ze 55
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";

12345