/trunk/main/desktop/source/deployment/manager/ |
H A D | dp_commandenvironments.cxx | 90 if (approve == false && abort == false) in handle_() 117 else if (abort) { in handle_() 123 abort = false; in handle_() 170 bool abort = false; in handle() local 179 handle_(approve, abort, xRequest); in handle() 203 bool abort = false; in handle() local 219 handle_(approve, abort, xRequest); in handle() 242 bool abort = false; in handle() local 248 handle_(approve, abort, xRequest); in handle() 271 bool abort = 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() 1497 bool replace = false, abort = false; in checkUpdate() local 1500 xCmdEnv, &replace, &abort )) { in checkUpdate() 1501 OSL_ASSERT( !replace && !abort ); in checkUpdate() 1507 if (abort || !replace) in checkUpdate()
|
/trunk/main/sal/typesconfig/ |
H A D | typesconfig.c | 136 abort(); in check() 143 abort(); in check() 182 abort(); in GetAtAddress() 198 abort(); in GetAtAddress() 228 abort(); in SetAtAddress() 241 abort(); in TypeName() 337 abort(); in Description_Ctor() 340 abort(); in Description_Ctor() 348 abort(); in Description_Ctor()
|
/trunk/main/offapi/com/sun/star/deployment/ |
H A D | XExtensionManager.idl | 65 /** creates a command channel to be used to asynchronously abort a command. 68 abort channel 85 abort channel to asynchronously abort the adding process, 111 abort channel to asynchronously abort the removing process, 136 abort channel to asynchronously abort the removing process, 158 abort channel to asynchronously abort the removing process, 178 abort channel to asynchronously abort the removing process, 261 abort channel to asynchronously abort the adding process
|
H A D | XPackageManager.idl | 96 /** creates a command channel to be used to asynchronously abort a command. 99 abort channel 117 abort channel to asynchronously abort the adding process, 143 abort channel to asynchronously abort the adding process, 165 abort channel to asynchronously abort the removing process, 201 abort channel to asynchronously abort the removing process, 224 abort channel to asynchronously abort the adding process
|
H A D | XPackage.idl | 61 /** creates a command channel to be used to asynchronously abort a command. 64 abort channel 119 abort channel to asynchronously abort the registration process, 145 abort channel to asynchronously abort the registration process, 165 abort channel to asynchronously abort the registration process, 192 abort channel to asynchronously abort the registration process,
|
/trunk/main/desktop/source/pkgchk/unopkg/ |
H A D | unopkg_cmdenv.cxx | 237 bool abort = false; in handle() local 265 abort = !approve; in handle() 266 if (abort) { in handle() 278 printLicense(licExc.ExtensionName, licExc.Text, approve, abort); in handle() 299 abort = !approve; in handle() 307 if (abort && m_option_verbose && !bLicenseException) in handle() 330 else if (abort) { in handle()
|
/trunk/main/tools/workben/ |
H A D | solar.c | 224 abort(); in GetAtAddress() 237 abort(); in SetAtAddress() 250 abort(); in TypeName() 318 abort(); in Description_Ctor() 321 abort(); in Description_Ctor() 324 abort(); in Description_Ctor()
|
/trunk/main/stoc/test/javavm/jvm_interaction/ |
H A D | interactionhandler.cxx | 102 Reference<XInteractionAbort> abort; in handle() local 107 abort= Reference<XInteractionAbort>::query( seqCont[i]); in handle() 108 if(abort.is()) in handle() 125 if( abort.is()) in handle() 126 abort->select(); in handle()
|
/trunk/main/svtools/source/java/ |
H A D | javainteractionhandler.cxx | 111 Reference< XInteractionAbort > abort; in handle() local 117 abort = Reference< XInteractionAbort>::query( aSeqCont[i]); in handle() 118 if ( abort.is() ) in handle() 236 if ( abort.is() ) in handle() 237 abort->select(); in handle()
|
/trunk/main/offapi/com/sun/star/ucb/ |
H A D | XCommandProcessor.idl | 66 <p>This identifier can be used to abort the execution of the command 74 <p>Also, after a call to <member>XCommandProcessor::abort</member>, an 77 because it may well abort <em>all</em> further calls to 138 is a unique id for the command to abort. This must be the identifier 140 to abort. 142 [oneway] void abort( [in] long CommandId );
|
/trunk/main/desktop/source/deployment/gui/ |
H A D | dp_gui_updateinstalldialog.cxx | 184 cssu::Reference< css::task::XAbortChannel > abort; in stop() local 187 abort = m_abort; in stop() 190 if (abort.is()) { in stop() 191 abort->sendAbort(); in stop() 687 bool abort = false; in handle() local 698 if (approve == false && abort == false) in handle() 722 else if (abort) { in handle() 728 abort = false; in handle()
|
H A D | dp_gui_extensioncmdqueue.cxx | 368 bool abort = false; in handle() local 403 abort = !approve; in handle() 431 abort = true; in handle() 442 abort = !approve; in handle() 460 abort = !approve; in handle() 473 if (approve == false && abort == false) in handle() 506 else if (abort) { in handle() 511 abort = false; in handle()
|
/trunk/main/desktop/source/deployment/misc/ |
H A D | dp_interact.cxx | 151 bool abort = false; in interactContinuation() local 156 task::XInteractionAbort::static_type(), &abort ); in interactContinuation() 159 if (cont || abort) { in interactContinuation() 163 *pabort = abort; in interactContinuation()
|
/trunk/main/desktop/source/deployment/registry/package/ |
H A D | dp_package.cxx | 712 bool abort = false; in checkLicense() local 714 Any(licExc), task::XInteractionApprove::static_type(), xCmdEnv, &approve, &abort )) 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_() 1071 bool replace = false, abort = false; in exportTo() local [all …]
|
/trunk/main/javaunohelper/com/sun/star/comp/juhtest/ |
H A D | SmoketestCommandEnvironment.java | 100 boolean abort = false; in handle() 121 else if (abort) in handle() 128 abort = false; in handle()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/ |
H A D | ORowSet.java | 585 boolean abort = false; in handle() 594 abort = true; in handle() 599 abort = true; in handle() 605 if (abort) { in handle()
|
/trunk/main/extensions/inc/ucbhelper/ |
H A D | ext_content.hxx | 241 virtual void SAL_CALL abort() throw(); 274 virtual void SAL_CALL abort() throw(); 314 virtual void SAL_CALL abort() throw();
|
/trunk/main/desktop/source/migration/services/ |
H A D | oo3extensionmigration.cxx | 528 bool abort = false; in handle() local 536 abort = !approve; in handle() 556 else if (abort) { in handle() 562 abort = false; in handle()
|
/trunk/main/tools/source/misc/ |
H A D | extendapplicationenvironment.cxx | 72 abort(); in extendApplicationEnvironment() 84 abort(); in extendApplicationEnvironment()
|
/trunk/main/stoc/test/tdmanager/ |
H A D | testtdmanager.cxx | 102 /*MSVC trouble: std::*/abort(); in assertTrue() 110 /*MSVC trouble: std::*/abort(); in assertFalse() 119 /*MSVC trouble: std::*/abort(); in assertEqual()
|
/trunk/main/cppu/source/uno/ |
H A D | data.cxx | 367 …intf( stderr, "### binary compatibility test failed: %s [line %d]!!!\n", #c, __LINE__ ); abort(); } 369 …" SAL_PRI_SIZET "u instead of expected %d!!!\n", OFFSET_OF(s, m), static_cast<int>(n) ); abort(); } 372 …ntf( stderr, "### sizeof(" #s ") = %d instead of expected %d!!!\n", (int)sizeof(s), n ); abort(); }
|
/trunk/main/offapi/com/sun/star/task/ |
H A D | XAbortChannel.idl | 31 /** Use this interface to abort a command asynchronously. 37 /** sends an abort notification to all commands
|
/trunk/main/sal/osl/unx/ |
H A D | mutex.c | 204 abort(); in globalMutexInitImpl() 215 abort(); in osl_getGlobalMutex()
|
/trunk/main/ucb/source/ucp/file/ |
H A D | filtask.cxx | 107 TaskManager::abort( sal_Int32 CommandId ) in abort() function in TaskManager 116 it->second.abort(); in abort()
|