Searched refs:verExc (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/desktop/source/deployment/gui/ |
H A D | dp_gui_handleversionexception.cxx | 55 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()
|
H A D | dp_gui_extensioncmdqueue.cxx | 362 deployment::VersionException verExc; in handle() local 439 else if (request >>= verExc) in handle() 441 approve = handleVersionException( verExc, m_pDialogHelper ); in handle()
|
H A D | dp_gui_updateinstalldialog.cxx | 685 css::deployment::VersionException verExc; in handle() local 689 if (request >>= verExc) in handle()
|
/aoo42x/main/desktop/source/migration/services/ |
H A D | oo3extensionmigration.cxx | 530 deployment::VersionException verExc; in handle() local 531 if ( xRequest->getRequest() >>= verExc ) in handle() 535 approve = handleVersionException( verExc, 0, bChooseNewestVersion ); in handle()
|
/aoo42x/main/desktop/source/deployment/manager/ |
H A D | dp_commandenvironments.cxx | 165 deployment::VersionException verExc; in handle() local 172 if ((request >>= verExc) in handle()
|
/aoo42x/main/desktop/source/inc/ |
H A D | dp_gui_handleversionexception.hxx | 37 com::sun::star::deployment::VersionException verExc,
|
/aoo42x/main/desktop/source/pkgchk/unopkg/ |
H A D | unopkg_cmdenv.cxx | 243 deployment::VersionException verExc; in handle() local
|
/aoo42x/main/desktop/source/app/ |
H A D | app.cxx | 801 css::deployment::VersionException verExc; in handle() local 802 if ( xRequest->getRequest() >>= verExc ) in handle() 806 bApprove = handleVersionException( verExc, 0, bChooseNewestVersion ); in handle()
|
Completed in 125 milliseconds