Home
last modified time | relevance | path

Searched refs:bPrevLineExtentsComment (Results 1 – 2 of 2) sorted by relevance

/trunk/main/basic/source/comp/
H A Dscanner.cxx63 bPrevLineExtentsComment = sal_False; in SbiScanner()
213 if( bPrevLineExtentsComment ) in NextSym()
493 if( bPrevLineExtentsComment || (eScanType != SbxSTRING && in NextSym()
496 bPrevLineExtentsComment = sal_False; in NextSym()
500 bPrevLineExtentsComment = sal_True; in NextSym()
/trunk/main/basic/source/inc/
H A Dscanner.hxx70 … sal_Bool bPrevLineExtentsComment; // sal_True: Previous line is comment and ends on "... _" member in SbiScanner