Home
last modified time | relevance | path

Searched refs:verExc (Results 1 – 8 of 8) sorted by last modified time

/trunk/main/desktop/source/inc/
H A Ddp_gui_handleversionexception.hxx37 com::sun::star::deployment::VersionException verExc,
/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_cmdenv.cxx243 deployment::VersionException verExc; in handle() local
/trunk/main/desktop/source/app/
H A Dapp.cxx801 css::deployment::VersionException verExc; in handle() local
802 if ( xRequest->getRequest() >>= verExc ) in handle()
806 bApprove = handleVersionException( verExc, 0, bChooseNewestVersion ); in handle()
/trunk/main/desktop/source/migration/services/
H A Doo3extensionmigration.cxx530 deployment::VersionException verExc; in handle() local
531 if ( xRequest->getRequest() >>= verExc ) in handle()
535 approve = handleVersionException( verExc, 0, bChooseNewestVersion ); in handle()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_commandenvironments.cxx165 deployment::VersionException verExc; in handle() local
172 if ((request >>= verExc) in handle()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extensioncmdqueue.cxx362 deployment::VersionException verExc; in handle() local
439 else if (request >>= verExc) in handle()
441 approve = handleVersionException( verExc, m_pDialogHelper ); in handle()
H A Ddp_gui_updateinstalldialog.cxx685 css::deployment::VersionException verExc; in handle() local
689 if (request >>= verExc) in handle()
H A Ddp_gui_handleversionexception.cxx55 com::sun::star::deployment::VersionException verExc, in handleVersionException() argument
63 verExc.NewVersion, verExc.Deployed->getVersion() )) in handleVersionException()
75 OSL_ASSERT( verExc.Deployed.is() ); in handleVersionException()
83 const bool bEqualNames = verExc.NewDisplayName.equals( in handleVersionException()
84 verExc.Deployed->getDisplayName()); in handleVersionException()
108 s.SearchAndReplaceAllAscii( "$NAME", verExc.NewDisplayName); in handleVersionException()
109 s.SearchAndReplaceAllAscii( "$OLDNAME", verExc.Deployed->getDisplayName()); in handleVersionException()
110 s.SearchAndReplaceAllAscii( "$NEW", getVersion(verExc.NewVersion) ); in handleVersionException()
111 s.SearchAndReplaceAllAscii( "$DEPLOYED", getVersion(verExc.Deployed) ); in handleVersionException()

Completed in 60 milliseconds