Lines Matching refs:ScUnoHelpFunctions
77 rOptions.SetCalcAsShown( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
87 rOptions.SetIgnoreCase( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
90 rOptions.SetIter( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
107 rOptions.SetLookUpColRowNames( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
110 rOptions.SetMatchWholeCell( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
120 rOptions.SetAutoSpell( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
130 rOptions.SetFormulaRegexEnabled( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
150 ScUnoHelpFunctions::SetBoolInAny( aRet, rOptions.IsCalcAsShown() ); in getPropertyValue()
156 ScUnoHelpFunctions::SetBoolInAny( aRet, rOptions.IsIgnoreCase() ); in getPropertyValue()
159 ScUnoHelpFunctions::SetBoolInAny( aRet, rOptions.IsIter() ); in getPropertyValue()
168 ScUnoHelpFunctions::SetBoolInAny( aRet, rOptions.IsLookUpColRowNames() ); in getPropertyValue()
171 ScUnoHelpFunctions::SetBoolInAny( aRet, rOptions.IsMatchWholeCell() ); in getPropertyValue()
182 ScUnoHelpFunctions::SetBoolInAny( aRet, rOptions.IsAutoSpell() ); in getPropertyValue()
188 ScUnoHelpFunctions::SetBoolInAny( aRet, rOptions.IsFormulaRegexEnabled() ); in getPropertyValue()