Lines Matching refs:bDirection
75 …pace(const OUString& Text, sal_Int32 nPos, sal_Int32 len, sal_Int16 rWordType, sal_Bool bDirection) in skipSpace() argument
81 if (bDirection) in skipSpace()
87 if (bDirection) in skipSpace()
95 if (bDirection) in skipSpace()
161 sal_Int16 rWordType, sal_Bool bDirection ) throw(RuntimeException) in getWordBoundary() argument
174 } else if (prev == 0 && ! bDirection) { in getWordBoundary()
176 } else if (next == len && bDirection) { in getWordBoundary()
181 bDirection = sal_True; in getWordBoundary()
183 bDirection = sal_False; in getWordBoundary()
185 nPos = bDirection ? next : prev; in getWordBoundary()
187 result = LBI->getWordBoundary(Text, nPos, rLocale, rWordType, bDirection); in getWordBoundary()