Lines Matching refs:bNewVal

237 	sal_Bool bNewVal, bChanged;  in FillItemSet()  local
239 bNewVal = aMatchCase.IsChecked(); //! treat as equal uppercase/lowercase in FillItemSet()
240 bChanged = bNewVal != aMatchCase.GetSavedValue(); in FillItemSet()
243 aOpt.SetMatchCase(!bNewVal ); in FillItemSet()
246 bNewVal = aMatchFullHalfWidth.IsChecked(); in FillItemSet()
247 bChanged = bNewVal != aMatchFullHalfWidth.GetSavedValue(); in FillItemSet()
250 aOpt.SetMatchFullHalfWidthForms( bNewVal ); in FillItemSet()
253 bNewVal = aMatchHiraganaKatakana.IsChecked(); in FillItemSet()
254 bChanged = bNewVal != aMatchHiraganaKatakana.GetSavedValue(); in FillItemSet()
257 aOpt.SetMatchHiraganaKatakana( bNewVal ); in FillItemSet()
260 bNewVal = aMatchContractions.IsChecked(); in FillItemSet()
261 bChanged = bNewVal != aMatchContractions.GetSavedValue(); in FillItemSet()
264 aOpt.SetMatchContractions( bNewVal ); in FillItemSet()
267 bNewVal = aMatchMinusDashChoon.IsChecked(); in FillItemSet()
268 bChanged = bNewVal != aMatchMinusDashChoon.GetSavedValue(); in FillItemSet()
271 aOpt.SetMatchMinusDashChoon( bNewVal ); in FillItemSet()
274 bNewVal = aMatchRepeatCharMarks.IsChecked(); in FillItemSet()
275 bChanged = bNewVal != aMatchRepeatCharMarks.GetSavedValue(); in FillItemSet()
278 aOpt.SetMatchRepeatCharMarks( bNewVal ); in FillItemSet()
281 bNewVal = aMatchVariantFormKanji.IsChecked(); in FillItemSet()
282 bChanged = bNewVal != aMatchVariantFormKanji.GetSavedValue(); in FillItemSet()
285 aOpt.SetMatchVariantFormKanji( bNewVal ); in FillItemSet()
288 bNewVal = aMatchOldKanaForms.IsChecked(); in FillItemSet()
289 bChanged = bNewVal != aMatchOldKanaForms.GetSavedValue(); in FillItemSet()
292 aOpt.SetMatchOldKanaForms( bNewVal ); in FillItemSet()
295 bNewVal = aMatchDiziDuzu.IsChecked(); in FillItemSet()
296 bChanged = bNewVal != aMatchDiziDuzu.GetSavedValue(); in FillItemSet()
299 aOpt.SetMatchDiziDuzu( bNewVal ); in FillItemSet()
302 bNewVal = aMatchBavaHafa.IsChecked(); in FillItemSet()
303 bChanged = bNewVal != aMatchBavaHafa.GetSavedValue(); in FillItemSet()
306 aOpt.SetMatchBavaHafa( bNewVal ); in FillItemSet()
309 bNewVal = aMatchTsithichiDhizi.IsChecked(); in FillItemSet()
310 bChanged = bNewVal != aMatchTsithichiDhizi.GetSavedValue(); in FillItemSet()
313 aOpt.SetMatchTsithichiDhizi( bNewVal ); in FillItemSet()
316 bNewVal = aMatchHyuiyuByuvyu.IsChecked(); in FillItemSet()
317 bChanged = bNewVal != aMatchHyuiyuByuvyu.GetSavedValue(); in FillItemSet()
320 aOpt.SetMatchHyuiyuByuvyu( bNewVal ); in FillItemSet()
323 bNewVal = aMatchSesheZeje.IsChecked(); in FillItemSet()
324 bChanged = bNewVal != aMatchSesheZeje.GetSavedValue(); in FillItemSet()
327 aOpt.SetMatchSesheZeje( bNewVal ); in FillItemSet()
330 bNewVal = aMatchIaiya.IsChecked(); in FillItemSet()
331 bChanged = bNewVal != aMatchIaiya.GetSavedValue(); in FillItemSet()
334 aOpt.SetMatchIaiya( bNewVal ); in FillItemSet()
337 bNewVal = aMatchKiku.IsChecked(); in FillItemSet()
338 bChanged = bNewVal != aMatchKiku.GetSavedValue(); in FillItemSet()
341 aOpt.SetMatchKiku( bNewVal ); in FillItemSet()
344 bNewVal = aIgnorePunctuation.IsChecked(); in FillItemSet()
345 bChanged = bNewVal != aIgnorePunctuation.GetSavedValue(); in FillItemSet()
348 aOpt.SetIgnorePunctuation( bNewVal ); in FillItemSet()
351 bNewVal = aIgnoreWhitespace.IsChecked(); in FillItemSet()
352 bChanged = bNewVal != aIgnoreWhitespace.GetSavedValue(); in FillItemSet()
355 aOpt.SetIgnoreWhitespace( bNewVal ); in FillItemSet()
358 bNewVal = aMatchProlongedSoundMark.IsChecked(); in FillItemSet()
359 bChanged = bNewVal != aMatchProlongedSoundMark.GetSavedValue(); in FillItemSet()
362 aOpt.SetIgnoreProlongedSoundMark( bNewVal ); in FillItemSet()
365 bNewVal = aIgnoreMiddleDot.IsChecked(); in FillItemSet()
366 bChanged = bNewVal != aIgnoreMiddleDot.GetSavedValue(); in FillItemSet()
369 aOpt.SetIgnoreMiddleDot( bNewVal ); in FillItemSet()