Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 40) sorted by relevance

12

/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DOfficeZip.java234 void setNamedBytes(String name, byte[] bytes) { in setNamedBytes()
281 void setContentXMLBytes(byte bytes[]) { in setContentXMLBytes()
294 void setStyleXMLBytes(byte bytes[]) { in setStyleXMLBytes()
307 void setMetaXMLBytes(byte bytes[]) { in setMetaXMLBytes()
320 void setSettingsXMLBytes(byte bytes[]) { in setSettingsXMLBytes()
331 void setManifestXMLBytes(byte bytes[]) { in setManifestXMLBytes()
351 private int setEntryBytes(int index, byte bytes[], String name) { in setEntryBytes()
421 private ZipEntry createZipEntry(String name, byte bytes[], int method) { in createZipEntry()
446 byte bytes[] = null; field in OfficeZip.Entry
448 Entry(ZipEntry zipEntry, byte bytes[]) { in Entry()
/aoo41x/main/jurt/com/sun/star/comp/connections/
H A DPipedConnection.java138 int bytes ; in receive() local
190 int bytes = Math.min(nBytesToRead, _out - _in); in read() local
198 int bytes = Math.min(nBytesToRead, _buffer.length - _in); in read() local
/aoo41x/main/qadevOOo/tests/java/mod/_stm/
H A DPump.java122 public int readBytes(byte[][] bytes, int len) in readBytes()
142 public int readSomeBytes(byte[][] bytes, int len) in readSomeBytes()
176 public void writeBytes(byte[] bytes) { in writeBytes()
/aoo41x/main/qadevOOo/tests/java/mod/_streams.uno/
H A DPump.java119 public int readBytes(byte[][] bytes, int len) in readBytes()
139 public int readSomeBytes(byte[][] bytes, int len) in readSomeBytes()
173 public void writeBytes(byte[] bytes) { in writeBytes()
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/adapter/
H A DByteArrayToXInputStreamAdapter.java53 public ByteArrayToXInputStreamAdapter(byte[] bytes) { in ByteArrayToXInputStreamAdapter()
57 public void init(byte[] bytes) { in init()
/aoo41x/main/xmlscript/test/
H A Dimexp.cxx114 ByteSequence bytes( nLength ); in importFile() local
139 Sequence< sal_Int8 > bytes; in exportToFile() local
/aoo41x/main/jurt/com/sun/star/lib/connections/pipe/
H A DPipeConnection.java145 private native int readJNI(/*OUT*/byte[][] bytes, int nBytesToRead) in readJNI()
168 public int read(/*OUT*/byte[][] bytes, int nBytesToRead) in read()
/aoo41x/main/sw/source/filter/ww8/
H A Dtypes.hxx39 typedef std::vector<sal_uInt8> bytes; typedef
/aoo41x/main/vcl/unx/generic/printer/
H A Djobdata.cxx111 bool JobData::getStreamBuffer( void*& pData, int& bytes ) in getStreamBuffer()
177 bool JobData::constructFromStreamBuffer( void* pData, int bytes, JobData& rJobData ) in constructFromStreamBuffer()
/aoo41x/main/stoc/source/registry_tdprovider/
H A Dfunctiondescription.cxx51 FunctionDescription::FunctionDescription( in FunctionDescription()
H A Dmethoddescription.cxx112 MethodDescription::MethodDescription( in MethodDescription()
/aoo41x/main/qadevOOo/tests/java/ifc/io/
H A D_XInputStream.java60 byte[] bytes = null; field in _XInputStream
/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaHelper.java80 ByteArrayOutputStream bytes = null; in convertCalcToPXL() local
/aoo41x/main/xmerge/source/aportisdoc/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocDecoder.java206 private HeaderInfo readHeader(byte[] bytes) throws IOException { in readHeader()
/aoo41x/main/scripting/java/org/openoffice/idesupport/xml/
H A DManifest.java137 private InputStream replaceNewlines(byte[] bytes) throws IOException { in replaceNewlines()
/aoo41x/test/testcommon/source/org/openoffice/test/vcl/client/
H A DCommunicationManager.java236 int[] bytes = new int[4]; in calcCheckByte() local
/aoo41x/main/xmerge/source/palmtests/qa/comparator/
H A DPalmDB.java138 private void store(byte[] bytes) throws UnsupportedEncodingException { in store()
H A DOfficeZip.java60 byte bytes[] = null; field in OfficeZip.Entry
/aoo41x/main/jurt/com/sun/star/lib/connections/socket/
H A DSocketConnection.java135 …public int read(/*OUT*/byte[][] bytes, int nBytesToRead) throws com.sun.star.io.IOException, com.s… in read()
/aoo41x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWSDecoder.java266 private HeaderInfo readHeader(byte[] bytes) throws IOException { in readHeader()
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/
H A DDebug.java318 public static String byteArrayToHexString(byte bytes[]) { in byteArrayToHexString()
/aoo41x/main/sal/osl/w32/
H A Dprocess.cxx538 sal_Int32 bytes = 0; in osl_sendResourcePipe() local
596 sal_Int32 bytes = 0; in osl_receiveResourcePipe() local
/aoo41x/main/bridges/source/jni_uno/
H A Djni_base.h247 inline ::std::auto_ptr< rtl_mem > rtl_mem::allocate( ::std::size_t bytes ) in allocate()
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/palm/
H A DPalmDB.java208 private void store(byte[] bytes) throws UnsupportedEncodingException { in store()
/aoo41x/main/jurt/source/pipe/
H A Dcom_sun_star_lib_connections_pipe_PipeConnection.c352 jbyteArray bytes; /* java read buffer */ in PipeConnection_read() local

Completed in 143 milliseconds

12