/aoo4110/main/xmlsecurity/tools/examples/ |
H A D | evaluate_win.bat | 23 @echo off 32 @echo off 40 @echo off 49 @echo off 59 @echo off 78 @echo off 86 @echo off 94 @echo off 100 @echo off 105 @echo off [all …]
|
H A D | uno_win.bat | 23 @echo off 29 @echo off 34 @echo off
|
/aoo4110/main/i18npool/source/transliteration/ |
H A D | transliterationImpl.cxx | 327 Sequence<sal_Int32> off[2]; in transliterate() local 329 off[to] = offset; in transliterate() 330 off[from].realloc(nCount); in transliterate() 332 tmpStr = bodyCascade[i]->transliterate(tmpStr, 0, nCount, off[from]); in transliterate() 338 off[to][j] = off[from][off[to][j]]; in transliterate() 340 offset = off[to]; in transliterate() 382 Sequence<sal_Int32> off[2]; in folding() local 384 off[to] = offset; in folding() 386 tmpStr = bodyCascade[i]->folding(tmpStr, 0, nCount, off[from]); in folding() 392 off[to][j] = off[from][off[to][j]]; in folding() [all …]
|
/aoo4110/main/scripting/java/org/openoffice/netbeans/editor/ |
H A D | JavaKit.java | 141 public void append(byte[] buffer, int off, int len) in append() argument 159 public void read(byte[] buffer, int off, int len) throws IOException { in read() argument 162 int count = str.read(buffer, off, len); in read() 164 off += count; in read() 211 private InputStream getStream(int off) throws IOException { in getStream() argument 212 if (streamOff > off && stream != null) { in getStream() 222 while (streamOff < off) { in getStream() 223 long len = stream.skip(off - streamOff); in getStream()
|
/aoo4110/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() argument 691 return encodeBytes( source, off, len, NO_OPTIONS ); in encodeBytes() 719 public static String encodeBytes( byte[] source, int off, int len, int options ) in encodeBytes() argument 740 gzos.write( source, off, len ); in encodeBytes() 782 encode3to4( source, d+off, 3, outBuff, e, options ); in encodeBytes() 795 encode3to4( source, d+off, len - d, outBuff, e, options ); in encodeBytes() 923 public static byte[] decode( byte[] source, int off, int len, int options ) in decode() argument 936 for( i = off; i < off+len; i++ ) in decode() 1576 dest[off + i] = (byte)b; in read() 1745 super.out.write( theBytes, off, len ); in write() [all …]
|
/aoo4110/main/connectivity/source/drivers/hsqldb/ |
H A D | HStorageAccess.cxx | 218 …v, jobject /*obj_this*/,jstring name, jstring key, jbyteArray buffer, jint off, jint len, DataLogF… in read_from_storage_stream_into_buffer() argument 255 env->SetByteArrayRegion(buffer,off,nBytesRead,&aData[0]); 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() argument 283 …return read_from_storage_stream_into_buffer( env, obj_this, name, key, buffer, off, len, &aDataLog… in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_read__Ljava_lang_String_2Ljava_lang_String_2_3BII() 285 return read_from_storage_stream_into_buffer( env, obj_this, name, key, buffer, off, len ); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_read__Ljava_lang_String_2Ljava_lang_String_2_3BII() 426 …, jobject /*obj_this*/, jstring name, jstring key, jbyteArray buffer, jint off, jint len, DataLogF… in write_to_storage_stream_from_buffer() argument 446 Sequence< ::sal_Int8 > aData(buf + off,len); 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() argument 484 write_to_storage_stream_from_buffer( env, obj_this, name, key, buffer, off, len, &aDataLog ); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_write() 486 write_to_storage_stream_from_buffer( env, obj_this, name, key, buffer, off, 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() argument 96 write_to_storage_stream_from_buffer( env, obj_this, name, key, buffer, off, len, &aDataLog ); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2_3BII() 98 write_to_storage_stream_from_buffer( env, obj_this, name, key, buffer, off, 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() argument 111 …return read_from_storage_stream_into_buffer( env, obj_this, name, key, buffer, off, len, &aDataLog… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3BII() 113 return read_from_storage_stream_into_buffer(env,obj_this,name,key,buffer,off,len); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3BII()
|
/aoo4110/main/basic/source/comp/ |
H A D | buffer.cxx | 120 void SbiBuffer::Patch( sal_uInt32 off, sal_uInt32 val ) in Patch() argument 122 if( ( off + sizeof( sal_uInt32 ) ) < nOff ) in Patch() 126 sal_uInt8* p = (sal_uInt8*) pBuf + off; in Patch() 138 void SbiBuffer::Chain( sal_uInt32 off ) in Chain() argument 140 if( off && pBuf ) in Chain() 143 sal_uInt32 i = off; in Chain()
|
/aoo4110/main/slideshow/source/engine/transitions/ |
H A D | figurewipe.cxx | 62 const double off = s30; in createArrowHeadWipe() local 64 figure.append( ::basegfx::B2DPoint( 0.5 + s30 + off, 0.5 + off ) ); in createArrowHeadWipe() 66 figure.append( ::basegfx::B2DPoint( -0.5 - s30 - off, 0.5 + off ) ); in createArrowHeadWipe()
|
/aoo4110/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
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_os2_intel/ |
H A D | uno2cpp.cxx | 81 int off; // offset used to find function in callVirtualMethod() local 83 off = nVtableIndex; in callVirtualMethod() 84 off = off * 4; // 4 bytes per slot in callVirtualMethod() 86 …mfunc = (unsigned long *)((char *)mfunc + off); // get the address from the vtable entry at offset in callVirtualMethod()
|
/aoo4110/main/xmlhelp/source/treeview/ |
H A D | tvread.cxx | 195 sal_Int32 idx = -1,k = 0,off; in replaceName() local 202 off = PRODUCTNAME; in replaceName() 204 off = PRODUCTVERSION; in replaceName() 206 off = VENDORNAME; in replaceName() 208 off = VENDORVERSION; in replaceName() 210 off = VENDORSHORT; in replaceName() 212 off = -1; in replaceName() 214 if( off != -1 ) in replaceName() 223 aStrBuf.append( m_vReplacement[off] ); in replaceName() 224 k = idx + m_vAdd[off]; in replaceName()
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_mips/ |
H A D | uno2cpp.cxx | 66 int off; // offset used to find function in callVirtualMethod() local 173 off = nVtableIndex; in callVirtualMethod() 174 off = off * 4; // 4 bytes per slot in callVirtualMethod() 176 mfunc = (unsigned long *)((char *)mfunc + off); // get the address from the vtable entry at offset in callVirtualMethod()
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_powerpc/ |
H A D | uno2cpp.cxx | 69 int off; // offset used to find function local 238 off = nVtableIndex; 239 off = off * 4; // 4 bytes per slot 241 …mfunc = (unsigned long *)((char *)mfunc + off); // get the address from the vtable entry at offset
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_macosx_powerpc/ |
H A D | uno2cpp.cxx | 69 int off; // offset used to find function in callVirtualMethod() local 203 off = nVtableIndex; in callVirtualMethod() 204 off = off * 4; // 4 bytes per slot in callVirtualMethod() 206 …mfunc = (unsigned long *)((char *)mfunc + off); // get the address from the vtable entry at offset in callVirtualMethod()
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/ |
H A D | uno2cpp.cxx | 69 int off; // offset used to find function local 238 off = nVtableIndex; 239 off = off * 4; // 4 bytes per slot 241 …mfunc = (unsigned long *)((char *)mfunc + off); // get the address from the vtable entry at offset
|
/aoo4110/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() argument 67 len = _xConnection.read(_bytes, len - off); in read() 73 System.arraycopy(_bytes[0], 0, b, off, len); in read()
|
H A D | XConnectionOutputStream_Adapter.java | 58 public void write(byte[] b, int off, int len) throws IOException { in write() argument 61 if(off == 0 && len == b.length) in write() 67 System.arraycopy(b, off, bytes, 0, len); in write()
|
/aoo4110/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() argument 76 for ( int i=off; i< off+len; i++ ) in write()
|
/aoo4110/main/javaunohelper/com/sun/star/lib/uno/adapter/ |
H A D | XInputStreamToInputStreamAdapter.java | 117 public int read(byte[] b, int off, int len) throws IOException { in read() argument 136 System.arraycopy(tmp[0], 0, b, off, (int)bytesRead); in read() 138 System.arraycopy(tmp[0], 0, b, off, len); in read()
|
/aoo4110/main/oox/source/dump/ |
H A D | pptxdumper.ini | 27 # Enable entire dumper (default=off). This option does not affect the option 29 # 0=off, 1=on, missing: setting from dumperbase.ini 35 # 0=off, 1=on, missing: setting from dumperbase.ini
|
H A D | dumperbase.ini | 34 # Enable entire dumper (default=off). This option does not affect the option 36 # 0=off, 1=on 42 # 0=off, 1=on 52 # 0=off, 1=on 57 # 0=off, 1=on 201 # with the actual state of the bit, appended as ':on' or ':off'.
|
/aoo4110/main/xmlhelp/source/cxxhelp/provider/ |
H A D | databases.cxx | 352 off = PRODUCTNAME; in replaceName() 354 off = PRODUCTVERSION; in replaceName() 356 off = VENDORNAME; in replaceName() 358 off = VENDORVERSION; in replaceName() 360 off = VENDORSHORT; in replaceName() 362 off = NEWPRODUCTNAME; in replaceName() 364 off = NEWPRODUCTVERSION; in replaceName() 366 off = -1; in replaceName() 368 if( off != -1 ) in replaceName() 377 aStrBuf.append( m_vReplacement[off] ); in replaceName() [all …]
|
/aoo4110/main/filter/source/xslt/import/wordml/ |
H A D | wordml2ooo_props.xsl | 174 <xsl:when test="$b-value = 'off'">normal</xsl:when> 199 <xsl:when test="$b-cs-value = 'off'">normal</xsl:when> 218 <xsl:when test="$i-value = 'off'">normal</xsl:when> 243 <xsl:when test="$i-cs-value = 'off'">normal</xsl:when> 262 <xsl:when test="$caps-value = 'off'">normal</xsl:when> 281 <xsl:when test="$small-caps-value = 'off'">normal</xsl:when>
|