Lines Matching refs:pValue

611         const uno::Any *pValue = aValues.getConstArray();  in LoadOptions()  local
615 const uno::Any &rVal = pValue[i]; in LoadOptions()
729 uno::Any *pValue = aValues.getArray(); in SaveOptions() local
736 *pValue++ = uno::makeAny( aTmp ); // 0 in SaveOptions()
737 *pValue++ = uno::makeAny( rOpt.aActiveDics ); // 1 in SaveOptions()
738 pValue++->setValue( &rOpt.bIsUseDictionaryList, rBOOL ); // 2 in SaveOptions()
739 pValue++->setValue( &rOpt.bIsIgnoreControlCharacters, rBOOL ); // 3 in SaveOptions()
741 *pValue++ = uno::makeAny( aTmp ); // 5 in SaveOptions()
743 *pValue++ = uno::makeAny( aTmp ); // 6 in SaveOptions()
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()
749 pValue++->setValue( &rOpt.bIsSpellSpecial, rBOOL ); // 11 in SaveOptions()
750 pValue++->setValue( &rOpt.bIsSpellReverse, rBOOL ); // 14 in SaveOptions()
752 pValue++->setValue( &rOpt.nHyphMinLeading, rINT16 ); // 15 in SaveOptions()
753 pValue++->setValue( &rOpt.nHyphMinTrailing, rINT16 ); // 16 in SaveOptions()
754 pValue++->setValue( &rOpt.nHyphMinWordLength, rINT16 ); // 17 in SaveOptions()
755 pValue++->setValue( &rOpt.bIsHyphSpecial, rBOOL ); // 18 in SaveOptions()
756 pValue++->setValue( &rOpt.bIsHyphAuto, rBOOL ); // 19 in SaveOptions()
758 *pValue++ = uno::makeAny( rOpt.aActiveConvDics ); // 20 in SaveOptions()
760 pValue++->setValue( &rOpt.bIsIgnorePostPositionalWord, rBOOL ); // 21 in SaveOptions()
761 pValue++->setValue( &rOpt.bIsAutoCloseDialog, rBOOL ); // 22 in SaveOptions()
762 pValue++->setValue( &rOpt.bIsShowEntriesRecentlyUsedFirst, rBOOL ); // 23 in SaveOptions()
763 pValue++->setValue( &rOpt.bIsAutoReplaceUniqueEntries, rBOOL ); // 24 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()
770 pValue++->setValue( &rOpt.nDataFilesChangedCheckValue, rINT32 ); // 29 in SaveOptions()
771 pValue++->setValue( &rOpt.bIsGrammarAuto, rBOOL ); // 30 in SaveOptions()
772 pValue++->setValue( &rOpt.bIsGrammarInteractive, rBOOL ); // 31 in SaveOptions()