Lines Matching refs:makeAny

284 …aProperty.Value = uno::makeAny( UNISTRING("org.openoffice.Office.Jobs/Jobs/UpdateCheck/Arguments")…  in get()
287 aArgumentList[0] = uno::makeAny( aProperty ); in get()
294 …aProperty.Value = uno::makeAny( UNISTRING("/org.openoffice.Office.ExtensionManager/ExtensionUpdate… in get()
295 aArgumentList[0] = uno::makeAny( aProperty ); in get()
298 …aProperty.Value = uno::makeAny( UNISTRING("/org.openoffice.Office.ExtensionManager/ExtensionUpdate… in get()
299 aArgumentList[0] = uno::makeAny( aProperty ); in get()
398 const uno::Any aValueList[nItems] = { uno::makeAny(rLocalFileName), uno::makeAny(nFileSize) }; in storeLocalFileName()
433 replaceByName(UNISTRING(DOWNLOAD_PAUSED) , uno::makeAny(paused)); in storeDownloadPaused()
447 replaceByName(UNISTRING(LAST_CHECK), uno::makeAny(lastCheck)); in updateLastChecked()
460 uno::makeAny(rInfo.Version), in storeUpdateFound()
461 uno::makeAny(rInfo.BuildId), in storeUpdateFound()
462 uno::makeAny(rInfo.Description), in storeUpdateFound()
463 uno::makeAny(rInfo.Sources[0].URL), in storeUpdateFound()
464 uno::makeAny(rInfo.Sources[0].IsDirect ? sal_True : sal_False), in storeUpdateFound()
465 uno::makeAny(getReleaseNote(rInfo, 1, autoDownloadEnabled) ), in storeUpdateFound()
466 uno::makeAny(getReleaseNote(rInfo, 2, autoDownloadEnabled) ), in storeUpdateFound()
467 uno::makeAny(getReleaseNote(rInfo, 3, autoDownloadEnabled) ), in storeUpdateFound()
468 uno::makeAny(getReleaseNote(rInfo, 4, autoDownloadEnabled) ), in storeUpdateFound()
469 uno::makeAny(getReleaseNote(rInfo, 5, autoDownloadEnabled) ), in storeUpdateFound()
470 uno::makeAny(aCurrentBuild) in storeUpdateFound()
504 m_xContainer->replaceByName(aName, uno::makeAny(rtl::OUString())); in clearUpdateFound()
565 aValue = uno::makeAny(getDesktopDirectory()); in getByName()