Searched refs:result2 (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/qadevOOo/tests/java/ifc/util/ |
H A D | _XChangesNotifier.java | 151 boolean result2 = xListener.didChangesOccur(); in _removeChangesListener() 152 if (result2) in _removeChangesListener() 155 tRes.tested("removeChangesListener()", result && !result2); in _removeChangesListener()
|
/aoo4110/test/testuno/source/fvt/uno/sc/chart/ |
H A D | ChartYErrorBar.java | 146 ChartErrorIndicatorType result2 = null; in testCreateYErrorBar() local 177 result2 = (ChartErrorIndicatorType) SCUtil.getProperties(xDiagram, "ErrorIndicator"); in testCreateYErrorBar() 182 …als("Incorrect chart Y error bar indicator got in ." + fileType + " file.", expIndicator, result2); in testCreateYErrorBar()
|
/aoo4110/main/solenv/bin/modules/ |
H A D | Cws.pm | 1490 my @result2=(); 1493 push @result2,$result[0][$i]; 1496 return @result2; 1513 my @result2=(); 1516 push @result2,$result[0][$i]; 1519 return @result2;
|
/aoo4110/main/l10ntools/source/ |
H A D | inireader.cxx | 121 UnicodeString result2( parameter_match->group( 2 , parameter_status) ); in is_parameter() local 123 toStlString( result2 , parameter_value ); in is_parameter()
|
/aoo4110/main/qadevOOo/tests/java/ifc/i18n/ |
H A D | _XExtendedIndexEntrySupplier.java | 45 short result2 = oObj.compareIndexEntry(val1, "", locale, val2, "", locale); in _compareIndexEntry() local 48 tRes.tested("compareIndexEntry()", result1 == 0 && result2 + result3 == 0); in _compareIndexEntry()
|
Completed in 29 milliseconds