Home
last modified time | relevance | path

Searched refs:bEOL (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svx/source/dialog/
H A Dsendreportunx.cxx53 bool bEOL = false; in read_line() local
57 while ( !bEOL && fgets( szBuffer, sizeof(szBuffer), fp ) ) in read_line()
66 bEOL = true; in read_line()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx770 sal_Bool bEOL = sal_False; in CreateLines() local
993 bEOL = sal_True; in CreateLines()
1004 bEOL = sal_True; in CreateLines()
1036 bEOL = sal_True; in CreateLines()
1151 bEOL = sal_True; in CreateLines()
1168 bEOL = sal_True; in CreateLines()
1192 bEOL = sal_False; in CreateLines()
1205 bEOL = sal_True; in CreateLines()
1213 bEOL = sal_True; in CreateLines()
1220 bEOL = sal_True; in CreateLines()
[all …]
H A Dimpedit2.cxx4429 sal_Bool bEOL = ( nFlags & GETCRSR_ENDOFLINE ) ? sal_True : sal_False; in GetEditCursor() local
4433 if ( ( pTmpLine->GetStart() == nIndex ) || ( pTmpLine->IsIn( nIndex, bEOL ) ) ) in GetEditCursor()
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx367 bool bEOL = false; in readLine() local
371 while ( !bEOL && _fgetts( szBuffer, sizeof(szBuffer), fp ) ) in readLine()
380 bEOL = true; in readLine()
/trunk/main/crashrep/source/unx/
H A Dmain.cxx675 bool bEOL = false; in read_line() local
679 while ( !bEOL && fgets( szBuffer, sizeof(szBuffer), fp ) ) in read_line()
688 bEOL = true; in read_line()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx2395 sal_Bool bEOL = sal_False; in CreateLines() local
2414 …while ( ( nTmpWidth <= nXWidth ) && !bEOL && ( nTmpPortion < pTEParaPortion->GetTextPortions().Cou… in CreateLines()
2431 bEOL = sal_True; in CreateLines()
2460 bEOL = sal_False; in CreateLines()
2466 bEOL = sal_True; in CreateLines()
2472 bEOL = sal_True; in CreateLines()
2490 else if ( !bEOL ) in CreateLines()
/trunk/main/sw/source/core/text/
H A Dporfld.cxx303 sal_Bool bEOL = sal_False; in Format() local
364 bEOL = !nTmpLen && nFollow && bFull; in Format()
427 if( bEOL && rInf.GetLast() && !rInf.GetUnderFlow() ) in Format()
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp2238 bool bEOL = false; in read_line() local
2242 while ( !bEOL && fgets( szBuffer, sizeof(szBuffer), fp ) ) in read_line()
2251 bEOL = true; in read_line()

Completed in 113 milliseconds