Home
last modified time | relevance | path

Searched refs:off (Results 26 – 50 of 267) sorted by relevance

1234567891011

/trunk/main/l10ntools/java/jpropex/java/
H A DNoLocalizeFilter.java38 public int read(byte[] b, int off, int len) throws IOException in read() argument
48 return in.read( b , off , len ); in read()
/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() argument
63 int bytesRead = is.read(b, off, (int)max); in read()
/trunk/main/connectivity/source/inc/hsqldb/
H A DHStorageAccess.hxx35 …* env, jobject obj_this,jstring name, jstring key, jbyteArray buffer, jint off, jint len, ::connec…
36 … env, jobject obj_this, jstring name, jstring key, jbyteArray buffer, jint off, jint len, ::connec…
/trunk/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Dcpp2uno.cxx568 unsigned long off = adr & 7; in flushCode() local
569 doFlushCode(adr - off, (n + off + 7) >> 3); in flushCode()
/trunk/main/package/source/package/zipapi/
H A DCRC32.cxx64 sal_Int32 off, in updateSegment() argument
68 nCRC = crc32(nCRC, (const unsigned char*)b.getConstArray()+off, len ); in updateSegment()
/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() argument
51 return in.read(key,file,b,off,len); in read()
H A DNativeOutputStreamHelper.java46 public void write(byte[] b, int off, int len) throws java.io.IOException{ in write() argument
47 out.write(key,file,b, off, len); in write()
H A DStorageAccess.java77 public void read(byte[] b, int off, int len) throws java.io.IOException{ in read() argument
79 access.read(name,key,b,off,len); in read()
/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() argument
87 System.arraycopy(b, off, tmp, 0, len); in write()
/trunk/main/basic/source/inc/
H A Dcodegen.hxx48 void BackChain( sal_uInt32 off ) { aCode.Chain( off ); } in BackChain() argument
/trunk/main/solenv/inc/
H A Dantsettings.mk41 ANT_DEBUG=off
49 ANT_OPT=off
/trunk/main/graphite/
H A Dgraphite-2.3.1_stlportemu.patch44 -#define _SECURE_SCL 0 // to allow GlyphSetIterator to work, which points off the end of a vector
46 +//#define _SECURE_SCL 0 // to allow GlyphSetIterator to work, which points off the end of a vector
/trunk/main/udkapi/com/sun/star/java/
H A DJavaDisabledException.idl35 been switched off.<p>
36 The user has switched off Java in the configuration of the office,
/trunk/main/autodoc/source/exes/adc_uni/
H A Dspec-CommandLine.txt137 <CppDocu html="(on|off) off"/>
139 <IdlDocu html="(on|off) on"/>
/trunk/main/testtools/
H A Dreadme.txt15 This part of the test can switched off. To do this go into the
20 bridgetest.cxx to switch off the code which uses the getCaughtException function.
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A Dwindow2.log15 ITEM Assertion OK : Test gridlines are off
19 ITEM Assertion OK : Test Headings are off
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A Dwindow2.log15 ITEM Assertion OK : Test gridlines are off
19 ITEM Assertion OK : Test Headings are off
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A Dwindow2.log15 ITEM Assertion OK : Test gridlines are off
19 ITEM Assertion OK : Test Headings are off
/trunk/main/sal/workben/clipboardwben/testviewer/
H A Dcbvtest.rc67 MENUITEM "&CB Viewer off", IDD_CBVIEWER
126 IDS_CBVIEWER_OFF "CB Viewer off"
/trunk/main/offapi/com/sun/star/rendering/
H A DStrokeAttributes.idl68 /** Array of ink on and off lengths, measured in user coordinate
73 first 'off' segment, and so forth. Give zero elements here for
/trunk/main/basic/source/comp/
H A Dloops.cxx464 #pragma optimize("",off)
517 #pragma optimize("",off)
H A Dtoken.cxx652 #pragma optimize("",off)
668 #pragma optimize("",off)
/trunk/main/chart2/source/controller/dialogs/
H A DStrings.src449 Text [ en-US ] = "Legend on/off" ;
453 Text [ en-US ] = "Horizontal grid on/off" ;
/trunk/main/migrationanalysis/util/
H A Ddelzip1 ECHO is off
/trunk/main/connectivity/java/dbtools/
H A Dmakefile.mk35 ANTDEBUG=off

Completed in 55 milliseconds

1234567891011