Home
last modified time | relevance | path

Searched refs:success (Results 51 – 75 of 153) sorted by relevance

1234567

/aoo42x/main/postprocess/signing/
H A Dsigning.pl86 my $success = GetOptions('h' => \$opt_help,
89 if ( !$success || $opt_help ) {
/aoo42x/main/postprocess/packconfig/
H A Dpackconfig.pl81 my $success =$p->getoptions(
89 if ( $opt_help || !$success || !$out_file || !$files_path )
/aoo42x/main/ucb/source/ucp/webdav/
H A DUCBDeadPropertyValue.cxx362 bool success = false; in createFromXML() local
440 return success; in createFromXML()
/aoo42x/main/l10ntools/scripts/
H A Dfast_merge.pl307 …my $success = GetOptions( 'sdf_files=s' => \$sdf_filename , 'merge_dir=s' => \$merge_dir ); #, 'mo…
308 if( ! ( $sdf_filename && $merge_dir && $success ) )
/aoo42x/main/bridges/test/java_uno/acquire/
H A Dtestacquire.cxx552 bool success = true; in writeInfo() local
557 success = false; in writeInfo()
561 return success; in writeInfo()
/aoo42x/main/svx/source/dialog/
H A Dsendreportunx.cxx185 bool success = false; in SaveParams() local
204 return success; in SaveParams()
/aoo42x/main/offapi/com/sun/star/datatransfer/dnd/
H A DXDropTargetDropContext.idl80 @param success
85 [oneway] void dropComplete( [in] boolean success );
/aoo42x/main/offapi/com/sun/star/ucb/
H A DXRemoteContentProviderDistributor.idl70 @returns success indicator. Escpecially, if there's already a
87 @returns success indicator.
/aoo42x/main/solenv/bin/
H A Dpackimages.pl97 my $success =$p->getoptions(
110 if ( $opt_help || !$success || !$out_file || !$global_path
/aoo42x/main/icu/
H A Dicu4c-4_0_1-src.patch165 - glyphStorage.setAuxData(out, NO_FEATURES, success);
167 - glyphStorage.setAuxData(out, ISOL_FEATURES, success);
169 + glyphStorage.setAuxData(out, ISOL_FEATURES, success);
/aoo42x/main/svtools/source/control/
H A Dinettbc.cxx1198 sal_Bool success = (aAny >>= aFileURL); in GetURL() local
1200 if(success) in GetURL()
1207 success = in GetURL()
1210 if( success && in GetURL()
/aoo42x/main/vcl/source/window/
H A Ddndlcon.cxx556 void SAL_CALL DNDListenerContainer::dropComplete( sal_Bool success ) throw (RuntimeException) in dropComplete() argument
560 m_xDropTargetDropContext->dropComplete( success ); in dropComplete()
/aoo42x/main/mysqlc/source/
H A Dmysqlc_preparedstatement.cxx189 sal_Bool success = sal_False; in execute() local
191 success = ((sql::PreparedStatement *)cppStatement)->execute()? sal_True:sal_False; in execute()
195 return success; in execute()
/aoo42x/main/migrationanalysis/src/driver_docs/sources/
H A DAnalysisDriver.bas2673 Dim success As Long variable
2682 success = GetPrivateProfileString( _
2685 If success Then
2686 ret = Left$(ret, success)
2740 Dim success As Long variable
2745 success = GetPrivateProfileString(lpSectionName, _
2751 If success Then
2752 ProfileGetItem = Left$(ret, success)
/aoo42x/main/dtrans/source/os2/dnd/
H A DDropTarget.cxx186 void SAL_CALL DropTarget::dropComplete(sal_Bool success) throw (RuntimeException) in dropComplete() argument
202 MPFROMSHORT(success ? DMFL_TARGETSUCCESSFUL : DMFL_TARGETFAIL)); in dropComplete()
/aoo42x/main/libxmlsec/
H A Dxmlsec1-nssmangleciphers.patch144 + * Returns 0 on success or a negative value otherwise.
226 + * Returns 0 on success or a negative value otherwise.
277 + * Returns 0 on success or a negative value otherwise.
972 + * Returns 0 on success or a negative value otherwise.
/aoo42x/main/expat/
H A Dexpat-2.5.0.patch692 + bool success;
701 - bool success = true;
702 + success = true;
704 success = false;
/aoo42x/main/connectivity/source/drivers/evoab2/
H A DNResultSet.cxx466 bool success = getValue( lhs, nField, eFieldType, &aLhsValue, bLhsNull ) in CompareContacts() local
468 OSL_ENSURE( success, "CompareContacts: could not retrieve both values!" ); in CompareContacts()
469 if ( !success ) in CompareContacts()
/aoo42x/main/apple_remote/source/
H A DHIDRemoteControlDevice.m407 IOReturn success;
415 success = (*handle)->copyMatchingElements(handle, NULL, (CFArrayRef*)&elements);
417 if (success == kIOReturnSuccess) {
/aoo42x/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx208 BOOL success = in operator new() local
211 OSL_ENSURE( success, "VirtualProtect() failed!" ); in operator new()
/aoo42x/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx607 bool success = LayoutGlyphs(rArgs, pSegment, pSegRecord); in LayoutText() local
613 bool success = true; in LayoutText()
619 success = LayoutGlyphs(rArgs, pSegment); in LayoutText()
627 return success; in LayoutText()
/aoo42x/main/testtools/source/bridgetest/
H A Dbridgetest.cxx228 bool success = true; in testAny() local
238 success = false; in testAny()
249 success = false; in testAny()
251 return success; in testAny()
/aoo42x/main/dtrans/source/win32/dnd/
H A Dtarget.cxx610 void DropTarget::_dropComplete(sal_Bool success, const Reference<XDropTargetDropContext>& context) in _dropComplete() argument
614 m_bDropComplete= success; in _dropComplete()
/aoo42x/main/vcl/aqua/source/dtrans/
H A DDropTarget.cxx495 void SAL_CALL DropTarget::dropComplete(sal_Bool success) throw (RuntimeException) in dropComplete() argument
501 DragSource::g_DropSuccess = success; in dropComplete()
/aoo42x/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java303 boolean success = deleteDir(new File(basedir, children[i])); in deleteDir()
304 if (!success) { in deleteDir()

Completed in 467 milliseconds

1234567