Lines Matching refs:Value

232 	    pArray[0].Value <<= rtl::OUString( rParam.aDBName );  in FillProperties()
237 pArray[0].Value <<= rtl::OUString( rParam.aDBName ); in FillProperties()
241 pArray[1].Value <<= eMode; in FillProperties()
244 pArray[2].Value <<= rtl::OUString( rParam.aStatement ); in FillProperties()
247 ScUnoHelpFunctions::SetBoolInAny( pArray[3].Value, rParam.bNative ); in FillProperties()
261 rParam.bNative = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in FillImportParam()
264 if ( rProp.Value >>= aStrVal ) in FillImportParam()
269 if ( rProp.Value >>= aStrVal ) in FillImportParam()
274 if ( rProp.Value >>= aStrVal ) in FillImportParam()
281 ScUnoHelpFunctions::GetEnumFromAny( rProp.Value ); in FillImportParam()
355 pArray[0].Value = ::cppu::bool2any(!rParam.bByRow); in FillProperties()
358 ScUnoHelpFunctions::SetBoolInAny( pArray[1].Value, rParam.bHasHeader ); in FillProperties()
361 pArray[2].Value <<= (sal_Int32) MAXSORT; in FillProperties()
364 pArray[3].Value <<= aFields; in FillProperties()
367 ScUnoHelpFunctions::SetBoolInAny( pArray[4].Value, rParam.bIncludePattern ); in FillProperties()
370 ScUnoHelpFunctions::SetBoolInAny( pArray[5].Value, !rParam.bInplace ); in FillProperties()
373 pArray[6].Value <<= aOutPos; in FillProperties()
376 ScUnoHelpFunctions::SetBoolInAny( pArray[7].Value, rParam.bUserDef ); in FillProperties()
379 pArray[8].Value <<= (sal_Int32) rParam.nUserIndex; in FillProperties()
398 ScUnoHelpFunctions::GetEnumFromAny( rProp.Value ); in FillSortParam()
404 rParam.bByRow = !::cppu::any2bool(rProp.Value); in FillSortParam()
407 rParam.bHasHeader = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in FillSortParam()
411 if ( (rProp.Value >>= nVal) && nVal > MAXSORT ) in FillSortParam()
421 if ( rProp.Value >>= aSeq ) in FillSortParam()
443 else if ( rProp.Value >>= aNewSeq ) in FillSortParam()
474 rParam.bCaseSens = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in FillSortParam()
477 rParam.bIncludePattern = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in FillSortParam()
479 rParam.bInplace = !ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in FillSortParam()
483 if ( rProp.Value >>= aAddress ) in FillSortParam()
491 rParam.bUserDef = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in FillSortParam()
495 if ( rProp.Value >>= nVal ) in FillSortParam()
501 rProp.Value >>= rParam.aCollatorLocale; in FillSortParam()
507 if ( rProp.Value >>= sStr ) in FillSortParam()