Home
last modified time | relevance | path

Searched refs:result (Results 426 – 450 of 994) sorted by relevance

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

/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DVclHookException.java356 StringBuffer result = new StringBuffer(); in parse() local
359 matcher.appendReplacement(result, rep); in parse()
361 matcher.appendTail(result); in parse()
362 message = "ID:" + id + " - " + result.toString(); in parse()
/trunk/main/desktop/source/app/
H A Dappfirststart.cxx135 … Any result = xPSet->getPropertyValue(OUString::createFromAscii("FirstStartWizardCompleted")); in impl_isFirstStart() local
137 if ((result >>= bCompleted) && bCompleted) in impl_isFirstStart()
211 Any result = xPSet->getPropertyValue(OUString::createFromAscii("LicenseAcceptDate")); in impl_isLicenseAccepted() local
214 if (result >>= aAcceptDate) in impl_isLicenseAccepted()
H A Dcheck_ext_deps.cxx391 … Any result = pset->getPropertyValue( OUString::createFromAscii("LastCompatibilityCheckID") ); in impl_needsCompatCheck() local
393 result >>= aLastCheckBuildID; in impl_needsCompatCheck()
397 result <<= aCurrentBuildID; in impl_needsCompatCheck()
398 pset->setPropertyValue( OUString::createFromAscii("LastCompatibilityCheckID"), result ); in impl_needsCompatCheck()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dstartmenuicon.cxx50 std::_tstring result; in GetMsiProperty() local
60 result = buffer; in GetMsiProperty()
63 return result; in GetMsiProperty()
H A Dcopyextensiondata.cxx57 std::_tstring result; in GetMsiProperty() local
67 result = buffer; in GetMsiProperty()
70 return result; in GetMsiProperty()
H A Dmigrateinstallpath.cxx52 std::_tstring result; in GetMsiProperty() local
62 result = buffer; in GetMsiProperty()
65 return result; in GetMsiProperty()
H A Dcompleteinstallpath.cxx52 std::_tstring result; in GetMsiProperty() local
62 result = buffer; in GetMsiProperty()
65 return result; in GetMsiProperty()
H A Dpostuninstall.cxx50 std::_tstring result; in GetMsiProperty() local
60 result = buffer; in GetMsiProperty()
63 return result; in GetMsiProperty()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/utils/
H A DManifestParser.java61 Document result = null; in parse() local
70 result = XMLUtil.parse(is, false, false, null, null); in parse()
87 return result; in parse()
/trunk/main/scripting/source/provider/
H A DScriptImpl.cxx66 Any result; in invoke() local
72 result = m_RunTimeManager->invoke( m_ScriptURI, anyScriptingContext, aParams, in invoke()
112 return result; in invoke()
/trunk/main/extensions/source/oooimprovement/
H A Dlogpacker.cxx57 sal_Int32 result = 0; in countLines() local
59 if(data[idx]==0x0a) result++; in countLines()
60 return result; in countLines()
/trunk/main/desktop/os2/source/applauncher/
H A Dlauncher.cxx36 RESULTCODES result = {0}; in main() local
98 EXEC_SYNC, (PCSZ)pszCommandLine, (PCSZ)NULL, &result, in main()
115 exit( result.codeResult); in main()
/trunk/main/sc/workben/
H A Dmakefile.mk59 $(SLO)$/result.obj
63 $(SLO)$/result.obj
72 SHL1OBJS= $(SLO)$/addin.obj $(SLO)$/result.obj $(SLO)$/workben$/testadd.obj
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdb/
H A D_RowSet.java115 boolean result = false; in _ActiveConnection()
127 result = (the_connection != null); in _ActiveConnection()
134 tRes.tested("ActiveConnection", result) ; in _ActiveConnection()
/trunk/main/sal/rtl/source/
H A Dalloc_arena.c946 rtl_arena_type * result = 0; in rtl_arena_create() local
952 result = (rtl_arena_type*)rtl_arena_alloc (gp_arena_arena, &size); in rtl_arena_create()
953 if (result != 0) in rtl_arena_create()
955 rtl_arena_type * arena = result; in rtl_arena_create()
965 result = rtl_arena_activate ( in rtl_arena_create()
975 if (result == 0) in rtl_arena_create()
991 return (result); in rtl_arena_create()
/trunk/main/testgraphical/source/
H A Dcwstestresult.pl97 my $result='';
103 …$result=$eis->submitTestResult($id,$opt_testrunName,$opt_testrunPlatform, $opt_resultPage, $status…
109 …$result=$eis->submitTestResultMWS($masterws,$milestone,$opt_testrunName,$opt_testrunPlatform, $opt…
/trunk/main/offapi/com/sun/star/sheet/
H A DDataResult.idl33 /** contains the result of one element in the data pilot data array.
39 /** contains boolean flags describing the result.
47 /** contains the result value.
H A DVolatileResult.idl37 /** represents a volatile function result.
39 <p>A volatile function result can change its value over time. The
49 /** porovides handling with a volatile function result.
/trunk/main/offapi/com/sun/star/task/
H A DXInteractionPassword.idl42 /** Store result password to the continuation.
44 @param aPasswd the result password.
50 /** Get result password from the continuation.
/trunk/main/offapi/com/sun/star/sdbc/
H A DFetchDirection.idl36 /** The rows in a result set will be processed in a forward direction; first-to-last.
41 /** The rows in a result set will be processed in a reverse direction; last-to-first.
46 /** The order in which rows in a result set will be processed is unknown:
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XTopWindow.java168 boolean result = true ; in _setMenuBar()
176 result = false ; in _setMenuBar()
184 tRes.tested("setMenuBar()", result) ; in _setMenuBar()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/
H A Dnativeview.c67 jboolean result ; in Java_NativeView_getNativeWindow() local
79 result = JAWT_GetAWT(env, &awt); in Java_NativeView_getNativeWindow()
80 MY_ASSERT(result!=JNI_FALSE,"wrong jawt version"); in Java_NativeView_getNativeWindow()
/trunk/main/odk/examples/OLE/activex/
H A DSOActiveX.cpp84 CComVariant result; in GetIDispByFunc() local
85 HRESULT hr = ExecuteFunc( idispUnoObject, sFuncName, params, count, &result ); in GetIDispByFunc()
88 if( result.vt != VT_DISPATCH || result.pdispVal == NULL ) in GetIDispByFunc()
91 pdispResult = CComPtr<IDispatch>( result.pdispVal ); in GetIDispByFunc()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/drawing/
H A D_GraphicObjectShape.java128 boolean result = true; in _ImageMap()
151 result = (elementCountFirst + 1 == elementCountSecond); in _ImageMap()
153 tRes.tested("ImageMap", result); in _ImageMap()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XFrameLoader.java170 boolean result = true ; in _cancel()
186 result = false ; in _cancel()
189 tRes.tested("cancel()", result) ; in _cancel()

Completed in 75 milliseconds

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