Home
last modified time | relevance | path

Searched refs:rBOOL (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/unotools/source/config/
H A Dlingucfg.cxx723 const uno::Type &rBOOL = ::getBooleanCppuType(); in SaveOptions() local
745 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 20 milliseconds