Lines Matching refs:aRet

336 	uno::Any aRet;  in getPropertyValue()  local
347 ScUnoHelpFunctions::SetBoolInAny( aRet, pDocShell->Stamp_GetPrintCancelState() ); in getPropertyValue()
351 ScUnoHelpFunctions::SetBoolInAny( aRet, aViewOpt.GetOption( VOPT_NULLVALS ) ); in getPropertyValue()
353 ScUnoHelpFunctions::SetBoolInAny( aRet, aViewOpt.GetOption( VOPT_NOTES ) ); in getPropertyValue()
355 ScUnoHelpFunctions::SetBoolInAny( aRet, aViewOpt.GetOption( VOPT_GRID ) ); in getPropertyValue()
360 aRet <<= static_cast<sal_Int64>(aColor.GetColor()); in getPropertyValue()
363 ScUnoHelpFunctions::SetBoolInAny( aRet, aViewOpt.GetOption( VOPT_PAGEBREAKS ) ); in getPropertyValue()
365 aRet <<= static_cast<sal_Int16> ( pDoc->GetLinkMode() ); in getPropertyValue()
367 ScUnoHelpFunctions::SetBoolInAny( aRet, aViewOpt.GetOption( VOPT_HEADER ) ); in getPropertyValue()
369 ScUnoHelpFunctions::SetBoolInAny( aRet, aViewOpt.GetOption( VOPT_TABCONTROLS ) ); in getPropertyValue()
371 ScUnoHelpFunctions::SetBoolInAny( aRet, aViewOpt.GetOption( VOPT_OUTLINER ) ); in getPropertyValue()
373 ScUnoHelpFunctions::SetBoolInAny( aRet, pDoc->GetAutoCalc() ); in getPropertyValue()
380 aRet <<= rtl::OUString ( pPrinter->GetName()); in getPropertyValue()
382 aRet <<= rtl::OUString(); in getPropertyValue()
398 aRet <<= aSequence; in getPropertyValue()
401 aRet <<= uno::Sequence<sal_Int8>(); in getPropertyValue()
404 aRet <<= pDocShell->IsUseUserData(); in getPropertyValue()
407 aRet <<= uno::Reference<i18n::XForbiddenCharacters>(new ScForbiddenCharsObj( pDocShell )); in getPropertyValue()
410 aRet <<= static_cast<sal_Int16> ( pDoc->GetAsianCompression() ); in getPropertyValue()
412 ScUnoHelpFunctions::SetBoolInAny( aRet, pDoc->GetAsianKerning() ); in getPropertyValue()
414 aRet <<= pDocShell->IsSaveVersionOnClose(); in getPropertyValue()
416 aRet <<= pDocShell->IsQueryLoadTemplate(); in getPropertyValue()
418 aRet <<= pDocShell->IsLoadReadonly(); in getPropertyValue()
422 ScUnoHelpFunctions::SetBoolInAny( aRet, pDocShell->HasSharedXMLFlagSet() ); in getPropertyValue()
425 aRet <<= pDocShell->GetModifyPasswordInfo(); in getPropertyValue()
430 ScUnoHelpFunctions::SetBoolInAny( aRet, aGridOpt.GetUseGridSnap() ); in getPropertyValue()
432 ScUnoHelpFunctions::SetBoolInAny( aRet, aGridOpt.GetGridVisible() ); in getPropertyValue()
434 aRet <<= static_cast<sal_Int32> ( aGridOpt.GetFldDrawX() ); in getPropertyValue()
436 aRet <<= static_cast<sal_Int32> ( aGridOpt.GetFldDrawY() ); in getPropertyValue()
438 aRet <<= static_cast<sal_Int32> ( aGridOpt.GetFldDivisionX() ); in getPropertyValue()
440 aRet <<= static_cast<sal_Int32> ( aGridOpt.GetFldDivisionY() ); in getPropertyValue()
442 ScUnoHelpFunctions::SetBoolInAny( aRet, aGridOpt.GetSynchronize() ); in getPropertyValue()
453 return aRet; in getPropertyValue()
476 uno::Sequence<rtl::OUString> aRet(2); in getSupportedServiceNames() local
477 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames()
480 return aRet; in getSupportedServiceNames()