Home
last modified time | relevance | path

Searched refs:skip (Results 26 – 50 of 122) sorted by relevance

12345

/aoo4110/main/connectivity/com/sun/star/sdbcx/comp/hsqldb/
H A DNativeInputStreamHelper.java58 public long skip(long n) throws java.io.IOException { in skip() method in NativeInputStreamHelper
59 return in.skip(key,file,n); in skip()
H A DStorageNativeInputStream.java46 public native long skip(String key,String name,long n) throws java.io.IOException; in skip() method in StorageNativeInputStream
/aoo4110/main/oox/source/core/
H A Dfilterdetect.cxx291 rStrm.skip( 4 ); in lclReadEncryptionInfo()
301 rStrm.skip( 4 ); in lclReadEncryptionInfo()
303 rStrm.skip( nHeaderSize - 20 ); in lclReadEncryptionInfo()
574 aEncryptedPackage.skip( 8 ); // decrypted size in extractUnencryptedPackage()
H A Dbinarycodec.cxx257 return skip( nBytes ); in decode()
260 bool BinaryCodec_XOR::skip( sal_Int32 nBytes ) in skip() function in oox::core::BinaryCodec_XOR
405 bool BinaryCodec_RCF::skip( sal_Int32 nBytes ) in skip() function in oox::core::BinaryCodec_RCF
/aoo4110/main/oox/source/xls/
H A Dcondformatbuffer.cxx202 rStrm.skip( 8 ); in importCfRule()
399 rStrm.skip( 2 ); in importCfRule()
646 rStrm.skip( 8 ); in importCondFormatting()
664 rStrm.skip( 10 ); in importCfHeader()
H A Dworksheetfragment.cxx1009 rStrm.skip( 10 ); in importDataValidations()
1028 rStrm.skip( 2 ); in lclReadDataValFormula()
1111 rStrm.skip( 2 ); // repeated record id in importHyperlink()
1169 rStrm.skip( 4 ); in importPageBreaks()
1192 rStrm.skip( 12 ); in importSharedFeatHead()
1194 rStrm.skip( 5 ); in importSharedFeatHead()
H A Dquerytablebuffer.cxx253 rStrm.skip( 4 ); in importQueryTable()
292 rStrm.skip( 4 ); in importQueryTableRefresh()
297 rStrm.skip( 2 ); in importQueryTableRefresh()
H A Dexternallinkbuffer.cxx222 rStrm.skip( 2 ); in importExternalName()
274 rStrm.skip( 8 ); in importExternalName()
284 rStrm.skip( 7 ); in importExternalName()
288 rStrm.skip( 7 ); in importExternalName()
H A Dsharedstringsbuffer.cxx52 rStrm.skip( 4 ); in importSst()
/aoo4110/main/oox/inc/oox/core/
H A Dbinarycodec.hxx166 bool skip( sal_Int32 nBytes );
299 bool skip( sal_Int32 nBytes );
/aoo4110/main/sc/source/ui/vba/testvba/
H A DtestResults.pl172 my $skip = @skippedTests;
173 print "skipped $skip test-cases(s)\n";
H A DtestResult.pl180 my $skip = @skippedTests;
181 print "skipped $skip test-cases(s)\n";
/aoo4110/main/io/source/stm/
H A Dstreamhelper.hxx58 virtual void skip( sal_Int32 nBytesToSkip )
143 virtual void skip( sal_Int32 nBytesToSkip ) throw( IFIFO_OutOfBoundsException );
/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenDecoder.java220 bis.skip(12); // the next 12 bytes are unused in readNameToken()
269 bis.skip(10); in read3DCellRefToken()
306 bis.skip(10); in read3DCellAreaRefToken()
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/palm/
H A DPdbDecoder.java199 dis.skip(recOffset[i]); in parse()
210 dis.skip(recOffset[lastIndex]); in parse()
/aoo4110/main/oox/inc/oox/xls/
H A Dbiffinputstream.hxx82 void skip( sal_uInt16 nBytes );
264 virtual void skip( sal_Int32 nBytes, size_t nAtomSize = 1 );
/aoo4110/main/offapi/com/sun/star/configuration/backend/
H A DMergeRecoveryRequest.idl70 specifies whether the requestor wants to remove or skip the invalid layer.
74 If <FALSE/> the request is to skip the underlying data this time,
/aoo4110/main/oox/inc/oox/ole/
H A Daxbinaryreader.hxx68 virtual void skip( sal_Int32 nBytes, size_t nAtomSize = 1 );
79 inline void skipAligned() { align( sizeof( Type ) ); skip( sizeof( Type ) ); } in skipAligned()
H A Dvbainputstream.hxx57 virtual void skip( sal_Int32 nBytes, size_t nAtomSize = 1 );
/aoo4110/main/solenv/bin/
H A Dlinkoo111 my $skip = 0;
114 $skip = 1;
116 $files{$fname} = $dirname if !$skip;
/aoo4110/main/qadevOOo/tests/java/ifc/beans/
H A D_XPropertySet.java556 String[] skip = {"PrinterName", "CharRelief", "IsLayerMode"}; in getPropsToTest() local
564 for (int j = 0; j < skip.length; j++) { in getPropsToTest()
565 if (name.equals(skip[j])){ in getPropsToTest()
/aoo4110/main/offapi/com/sun/star/view/
H A DRenderOptions.idl79 <p>Tells the pdf export to skip empty pages. This flag also has
92 <p>Tells the pdf export to skip empty pages. This flag also has
/aoo4110/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DSDFReader.java232 private boolean skip; field in SDFReader
275 this.skip=false; in getData()
/aoo4110/ext_libraries/serf/
H A DNULbytes.patch64 + /* Don't know what to do - skip. */
276 - /* Don't know what to do - skip. */
/aoo4110/main/scripting/java/com/sun/star/script/framework/io/
H A DXInputStreamWrapper.java67 public long skip(long n) throws java.io.IOException in skip() method in XInputStreamWrapper

Completed in 121 milliseconds

12345