Home
last modified time | relevance | path

Searched refs:ret (Results 176 – 200 of 433) sorted by relevance

12345678910>>...18

/aoo42x/main/qadevOOo/tests/java/ifc/awt/
H A D_XNumericField.java164 double ret = oObj.getFirst() ; in _setFirst() local
165 result = ret == first + 1.1 ; in _setFirst()
195 double ret = oObj.getLast() ; in _setLast() local
197 result = ret == last + 1.1 ; in _setLast()
/aoo42x/main/rdbmaker/source/rdbmaker/
H A Drdbtype.cxx66 sal_Bool ret = sal_True; in produceDependedTypes() local
99 return ret; in produceDependedTypes()
184 sal_Bool ret = produceDependedTypes(typeName, typeMgr, typeDependencies, in produceType() local
187 return ret; in produceType()
/aoo42x/main/pyuno/source/module/
H A Duno.py327 ret = ""
333 ret = ret + " " + str(i[0]) + ":" + \
337 ret = "Couldn't import traceback module"
338 return ret
/aoo42x/main/codemaker/source/cunomaker/
H A Dcunomaker.cxx122 sal_Bool ret = sal_False; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
144 ret = produceAllTypes(tmpName, typeMgr, typeDependencies, &options, sal_False); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
148 ret = produceType(typeName.replace('.', '/'), typeMgr, typeDependencies, &options); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
151 if (!ret) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/aoo42x/main/codemaker/source/idlmaker/
H A Didlmaker.cxx122 sal_Bool ret = sal_False; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
144 ret = produceAllTypes(tmpName, typeMgr, typeDependencies, &options, sal_False); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
148 ret = produceType(typeName.replace('.', '/'), typeMgr, typeDependencies, &options); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
151 if (!ret) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/aoo42x/main/autodoc/source/display/idl/
H A Dhfi_struct.cxx182 ret = aNaviBar.Add_SubRow(); in make_Navibar() local
183 ret.AddItem(C_sList_Elements, C_sList_Elements_Label, false); in make_Navibar()
184 ret.AddItem(C_sList_ElementDetails, C_sList_ElementDetails_Label, false); in make_Navibar()
187 return ret; in make_Navibar()
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DPropertySetAdapter.java198 Object ret; in getPropertyValue() local
200 ret = propertyData.getter.getValue(); in getPropertyValue()
205 if (ret == null) { in getPropertyValue()
207 ret = new Any(propertyData.property.Type, null); in getPropertyValue()
209 ret = new Any(new Type(void.class), null); in getPropertyValue()
212 return ret; in getPropertyValue()
/aoo42x/main/binaryurp/source/
H A Dincomingrequest.cxx71 BinaryAny ret; in execute() local
84 isExc = !execute_throw(&ret, &outArgs); in execute()
96 ret = bridge_->mapCppToBinaryAny(exc); in execute()
104 ret = bridge_->mapCppToBinaryAny(exc); in execute()
111 tid_, member_, setter_, isExc, ret, outArgs, false); in execute()
/aoo42x/main/xmlsecurity/source/component/
H A Dcertificatecontainer.cxx37 ::sal_Bool ret = sal_False; in searchMap()
41 ret = (sal_Bool) (*p).second.equals(certificate_name); in searchMap()
42 if( ret ) in searchMap()
47 return ret; in searchMap()
/aoo42x/main/autodoc/source/ary/inc/
H A Dsortedids.hxx160 ret = LowerBound(i_key); in Search() local
161 return ret != aData.end() AND NOT COMPARE::Lesser_(i_key, KeyOf_(*ret)) in Search()
162 ? *ret in Search()
/aoo42x/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_misc.cxx453 OUString ret; in getLockFilePath() local
463 ret = sBootstrap; in getLockFilePath()
467 return ret; in getLockFilePath()
533 bool ret = false; in hasNoFolder() local
567 ret = true; in hasNoFolder()
582 return ret; in hasNoFolder()
/aoo42x/main/sal/osl/unx/
H A Dnlsupport.c191 rtl_Locale * ret; in _parse_locale() local
215ret = rtl_locale_register( pLanguage->buffer, pCountry ? pCountry->buffer : c_locale + 1, pVarian… in _parse_locale()
221 return ret; in _parse_locale()
641 int ret = 0; in _imp_setProcessLocale() local
651 ret = -1; in _imp_setProcessLocale()
654 return ret; in _imp_setProcessLocale()
/aoo42x/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Duno2cpp.cxx144 void * ret; in call() local
146 ret = retconv ? alloca(rtd->nSize) : returnValue; in call()
147 stack[sp++] = reinterpret_cast< long >(ret); in call()
388 returnValue, ret, rtd, proxy->getBridge()->getCpp2Uno()); in call()
390 ret, rtd, in call()
/aoo42x/main/wizards/com/sun/star/wizards/db/
H A DTypeInspector.java277 String ret = PropertyNames.EMPTY_STRING; in getDefaultTypeName() local
286 ret = sDataTypeNames[i]; // this fits best ! in getDefaultTypeName()
289 else if (ret.length() == 0) in getDefaultTypeName()
293 ret = sDataTypeNames[i]; in getDefaultTypeName()
298 return ret; in getDefaultTypeName()
/aoo42x/main/scripting/workben/ifc/scripting/
H A D_XFunction.java113 Object ret = func.invoke( aParams, aOutParamIndex, aOutParam ); in runInvokeTest() local
115 if (ret != null) { in runInvokeTest()
116 gotreturntype = ret.getClass().getName(); in runInvokeTest()
117 gotreturnvalue = ret.toString(); in runInvokeTest()
/aoo42x/main/codemaker/source/bonobowrappermaker/
H A Dcorbamaker.cxx153 sal_Bool ret = sal_False; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
175ret = produceAllTypes(tmpName, typeMgr, typeDependencies, &options, sal_False, cppFile, NULL, &gen… in SAL_IMPLEMENT_MAIN_WITH_ARGS()
179ret = produceType(typeName.replace('.', '/'), typeMgr, typeDependencies, &options, cppFile, NULL, … in SAL_IMPLEMENT_MAIN_WITH_ARGS()
182 if (!ret) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/aoo42x/main/desktop/source/deployment/misc/
H A Ddp_resource.cxx80 String ret( ResId( id, *DeploymentResMgr::get() ) ); in getResourceString() local
81 if (ret.SearchAscii( "%PRODUCTNAME" ) != STRING_NOTFOUND) { in getResourceString()
89 ret.SearchAndReplaceAllAscii( "%PRODUCTNAME", s_brandName ); in getResourceString()
91 return ret; in getResourceString()
/aoo42x/main/unoxml/source/rdf/
H A Dlibrdf_repository.cxx607 return uno::makeAny(ret); in nextElement()
1153 std::back_inserter(ret), in getGraphNames()
1156 return ret.getAsConstList(); in getGraphNames()
1561 ::comphelper::SequenceAsVector< rdf::Statement > ret; in getStatementRDFa()
1571 ret.push_back(stmt); in getStatementRDFa()
2028 librdf_node * ret(0); in mkNode() local
2031 ret = librdf_new_node_from_literal(i_pWorld, in mkNode()
2037 ret = librdf_new_node_from_typed_literal(i_pWorld, in mkNode()
2043 ret = librdf_new_node_from_literal(i_pWorld, in mkNode()
2052 if (!ret) { in mkNode()
[all …]
/aoo42x/main/codemaker/source/javamaker/
H A Djavamaker.cxx178 sal_Bool ret = sal_False; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
201 ret = produceAllTypes( in SAL_IMPLEMENT_MAIN_WITH_ARGS()
206 ret = produceType( in SAL_IMPLEMENT_MAIN_WITH_ARGS()
211 if (!ret) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/aoo42x/main/cppuhelper/source/
H A Dexc_thrower.cxx286 Any ret; in getCaughtException() local
287 uno_any_destruct( &ret, reinterpret_cast< uno_ReleaseFunc >(cpp_release) ); in getCaughtException()
289 &ret, exc->pData, exc->pType, uno2cpp.get() ); in getCaughtException()
291 return ret; in getCaughtException()
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOKeyContainer.java88 OKey ret = null; in createObject() local
91 ret = keys.get(name); in createObject()
94 if (ret == null) { // we have a primary key with a system name in createObject()
96 ret = keys.get(name); in createObject()
99 return ret; in createObject()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Duno2cpp.cxx234 ia64::RegReturn ret; in callVirtualMethod() local
236 register long r8 asm("r8"); ret.r8 = r8; in callVirtualMethod()
237 register long r9 asm("r9"); ret.r9 = r9; in callVirtualMethod()
238 register long r10 asm("r10"); ret.r10 = r10; in callVirtualMethod()
239 register long r11 asm("r11"); ret.r11 = r11; in callVirtualMethod()
242 MapReturn(ret, f8, pReturnTypeDescr, bSimpleReturn, (sal_uInt64*)pRegisterReturn); in callVirtualMethod()
/aoo42x/main/i18npool/source/search/
H A Dlevdis.cxx746 int ret; in main() local
755 ret = pTest->WLD( cIgString ); in main()
759 ret = pTest->WLD( cString ); in main()
761 printf("\n# %3d : %s\n", ret, cString); in main()
765 if ( ret <= nLim ) in main()
766 printf("# %3d : %s\t(line %lu)\t%s\n", ret, cString, nLine, cLine); in main()
/aoo42x/main/cui/source/customize/
H A Dcfg.cxx2619 if ( ret == RET_OK ) { in IMPL_LINK()
2643 if ( ret == RET_OK ) in IMPL_LINK()
2770 if ( ret == RET_OK ) in IMPL_LINK()
3355 if ( ret == RET_OK ) in IMPL_LINK()
3580 if ( ret == RET_OK ) in IMPL_LINK()
4729 if ( ret == RET_OK ) in IMPL_LINK()
5369 if ( ret == RET_OK ) in IMPL_LINK()
5480 sal_uInt16 ret = 0; in ImportGraphics() local
5497 if ( ret == 2 ) in ImportGraphics()
5525 if ( ret == 2 ) in ImportGraphics()
[all …]
/aoo42x/main/bean/qa/complex/bean/
H A DScreenComparer.java106 boolean ret = true; in compare()
193 ret = ret && false; in compare()
203 return ret; in compare()

Completed in 157 milliseconds

12345678910>>...18