Home
last modified time | relevance | path

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

123

/trunk/main/desktop/source/deployment/gui/
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/writerfilter/source/doctok/
H A DDff.cxx65 return getVersion() == 0xf; in isContainer()
97 sal_uInt32 DffRecord::getVersion() const in getVersion() function in writerfilter::doctok::DffRecord
186 pVal = createValue(getVersion()); in resolve()
336 getRecordType(), getInstance(), getVersion()); in toString()
H A DDff.hxx60 sal_uInt32 getVersion() const;
/trunk/main/desktop/source/deployment/manager/
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_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/reportbuilder/java/com/sun/star/report/pentaho/loader/
H A DInputRepositoryResourceData.java77 public long getVersion(final ResourceManager caller) in getVersion() method in InputRepositoryResourceData
79 return inputRepository.getVersion(resourceIdentifer); in getVersion()
/trunk/main/registry/source/
H A Dreflread.cxx1098 typereg_Version getVersion() const;
1144 typereg_Version TypeRegistryEntry::getVersion() const { in getVersion() function in TypeRegistryEntry
1179 typereg_Version version = entry->getVersion(); in typereg_reader_create()
1217 : static_cast< TypeRegistryEntry * >(handle)->getVersion(); in typereg_reader_getVersion()
/trunk/main/svx/source/sdr/properties/
H A Dtextproperties.cxx75 maVersion(rProps.getVersion()) in TextProperties()
626 sal_uInt32 TextProperties::getVersion() const in getVersion() function in sdr::properties::TextProperties
H A Dproperties.cxx178 sal_uInt32 BaseProperties::getVersion() const in getVersion() function in sdr::properties::BaseProperties
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DInputRepository.java71 long getVersion(final String name); in getVersion() method
/trunk/main/svx/inc/svx/sdr/properties/
H A Dtextproperties.hxx84 virtual sal_uInt32 getVersion() const;
H A Dproperties.hxx184 virtual sal_uInt32 getVersion() const;
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjre.cxx107 rtl::OUString sFirst = getVersion(); in compareVersions()
H A Dvendorbase.hxx136 virtual const rtl::OUString & getVersion() const;
H A Dvendorbase.cxx253 const OUString & VendorBase::getVersion() const in getVersion() function in jfw_plugin::VendorBase
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DBeginningOfFile.java69 int getVersion() { in getVersion() method in BeginningOfFile
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgsvgnode.hxx102 const SvgNumber& getVersion() const { return maVersion; } in getVersion() function in svgio::svgreader::SvgSvgNode
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/
H A DPdbEncoder.java75 header.version = db.getVersion(); in PdbEncoder()
H A DPalmDB.java274 public int getVersion() { in getVersion() method in PalmDB
/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/vbahelper/inc/vbahelper/
H A Dvbaapplicationbase.hxx57 virtual ::rtl::OUString SAL_CALL getVersion() throw (css::uno::RuntimeException);
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dx509certificate_mscryptimpl.hxx56 virtual sal_Int16 SAL_CALL getVersion() throw ( ::com::sun::star::uno::RuntimeException) ;
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dx509certificate_nssimpl.hxx50 virtual sal_Int16 SAL_CALL getVersion( ) throw ( ::com::sun::star::uno::RuntimeException) ;

Completed in 83 milliseconds

123