/aoo4110/main/desktop/source/deployment/manager/ |
H A D | dp_commandenvironments.cxx | 108 if (approve) { in handle_() 114 approve = false; in handle_() 169 bool approve = false; in handle() local 176 approve = true; in handle() 179 handle_(approve, abort, xRequest); in handle() 202 bool approve = false; in handle() local 215 approve = true; in handle() 241 bool approve = false; in handle() local 246 approve = true; in handle() 270 bool approve = false; in handle() local [all …]
|
H A D | dp_extensionmanager.cxx | 1464 bool approve = false, abort = false; in checkInstall() local 1467 cmdEnv, &approve, &abort )) in checkInstall() 1469 OSL_ASSERT( !approve && !abort ); in checkInstall() 1474 if (abort || !approve) in checkInstall()
|
H A D | dp_commandenvironments.hxx | 53 void handle_(bool approve, bool abort,
|
/aoo4110/main/desktop/source/pkgchk/unopkg/ |
H A D | unopkg_cmdenv.cxx | 236 bool approve = false; in handle() local 258 approve = (xPackage->isBundle() && in handle() 265 abort = !approve; in handle() 278 printLicense(licExc.ExtensionName, licExc.Text, approve, abort); in handle() 284 approve = true; in handle() 291 approve = true; in handle() 296 approve = m_option_force_overwrite || in handle() 299 abort = !approve; in handle() 322 if (approve) { in handle()
|
/aoo4110/main/desktop/source/deployment/gui/ |
H A D | dp_gui_extensioncmdqueue.cxx | 367 bool approve = false; in handle() local 403 abort = !approve; in handle() 419 approve = n == RET_OK in handle() 433 approve = true; in handle() 442 abort = !approve; in handle() 448 approve = true; in handle() 459 approve = false; in handle() 460 abort = !approve; in handle() 470 approve = true; in handle() 498 if (approve) { in handle() [all …]
|
H A D | dp_gui_updateinstalldialog.cxx | 686 bool approve = false; in handle() local 695 approve = true; in handle() 698 if (approve == false && abort == false) in handle() 713 if (approve) { in handle() 719 approve = false; in handle()
|
/aoo4110/main/qadevOOo/tests/java/ifc/form/ |
H A D | _XApproveActionBroadcaster.java | 51 public boolean approve = false ; field in _XApproveActionBroadcaster.TestListener 54 approve = false ; in init() 59 return approve ; in approveAction() 89 listener.approve = true ; in _removeApproveActionListener()
|
H A D | _XReset.java | 50 protected boolean approve = true; field in _XReset 73 return approve; in approveReset() 140 approve = false; in _reset() 144 approve = true; in _reset()
|
H A D | _XUpdateBroadcaster.java | 98 public boolean approve = false ; field in _XUpdateBroadcaster.TestListener 118 return approve ; in approveUpdate() 162 listener.approve = true ; in _addUpdateListener() 203 listener.approve = true ; in _removeUpdateListener()
|
/aoo4110/main/udkapi/com/sun/star/container/ |
H A D | XContainerApproveListener.idl | 45 /** is notified to approve changes which happen to the content of a generic container 51 /** is called for the listener to approve an insertion into the container 60 /** is called for the listener to approve a replacement inside the container 69 /** is called for the listener to approve a removal of an element from the container
|
/aoo4110/main/desktop/source/migration/services/ |
H A D | oo3extensionmigration.cxx | 527 bool approve = true; in handle() local 535 approve = handleVersionException( verExc, 0, bChooseNewestVersion ); in handle() 536 abort = !approve; in handle() 547 if (approve) { in handle() 553 approve = false; in handle()
|
/aoo4110/main/javaunohelper/com/sun/star/comp/juhtest/ |
H A D | SmoketestCommandEnvironment.java | 99 boolean approve = true; in handle() 112 if (approve) in handle() 119 approve = false; in handle()
|
/aoo4110/main/desktop/source/deployment/registry/package/ |
H A D | dp_package.cxx | 711 bool approve = false; in checkLicense() local 714 Any(licExc), task::XInteractionApprove::static_type(), xCmdEnv, &approve, &abort )) in checkLicense() 718 if (approve == true) in checkLicense() 892 bool approve = false, abort = false; in processPackage_() local 898 &approve, &abort )) { in processPackage_() 899 OSL_ASSERT( !approve && !abort ); in processPackage_() 907 if (approve && !abort) // ignore error, just continue in processPackage_() 971 bool approve = false, abort = false; in processPackage_() local 977 &approve, &abort )) { in processPackage_() 978 OSL_ASSERT( !approve && !abort ); in processPackage_()
|
/aoo4110/main/qadevOOo/tests/java/ifc/sdb/ |
H A D | _XRowSetApproveBroadcaster.java | 94 public TestListener(boolean approve) { in TestListener() argument 95 approveRequests = approve ; in TestListener()
|
/aoo4110/main/dbaccess/qa/complex/dbaccess/ |
H A D | DatabaseDocument.java | 238 …final XInteractionApprove approve = UnoRuntime.queryInterface(XInteractionApprove.class, continuat… in handle() local 239 if (approve != null) in handle() 241 approve.select(); in handle()
|
/aoo4110/main/offapi/com/sun/star/task/ |
H A D | DocumentMacroConfirmationRequest.idl | 37 /** describes the request to approve or deny the execution of macros contained in
|
/aoo4110/main/offapi/com/sun/star/form/ |
H A D | XResetListener.idl | 48 <li>if all listeners approve the reset operation, the data is reset</li>
|
/aoo4110/main/offapi/com/sun/star/form/control/ |
H A D | CommandButton.idl | 60 it's approve-method will prevent any action which would usually be triggered - this includes
|
H A D | ImageButton.idl | 60 it's approve-method will prevent any action which would usually be triggered - this includes
|
/aoo4110/main/udkapi/com/sun/star/beans/ |
H A D | XFastPropertySet.idl | 76 if a vetoable listener does not approve the change of
|
/aoo4110/main/offapi/com/sun/star/sdb/ |
H A D | RowSet.idl | 66 to approve the actions and to react on them. 80 …<td valign="top">Before anything really happens, any veto listeners are called to approve the oper…
|
/aoo4110/main/offapi/com/sun/star/form/component/ |
H A D | DataForm.idl | 90 <type scope="com::sun::star::form">XResetListeners</type> approve this.</li>
|