/aoo41x/main/scripting/java/org/openoffice/netbeans/editor/ |
H A D | JavaKit.java | 141 public void append(byte[] buffer, int off, int len) in append() 159 public void read(byte[] buffer, int off, int len) throws IOException { in read() 211 private InputStream getStream(int off) throws IOException { in getStream()
|
/aoo41x/main/l10ntools/java/jpropex/java/ |
H A D | NoLocalizeFilter.java | 38 public int read(byte[] b, int off, int len) throws IOException in read()
|
/aoo41x/main/jurt/com/sun/star/lib/uno/bridges/java_remote/ |
H A D | XConnectionInputStream_Adapter.java | 63 public int read(byte[] b, int off, int len) throws IOException { in read()
|
H A D | XConnectionOutputStream_Adapter.java | 58 public void write(byte[] b, int off, int len) throws IOException { in write()
|
/aoo41x/main/basic/source/comp/ |
H A D | buffer.cxx | 120 void SbiBuffer::Patch( sal_uInt32 off, sal_uInt32 val ) in Patch() 138 void SbiBuffer::Chain( sal_uInt32 off ) in Chain()
|
/aoo41x/main/scripting/java/com/sun/star/script/framework/io/ |
H A D | XOutputStreamWrapper.java | 68 public void write( byte[] b, int off, int len ) in write()
|
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/adapter/ |
H A D | XOutputStreamToOutputStreamAdapter.java | 81 public void write(byte[] b, int off, int len) throws IOException { in write()
|
H A D | XInputStreamToInputStreamAdapter.java | 117 public int read(byte[] b, int off, int len) throws IOException { in read()
|
/aoo41x/main/package/source/zipapi/ |
H A D | CRC32.cxx | 64 sal_Int32 off, in updateSegment()
|
/aoo41x/main/connectivity/com/sun/star/sdbcx/comp/hsqldb/ |
H A D | NativeInputStreamHelper.java | 50 public int read(byte[] b, int off, int len) throws java.io.IOException { in read()
|
H A D | NativeOutputStreamHelper.java | 46 public void write(byte[] b, int off, int len) throws java.io.IOException{ in write()
|
H A D | StorageNativeInputStream.java | 44 …public native int read(String key,String name,byte[] b, int off, int len) throws java.io.IOExcepti… in read()
|
H A D | StorageNativeOutputStream.java | 77 …public native void write(String key,String _file,byte[] b, int off, int len) throws java.io.IOExce… in write()
|
H A D | StorageAccess.java | 77 public void read(byte[] b, int off, int len) throws java.io.IOException{ in read()
|
H A D | NativeStorageAccess.java | 67 …public native int read(String name,String key,byte[] b, int off, int len) throws java.io.IOExcepti… in read()
|
/aoo41x/main/connectivity/source/drivers/hsqldb/ |
H A D | HStorageAccess.cxx | 218 …env, jobject /*obj_this*/,jstring name, jstring key, jbyteArray buffer, jint off, jint len, DataLo… in read_from_storage_stream_into_buffer() 276 (JNIEnv * env, jobject obj_this,jstring name, jstring key, jbyteArray buffer, jint off, jint len) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_read__Ljava_lang_String_2Ljava_lang_String_2_3BII() 426 …nv, jobject /*obj_this*/, jstring name, jstring key, jbyteArray buffer, jint off, jint len, DataLo… in write_to_storage_stream_from_buffer() 477 (JNIEnv * env, jobject obj_this,jstring name, jstring key, jbyteArray buffer, jint off, jint len) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_write()
|
H A D | StorageNativeOutputStream.cxx | 90 (JNIEnv * env, jobject obj_this, jstring key, jstring name, jbyteArray buffer, jint off, jint len) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2_3BII()
|
H A D | StorageNativeInputStream.cxx | 105 (JNIEnv * env, jobject obj_this,jstring key, jstring name, jbyteArray buffer, jint off, jint len) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3BII()
|
/aoo41x/main/slideshow/source/engine/transitions/ |
H A D | figurewipe.cxx | 62 const double off = s30; in createArrowHeadWipe() local
|
/aoo41x/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/ |
H A D | Base64.java | 689 public static String encodeBytes( byte[] source, int off, int len ) in encodeBytes() 719 public static String encodeBytes( byte[] source, int off, int len, int options ) in encodeBytes() 923 public static byte[] decode( byte[] source, int off, int len, int options ) in decode() 1564 public int read( byte[] dest, int off, int len ) throws java.io.IOException in read() 1740 public void write( byte[] theBytes, int off, int len ) throws java.io.IOException in write()
|
/aoo41x/main/vos/inc/vos/ |
H A D | macros.hxx | 132 # define VOS_MAKEPTR(base, off) ((void _far *)VOS_MAKEDWORD((off), (base))) argument 136 # define VOS_MAKEPTR(base, off) ((void *)((base) + (off))) argument
|
/aoo41x/main/basic/source/inc/ |
H A D | codegen.hxx | 48 void BackChain( sal_uInt32 off ) { aCode.Chain( off ); } in BackChain()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_os2_intel/ |
H A D | uno2cpp.cxx | 81 int off; // offset used to find function in callVirtualMethod() local
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/ |
H A D | uno2cpp.cxx | 69 int off; // offset used to find function local
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_mips/ |
H A D | uno2cpp.cxx | 66 int off; // offset used to find function in callVirtualMethod() local
|