Lines Matching refs:aRet

471 	uno::Any aRet(SfxBaseModel::queryInterface( rType ));  in queryInterface()
472 if ( !aRet.hasValue() in queryInterface()
483 aRet = xNumberAgg->queryAggregation( rType ); in queryInterface()
486 return aRet; in queryInterface()
1807 uno::Any aRet; in getPropertyValue() local
1813aRet = ScDocOptionsHelper::getPropertyValue( rOpt, *aPropSet.getPropertyMap(), aPropertyName ); in getPropertyValue()
1814 if ( aRet.hasValue() ) in getPropertyValue()
1825 aRet <<= aLocale; in getPropertyValue()
1830 aRet <<= sCodeName; in getPropertyValue()
1840 aRet <<= aLocale; in getPropertyValue()
1849 aRet <<= aLocale; in getPropertyValue()
1853 aRet <<= uno::Reference<sheet::XNamedRanges2>(new ScNamedRangesObj( pDocShell )); in getPropertyValue()
1857 aRet <<= uno::Reference<sheet::XNamedRanges>(new ScNamedRangesObj( pDocShell )); in getPropertyValue()
1861 aRet <<= uno::Reference<sheet::XDatabaseRanges>(new ScDatabaseRangesObj( pDocShell )); in getPropertyValue()
1865 aRet <<= uno::Reference<sheet::XLabelRanges>(new ScLabelRangesObj( pDocShell, sal_True )); in getPropertyValue()
1869 aRet <<= uno::Reference<sheet::XLabelRanges>(new ScLabelRangesObj( pDocShell, sal_False )); in getPropertyValue()
1873 aRet <<= uno::Reference<sheet::XAreaLinks>(new ScAreaLinksObj( pDocShell )); in getPropertyValue()
1877 aRet <<= uno::Reference<container::XNameAccess>(new ScDDELinksObj( pDocShell )); in getPropertyValue()
1881 aRet <<= uno::Reference<sheet::XExternalDocLinks>(new ScExternalDocLinksObj(pDocShell)); in getPropertyValue()
1885 aRet <<= uno::Reference<container::XNameAccess>(new ScSheetLinksObj( pDocShell )); in getPropertyValue()
1892 ScUnoHelpFunctions::SetBoolInAny( aRet, bOpenInDesign ); in getPropertyValue()
1899 ScUnoHelpFunctions::SetBoolInAny( aRet, bAutoControlFocus ); in getPropertyValue()
1903 aRet <<= uno::Reference<i18n::XForbiddenCharacters>(new ScForbiddenCharsObj( pDocShell )); in getPropertyValue()
1907 ScUnoHelpFunctions::SetBoolInAny( aRet, (pDocShell->GetDocument()->GetDrawLayer() != 0) ); in getPropertyValue()
1911 aRet <<= pDocShell->GetBasicContainer(); in getPropertyValue()
1915 aRet <<= pDocShell->GetDialogContainer(); in getPropertyValue()
1924 aRet <<= rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ThisExcelDoc" ) ); in getPropertyValue()
1928 aRet <<= getRuntimeUID(); in getPropertyValue()
1932 aRet <<= hasValidSignatures(); in getPropertyValue()
1936 ScUnoHelpFunctions::SetBoolInAny( aRet, !pDocShell->IsEmpty() ); in getPropertyValue()
1940 ScUnoHelpFunctions::SetBoolInAny( aRet, pDoc->IsUndoEnabled() ); in getPropertyValue()
1944 ScUnoHelpFunctions::SetBoolInAny( aRet, pDoc->IsAdjustHeightEnabled() ); in getPropertyValue()
1948 ScUnoHelpFunctions::SetBoolInAny( aRet, pDoc->IsExecuteLinkEnabled() ); in getPropertyValue()
1952 ScUnoHelpFunctions::SetBoolInAny( aRet, pDoc->IsChangeReadOnlyEnabled() ); in getPropertyValue()
1958 aRet <<= uno::Reference< awt::XDevice >( pXDev ); in getPropertyValue()
1962 aRet <<= maBuildId; in getPropertyValue()
1966 …ScUnoHelpFunctions::SetBoolInAny( aRet, (pDocShell->GetCreateMode() == SFX_CREATE_MODE_INTERNAL) ); in getPropertyValue()
1970 return aRet; in getPropertyValue()
2112 uno::Sequence<rtl::OUString> aRet(2); in getSupportedServiceNames() local
2113 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames()
2116 return aRet; in getSupportedServiceNames()
2299 uno::Any aRet; in NotifyChanges() local
2303 … /*ErrCode eRet =*/ pDocShell->CallXScript( *pScript, aParams, aRet, aOutArgsIndex, aOutArgs ); in NotifyChanges()
2329 uno::Any aRet; in HandleCalculateEvents() local
2333 … pDocShell->CallXScript( *pScript, aParams, aRet, aOutArgsIndex, aOutArgs ); in HandleCalculateEvents()