Home
last modified time | relevance | path

Searched refs:result (Results 401 – 425 of 994) sorted by relevance

1...<<11121314151617181920>>...40

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/
H A D_XUIConfigurationPersistence.java60 boolean result = true; in _storeToStorage()
65 result = false; in _storeToStorage()
68 tRes.tested("storeToStorage()", result); in _storeToStorage()
H A D_XModuleUIConfigurationManagerSupplier.java46 boolean result = impName.equals(implementationName); in _getUIConfigurationManager()
47 if (!result) { in _getUIConfigurationManager()
51 tRes.tested("getUIConfigurationManager()", result); in _getUIConfigurationManager()
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DParcel.java121 boolean result = true; in hasByName()
128 result = true; in hasByName()
133 result = false; in hasByName()
135 return result; in hasByName()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/dialogs/
H A D_XFolderPicker.java51 boolean result = true ; in _setDisplayDirectory()
59 result = false ; in _setDisplayDirectory()
62 tRes.tested("setDisplayDirectory()", result) ; in _setDisplayDirectory()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XTextListener.java99 boolean result = true ; in _textChanged()
109 result = textListener.textChangedCalled && in _textChanged()
112 tRes.tested("textChanged()", result) ; in _textChanged()
H A D_XControlContainer.java90 boolean result = true; in _removeControl()
98 result = false; in _removeControl()
103 tRes.tested("removeControl()", result); in _removeControl()
H A D_XItemListener.java95 boolean result = true ; in _itemStateChanged()
106 result = itemListener.itemStateChangedCalled && in _itemStateChanged()
110 tRes.tested("itemStateChanged()", result) ; in _itemStateChanged()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_XParagraphCursor.java64 boolean result = oObj.gotoEndOfParagraph(false); in _gotoEndOfParagraph()
65 tRes.tested("gotoEndOfParagraph()", result ); in _gotoEndOfParagraph()
68 if (!result) log.println("But 'gotoEndOfParagraph()' returns false"); in _gotoEndOfParagraph()
H A D_XTextTable.java145 boolean result = cellNamesList.length == ( nRow * nCol ) ; in _getCellNames()
146 result &= cellNamesList[0].equals( "A1" ) ; in _getCellNames()
148 tRes.tested( "getCellNames()", result ) ; in _getCellNames()
/trunk/main/libxmlsec/
H A Dxmlsec1-configure.patch197 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
201 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
212 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
217 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
251 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
261 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
333 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
537 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
545 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
/trunk/main/sal/rtl/source/
H A Dcmdargs.cxx92 oslProcessError result = osl_Process_E_NotFound; in rtl_getAppCommandArg() local
96 result = osl_Process_E_None; in rtl_getAppCommandArg()
98 return (result); in rtl_getAppCommandArg()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ucb/
H A D_XSimpleFileAccess2.java48 boolean result = true; in _writeFile()
57 result = oObj.exists(fileURL); in _writeFile()
59 tRes.tested("writeFile()",result); in _writeFile()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/unix/
H A Dnativeview.c62 jboolean result ; in Java_NativeView_getNativeWindow() local
73 result = JAWT_GetAWT(env, &awt); in Java_NativeView_getNativeWindow()
74 MY_ASSERT(result != JNI_FALSE,"wrong jawt version"); in Java_NativeView_getNativeWindow()
/trunk/main/wizards/com/sun/star/wizards/web/export/
H A DFilterExporter.java50 boolean result = true; in export()
64 result = false; in export()
73 return result; in export()
/trunk/main/cppuhelper/test/bootstrap/
H A DTestEnv.cxx102 int result = m_inCount & 1; in v_isValid() local
104 if (result) in v_isValid()
110 return result; in v_isValid()
/trunk/main/solenv/bin/
H A Dbuild_release.pl1045 my $result = symlink($source, $target);
1046 if ($result != 1)
1101 my $result = system($command);
1102 printf "%d %d\n", $result, $?;
1103 return 1 if $result == 0;
1257 my $result = system($command);
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/connections/
H A DConstantInstanceProvider.java114 Object result = sInstanceName.equals(_serviceName) ? _instance : null; in getInstance() local
116 …tem.err.println("##### " + getClass().getName() + ".getInstance(" + sInstanceName + "):" + result); in getInstance()
118 return result; in getInstance()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XNotifyingDispatch.java109 boolean result = true ; in _dispatchWithNotification()
120 result = notificationListener.finishedDispatch; in _dispatchWithNotification()
123 tRes.tested("dispatchWithNotification()", result) ; in _dispatchWithNotification()
H A D_XDesktop.java61 boolean result = false; in _getComponents()
73 result = true; in _getComponents()
81 tRes.tested("getComponents()", result); in _getComponents()
/trunk/main/extensions/source/ole/
H A Dunoconversionutilities.hxx2007 CComVariant result; in dispatchExObject2Sequence() local
2017 &param, &result, NULL, NULL))) in dispatchExObject2Sequence()
2020 if( FAILED( VariantChangeType( &result, &result, 0, VT_I4))) in dispatchExObject2Sequence()
2023 long length= result.lVal; in dispatchExObject2Sequence()
2025 result.Clear(); in dispatchExObject2Sequence()
2060 &param, &result, NULL, NULL))) in dispatchExObject2Sequence()
2073 if( result.vt & VT_DISPATCH && typeElement == typelib_TypeClass_SEQUENCE) in dispatchExObject2Sequence()
2075 variantToAny( &result, any, elemType, sal_False); in dispatchExObject2Sequence()
2085 variantToAny( &result, any, elemType, sal_False); in dispatchExObject2Sequence()
2101 result.Clear(); in dispatchExObject2Sequence()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dcheckdirectory.cxx55 std::_tstring result; in GetMsiProperty() local
65 result = buffer; in GetMsiProperty()
68 return result; in GetMsiProperty()
H A Dcheckpatches.cxx72 std::_tstring result; in GetMsiProperty() local
82 result = buffer; in GetMsiProperty()
85 return result; in GetMsiProperty()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/drawing/
H A D_XDrawPageDuplicator.java62 boolean result = false; in _duplicate()
81 result = (newPage != null) && !(newPage.equals(DP)); in _duplicate()
83 tRes.tested("duplicate()", result); in _duplicate()
/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptStorageRefresh.java54 boolean result = true; in _refresh()
82 result &= output.equals(expected); in _refresh()
84 tRes.tested("refresh()", result); in _refresh()
/trunk/main/bean/native/unix/
H A Dcom_sun_star_comp_beans_LocalOfficeWindow.c88 jboolean result; in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow() local
101 result = JAWT_GetAWT(env, &awt); in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow()
102 if (result == JNI_FALSE) in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow()

Completed in 122 milliseconds

1...<<11121314151617181920>>...40