Lines Matching refs:nInSection
802 int nInSection = 0; in scanCurrFormatImpl() local
820 if ( !nInSection && nSign == STRING_NOTFOUND ) in scanCurrFormatImpl()
824 if ( !nInSection && nPar == STRING_NOTFOUND ) in scanCurrFormatImpl()
829 if ( !nInSection && nNum == STRING_NOTFOUND ) in scanCurrFormatImpl()
833 nInSection++; in scanCurrFormatImpl()
836 if ( nInSection ) in scanCurrFormatImpl()
838 nInSection--; in scanCurrFormatImpl()
839 if ( !nInSection && nBlank == STRING_NOTFOUND in scanCurrFormatImpl()
845 if ( nSym == STRING_NOTFOUND && nInSection && *(p-1) == '[' ) in scanCurrFormatImpl()
853 if ( !nInSection ) in scanCurrFormatImpl()
857 …if ( !nInSection && nSym == STRING_NOTFOUND && rCode.Equals( aCurrSymbol, (xub_StrLen)(p-pStr), aC… in scanCurrFormatImpl()