Searched refs:rBOOL (Results 1 – 1 of 1) sorted by relevance
723 const uno::Type &rBOOL = ::getBooleanCppuType(); in SaveOptions() local745 pValue++->setValue( &rOpt.bIsSpellUpperCase, rBOOL ); // 7 in SaveOptions()746 pValue++->setValue( &rOpt.bIsSpellWithDigits, rBOOL ); // 8 in SaveOptions()747 pValue++->setValue( &rOpt.bIsSpellCapitalization, rBOOL ); // 9 in SaveOptions()748 pValue++->setValue( &rOpt.bIsSpellAuto, rBOOL ); // 10 in SaveOptions()765 pValue++->setValue( &rOpt.bIsDirectionToSimplified, rBOOL ); // 25 in SaveOptions()766 pValue++->setValue( &rOpt.bIsUseCharacterVariants, rBOOL ); // 26 in SaveOptions()767 pValue++->setValue( &rOpt.bIsTranslateCommonTerms, rBOOL ); // 27 in SaveOptions()768 pValue++->setValue( &rOpt.bIsReverseMapping, rBOOL ); // 28 in SaveOptions()771 pValue++->setValue( &rOpt.bIsGrammarAuto, rBOOL ); // 30 in SaveOptions()[all …]
Completed in 17 milliseconds