Lines Matching refs:bStart
632 bool bStart = (eState == ssGetChar || eState == ssGetWordFirstChar || in getFlagsExtended() local
634 sal_Int32 nTypes = (bStart ? nStartTypes : nContTypes); in getFlagsExtended()
641 (bStart ? TOKEN_CHAR_WORD : TOKEN_WORD) : in getFlagsExtended()
645 (bStart ? TOKEN_CHAR_WORD : TOKEN_WORD) : in getFlagsExtended()
649 (bStart ? TOKEN_CHAR_WORD : TOKEN_WORD) : in getFlagsExtended()
653 (bStart ? TOKEN_CHAR_WORD : TOKEN_WORD) : in getFlagsExtended()
659 if (bStart) in getFlagsExtended()
664 (bStart ? TOKEN_CHAR_WORD : TOKEN_WORD) : in getFlagsExtended()
668 (bStart ? TOKEN_CHAR_WORD : TOKEN_WORD) : in getFlagsExtended()
672 (bStart ? TOKEN_CHAR_WORD : TOKEN_WORD) : in getFlagsExtended()
676 (bStart ? TOKEN_CHAR_WORD : TOKEN_WORD) : in getFlagsExtended()
680 …TOKEN_CHAR_DONTCARE : (bStart ? TOKEN_CHAR_WORD : (TOKEN_CHAR_DONTCARE | TOKEN_WORD_SEP | TOKEN_VA… in getFlagsExtended()