Home
last modified time | relevance | path

Searched defs:off (Results 1 – 25 of 33) sorted by relevance

12

/trunk/main/scripting/java/org/openoffice/netbeans/editor/
H A DJavaKit.java141 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()
/trunk/main/l10ntools/java/jpropex/java/
H A DNoLocalizeFilter.java38 public int read(byte[] b, int off, int len) throws IOException in read()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A DXConnectionInputStream_Adapter.java63 public int read(byte[] b, int off, int len) throws IOException { in read()
H A DXConnectionOutputStream_Adapter.java58 public void write(byte[] b, int off, int len) throws IOException { in write()
/trunk/main/basic/source/comp/
H A Dbuffer.cxx120 void SbiBuffer::Patch( sal_uInt32 off, sal_uInt32 val ) in Patch()
138 void SbiBuffer::Chain( sal_uInt32 off ) in Chain()
/trunk/main/package/source/package/zipapi/
H A DCRC32.cxx64 sal_Int32 off, in updateSegment()
/trunk/main/javaunohelper/com/sun/star/lib/uno/adapter/
H A DXOutputStreamToOutputStreamAdapter.java81 public void write(byte[] b, int off, int len) throws IOException { in write()
H A DXInputStreamToInputStreamAdapter.java117 public int read(byte[] b, int off, int len) throws IOException { in read()
/trunk/main/scripting/java/com/sun/star/script/framework/io/
H A DXOutputStreamWrapper.java68 public void write( byte[] b, int off, int len ) in write()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DBoundedInputStream.java58 public int read(byte[] b, int off, int len) throws IOException { in read()
H A DReaderInputStream.java58 public int read(byte[] b, int off, int len) throws IOException { in read()
/trunk/main/connectivity/java/sdbc_hsqldb/src/com/sun/star/sdbcx/comp/hsqldb/
H A DNativeInputStreamHelper.java50 public int read(byte[] b, int off, int len) throws java.io.IOException { in read()
H A DNativeOutputStreamHelper.java46 public void write(byte[] b, int off, int len) throws java.io.IOException{ in write()
H A DStorageNativeInputStream.java44 …public native int read(String key,String name,byte[] b, int off, int len) throws java.io.IOExcepti… in read()
H A DStorageNativeOutputStream.java77 …public native void write(String key,String _file,byte[] b, int off, int len) throws java.io.IOExce… in write()
H A DStorageAccess.java77 public void read(byte[] b, int off, int len) throws java.io.IOException{ in read()
H A DNativeStorageAccess.java67 …public native int read(String name,String key,byte[] b, int off, int len) throws java.io.IOExcepti… in read()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHStorageAccess.cxx218 …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 DStorageNativeOutputStream.cxx90 (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 DStorageNativeInputStream.cxx105 (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()
/trunk/main/slideshow/source/engine/transitions/
H A Dfigurewipe.cxx62 const double off = s30; in createArrowHeadWipe() local
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DBase64.java689 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()
/trunk/main/vos/inc/vos/
H A Dmacros.hxx132 # define VOS_MAKEPTR(base, off) ((void _far *)VOS_MAKEDWORD((off), (base))) argument
136 # define VOS_MAKEPTR(base, off) ((void *)((base) + (off))) argument
/trunk/main/basic/source/inc/
H A Dcodegen.hxx48 void BackChain( sal_uInt32 off ) { aCode.Chain( off ); } in BackChain()
/trunk/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Duno2cpp.cxx81 int off; // offset used to find function in callVirtualMethod() local

Completed in 74 milliseconds

12