Home
last modified time | relevance | path

Searched refs:getVersion (Results 1 – 25 of 56) sorted by path

123

/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx92 m_sVersion = xPackage->getVersion(); in Entry_Impl()
1075 (*iIndex)->m_sVersion = xPackage->getVersion(); in updateEntry()
H A Ddp_gui_handleversionexception.cxx38 OUString getVersion( OUString const & sVersion ) in getVersion() function
43 OUString getVersion( const ::com::sun::star::uno::Reference< ::com::sun::star::deployment::XPackage… in getVersion() function
45 return getVersion( rPackage->getVersion()); in getVersion()
63 verExc.NewVersion, verExc.Deployed->getVersion() )) in handleVersionException()
110 s.SearchAndReplaceAllAscii( "$NEW", getVersion(verExc.NewVersion) ); in handleVersionException()
111 s.SearchAndReplaceAllAscii( "$DEPLOYED", getVersion(verExc.Deployed) ); in handleVersionException()
H A Ddp_gui_updatedialog.cxx393 sVersionUser = extensions[0]->getVersion(); in execute()
395 sVersionShared = extensions[1]->getVersion(); in execute()
397 sVersionBundled = extensions[2]->getVersion(); in execute()
412 updateData.updateVersion = extensions[1]->getVersion(); in execute()
417 updateData.updateVersion = extensions[2]->getVersion(); in execute()
428 updateData.updateVersion = extensions[2]->getVersion(); in execute()
514 OSL_ASSERT(infoset.getVersion().getLength() != 0); in prepareUpdateData()
531 out_data.updateVersion = infoset.getVersion(); in prepareUpdateData()
969 aItem[1] = aInfoset.getVersion(); in notifyMenubar()
1225 aVersion = aInfoset.getVersion(); in isIgnoredUpdate()
[all …]
/trunk/main/desktop/source/deployment/inc/
H A Ddp_descriptioninfoset.hxx102 ::rtl::OUString getVersion() const;
/trunk/main/desktop/source/deployment/manager/
H A Ddp_extensionmanager.cxx614 const OUString sVersion = xTmpExtension->getVersion(); in doChecksForAddExtension()
H A Ddp_informationprovider.cxx248 sVersionUser = extensions[0]->getVersion(); in isUpdateAvailable()
250 sVersionShared = extensions[1]->getVersion(); in isUpdateAvailable()
252 sVersionBundled = extensions[2]->getVersion(); in isUpdateAvailable()
324 aNewEntry[1] = xExtension->getVersion(); in getExtensionList()
H A Ddp_manager.cxx706 dbData->version = info.getVersion(); in insertToActivationLayer()
1336 || ! i->second.version.equals(infoset.getVersion()))) in synchronizeRemovedExtensions()
1444 dbData.version = xPackage->getVersion(); in synchronizeAddedExtensions()
/trunk/main/desktop/source/deployment/misc/
H A Ddp_descriptioninfoset.cxx418 OUString currentversion(getVersion()); in checkBlacklist()
524 ::rtl::OUString DescriptionInfoset::getVersion() const in getVersion() function in dp_misc::DescriptionInfoset
H A Ddp_update.cxx124 i->second.version = infoset.getVersion(); in getOwnUpdateInfos()
170 OUString v(infoset.getVersion()); in getDefaultUpdateInfos()
359 … if (dp_misc::compareVersions(current->getVersion(), greatest->getVersion()) == dp_misc::GREATER) in getExtensionWithHighestVersion()
/trunk/main/desktop/source/deployment/registry/
H A Ddp_backend.cxx495 OUString Package::getVersion() throw ( in getVersion() function in dp_registry::backend::Package
/trunk/main/desktop/source/deployment/registry/inc/
H A Ddp_backend.h225 virtual ::rtl::OUString SAL_CALL getVersion()
/trunk/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx221 virtual OUString SAL_CALL getVersion()
803 OUString BackendImpl::PackageImpl::getVersion() in getVersion() function in dp_registry::backend::bundle::__anon31aee3aa0111::BackendImpl::PackageImpl
808 return getDescriptionInfoset().getVersion(); in getVersion()
/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_cmdenv.cxx297 (::dp_misc::compareVersions(nc_exc.NewVersion, nc_exc.Deployed->getVersion()) in handle()
H A Dunopkg_misc.cxx285 OUString version(xPackage->getVersion()); in printf_package()
/trunk/main/forms/source/xforms/
H A Dsubmission.cxx178 OUString Submission::getVersion() const in getVersion() function in Submission
H A Dsubmission.hxx135 rtl::OUString getVersion() const;
/trunk/main/jvmaccess/workbench/javainfo/
H A Djavainfotest.cxx351 OUString usVersion= info.getVersion(); in printInfo()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx136 rtl::OUString sVersion = info->getVersion(); in createJavaInfo()
H A Dsunjre.cxx107 rtl::OUString sFirst = getVersion(); in compareVersions()
H A Dutil.cxx654 cur->compareVersions(cur->getVersion()); in bubbleSortVersion()
665 nCmp = cur->compareVersions(next->getVersion()); in bubbleSortVersion()
H A Dvendorbase.cxx253 const OUString & VendorBase::getVersion() const in getVersion() function in jfw_plugin::VendorBase
H A Dvendorbase.hxx136 virtual const rtl::OUString & getVersion() const;
/trunk/main/offapi/com/sun/star/deployment/
H A DXPackage.idl234 string getVersion()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Dutils.java232 public static String getVersion(String aFile, String aPlatform, String aTestbase) { in getVersion() method in utils
/trunk/main/registry/inc/registry/
H A Dreader.hxx138 typereg_Version getVersion() const { in getVersion() function in typereg::Reader

Completed in 285 milliseconds

123