/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/ |
H A D | OfficeZip.java | 234 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 D | PipedConnection.java | 138 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 D | Pump.java | 122 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 D | Pump.java | 119 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 D | ByteArrayToXInputStreamAdapter.java | 53 public ByteArrayToXInputStreamAdapter(byte[] bytes) { in ByteArrayToXInputStreamAdapter() 57 public void init(byte[] bytes) { in init()
|
/aoo41x/main/xmlscript/test/ |
H A D | imexp.cxx | 114 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 D | PipeConnection.java | 145 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 D | types.hxx | 39 typedef std::vector<sal_uInt8> bytes; typedef
|
/aoo41x/main/vcl/unx/generic/printer/ |
H A D | jobdata.cxx | 111 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 D | functiondescription.cxx | 51 FunctionDescription::FunctionDescription( in FunctionDescription()
|
H A D | methoddescription.cxx | 112 MethodDescription::MethodDescription( in MethodDescription()
|
/aoo41x/main/qadevOOo/tests/java/ifc/io/ |
H A D | _XInputStream.java | 60 byte[] bytes = null; field in _XInputStream
|
/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/ |
H A D | FormulaHelper.java | 80 ByteArrayOutputStream bytes = null; in convertCalcToPXL() local
|
/aoo41x/main/xmerge/source/aportisdoc/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/ |
H A D | DocDecoder.java | 206 private HeaderInfo readHeader(byte[] bytes) throws IOException { in readHeader()
|
/aoo41x/main/scripting/java/org/openoffice/idesupport/xml/ |
H A D | Manifest.java | 137 private InputStream replaceNewlines(byte[] bytes) throws IOException { in replaceNewlines()
|
/aoo41x/test/testcommon/source/org/openoffice/test/vcl/client/ |
H A D | CommunicationManager.java | 236 int[] bytes = new int[4]; in calcCheckByte() local
|
/aoo41x/main/xmerge/source/palmtests/qa/comparator/ |
H A D | PalmDB.java | 138 private void store(byte[] bytes) throws UnsupportedEncodingException { in store()
|
H A D | OfficeZip.java | 60 byte bytes[] = null; field in OfficeZip.Entry
|
/aoo41x/main/jurt/com/sun/star/lib/connections/socket/ |
H A D | SocketConnection.java | 135 …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 D | WSDecoder.java | 266 private HeaderInfo readHeader(byte[] bytes) throws IOException { in readHeader()
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ |
H A D | Debug.java | 318 public static String byteArrayToHexString(byte bytes[]) { in byteArrayToHexString()
|
/aoo41x/main/sal/osl/w32/ |
H A D | process.cxx | 538 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 D | jni_base.h | 247 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 D | PalmDB.java | 208 private void store(byte[] bytes) throws UnsupportedEncodingException { in store()
|
/aoo41x/main/jurt/source/pipe/ |
H A D | com_sun_star_lib_connections_pipe_PipeConnection.c | 352 jbyteArray bytes; /* java read buffer */ in PipeConnection_read() local
|