Home
last modified time | relevance | path

Searched refs:eof (Results 1 – 25 of 103) sorted by relevance

12345

/trunk/main/solenv/bin/
H A Dexectest.pl45 $eof = $input ? eof INPUT : $open;
46 $in = <INPUT> if $input && !$eof;
47 if (!$input || $eof
76 last if $eof;
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorksheet.java57 private Eof eof; field in Worksheet
95 eof = new Eof(); in write()
96 eof.write(os); in write()
162 eof = new Eof(); in read()
H A DWorkbook.java58 private static final Eof eof; field in Workbook
65 eof = new Eof();
122 eof.write(os); in write()
165 eof.read(is); in read()
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DXmlZipExtract.java131 int eof = 0; in readStream() local
132 while ((eof = bis.read(buffer, 0, buffer.length)) > 0) { in readStream()
133 baos.write(buffer, 0, eof); in readStream()
/trunk/main/soltools/mkdepend/
H A Dmain.c555 *eof, /* end of file pointer */ local
560 eof = filep->f_end;
561 if (p >= eof)
565 for(bol = p--; ++p < eof; ) {
/trunk/main/i18npool/source/breakiterator/data/
H A Dsent.txt89 …e $Sp $Sep $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* ([$Sep{eof}] | $CR $LF){100};
109 [{bof}] (.? | $LF $CR) [^$Sep]* [$Sep {eof}] ($SpEx_R* $CloseEx_R* ($STermEx_R | $ATermEx_R))*;
126 # Can only use {eof} once, and it is used later.
H A Dline.txt420 [$BK $CR $LF $NL $ZW {eof}] |
422 … $SP+ $CM* ([^$OP $CM $SP] | [$AL {eof}])); # if LB 14 will match, need to suppress this break.
427 … # Further note: the $AL in [$AL {eof}] is only to work around
438 [$PR ] / $CM+ [$BK $CR $LF $NL $ZW $SP {eof}];
/trunk/main/stoc/source/security/
H A Dfile_policy.cxx376 sal_Bool eof; in get() local
377 oslFileError rc = ::osl_isEndOfFile( m_file, &eof ); in get()
380 if (eof) in get()
/trunk/main/shell/source/tools/lngconvex/
H A Dlngconvex.cxx395 if (!in.eof()) in read_ulf_file()
425 if (!file.eof()) in read_file()
446 if (!is.eof()) in concatenate_files()
/trunk/main/shell/source/unix/sysshell/
H A Drecently_used_file_handler.cxx310 while (!file.eof()) in read_recently_used_items()
313 xparser.parse(buff, length, file.eof()); in read_recently_used_items()
H A Drecently_used_file.hxx58 bool eof() const;
H A Drecently_used_file.cxx136 bool recently_used_file::eof() const in eof() function in recently_used_file
/trunk/main/sw/inc/
H A Dswgstr.hxx84 int eof() { return pStrm->IsEof(); } in eof() function in swstreambase
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.hrc63 // eof
/trunk/main/sfx2/source/dialog/
H A Ddialog.hrc81 // eof ------------------------------------------------------------------------
/trunk/main/stoc/test/security/
H A Dtest_security.policy37 # eof
/trunk/main/sc/source/ui/sidebar/
H A DNumberFormatPropertyPanel.hrc69 // eof
H A DAlignmentPropertyPanel.hrc88 // eof
H A DCellAppearancePropertyPanel.hrc149 // eof
/trunk/main/svx/source/sidebar/line/
H A DLinePropertyPanel.hrc94 // eof
/trunk/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.hrc98 // eof
/trunk/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.hrc106 // eof
/trunk/main/offapi/com/sun/star/graphic/
H A DXPrimitiveFactory2D.idl97 // eof
/trunk/main/svx/sdi/
H A Dxoitems.sdi184 // eof
/trunk/main/sfx2/sdi/
H A Dappslots.sdi282 // eof ------------------------------------------------------------------------

Completed in 52 milliseconds

12345