Home
last modified time | relevance | path

Searched refs:ret (Results 101 – 125 of 433) sorted by relevance

12345678910>>...18

/aoo42x/main/unoxml/source/dom/
H A Dprocessinginstruction.cxx67 OUString const ret(pContent, strlen(pContent), RTL_TEXTENCODING_UTF8); in getData() local
68 return ret; in getData()
88 OUString const ret(pName, strlen(pName), RTL_TEXTENCODING_UTF8); in getTarget() local
89 return ret; in getTarget()
123 OUString const ret(pName, strlen(pName), RTL_TEXTENCODING_UTF8); in getNodeName() local
124 return ret; in getNodeName()
H A Dattr.cxx163 OUString const ret(pContent, strlen(pContent), RTL_TEXTENCODING_UTF8); in getValue() local
164 return ret; in getValue()
243 OUString const ret(::rtl::OStringToOUString( in getPrefix() local
245 return ret; in getPrefix()
260 OUString const ret(::rtl::OStringToOUString( in getNamespaceURI() local
262 return ret; in getNamespaceURI()
/aoo42x/main/sw/qa/complex/writer/
H A DCheckIndexedPropertyValues.java64 PropertyValue[]ret = (PropertyValue[])xCont.getByIndex(0); in checkIndexedPropertyValues() local
65 assertEquals(prop1[0].Name, ret[0].Name); in checkIndexedPropertyValues()
66 assertEquals(prop1[0].Value, ret[0].Value); in checkIndexedPropertyValues()
68 ret = (PropertyValue[])xCont.getByIndex(0); in checkIndexedPropertyValues()
69 assertEquals(prop2[0].Name, ret[0].Name); in checkIndexedPropertyValues()
70 assertEquals(prop2[0].Value, ret[0].Value); in checkIndexedPropertyValues()
H A DCheckNamedPropertyValues.java65 PropertyValue[]ret = (PropertyValue[])xCont.getByName("prop1"); in checkNamedPropertyValues() local
66 assertEquals(prop1[0].Name, ret[0].Name); in checkNamedPropertyValues()
67 assertEquals(prop1[0].Value, ret[0].Value); in checkNamedPropertyValues()
69 ret = (PropertyValue[])xCont.getByName("prop1"); in checkNamedPropertyValues()
70 assertEquals(prop2[0].Name, ret[0].Name); in checkNamedPropertyValues()
71 assertEquals(prop2[0].Value, ret[0].Value); in checkNamedPropertyValues()
/aoo42x/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java331 File ret = findFile(files[i], name); in findFile() local
332 if (ret != null) in findFile()
333 return ret; in findFile()
348 File ret = findFile(files[i], name); in findFile() local
349 if (ret != null) in findFile()
350 return ret; in findFile()
372 File ret = findFile(files[i], name); in findLastFile() local
373 if (ret != null) in findLastFile()
374 file = ret; in findLastFile()
435 if (ret != null) in findDir()
[all …]
/aoo42x/main/autodoc/inc/cosv/tpl/
H A Dvvector.hxx258 { const_iterator ret(itImpl); in operator +() local
259 return ret += i_diff; } in operator +()
265 { const_iterator ret(itImpl); in operator -() local
266 return ret -= i_diff; } in operator -()
353 { iterator ret(itImpl); in operator +() local
354 return ret += i_diff; } in operator +()
360 { iterator ret(itImpl); in operator -() local
361 return ret -= i_diff; } in operator -()
/aoo42x/main/binaryurp/source/
H A Dreader.cxx415 BinaryAny ret; in readReplyMessage() local
418 ret = unmarshal.readValue( in readReplyMessage()
424 ret.getType().get())) in readReplyMessage()
459 ret.getType().get()))) in readReplyMessage()
478 ret = unmarshal.readValue( in readReplyMessage()
492 ret = unmarshal.readValue( in readReplyMessage()
513 new IncomingReply(exc, ret, outArgs)); in readReplyMessage()
522 bridge_->handleRequestChangeReply(exc, ret); in readReplyMessage()
526 bridge_->handleCommitChangeReply(exc, ret); in readReplyMessage()
/aoo42x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java378 Object ret= null; in getPropertyValue() local
388 ret= getPropertyValue(prop); in getPropertyValue()
392 if (ret == null) in getPropertyValue()
395 ret= new Any(prop.Type, null); in getPropertyValue()
397 ret= new Any(new Type(void.class), null); in getPropertyValue()
399 return ret; in getPropertyValue()
619 boolean ret= true; in convertPropertyValue()
700 return ret; in convertPropertyValue()
833 Object ret= null; in getPropertyValue() local
845 ret= propField.get(this); in getPropertyValue()
[all …]
/aoo42x/main/xml2cmp/source/xcd/
H A Dparse.cxx106 bool ret = LoadFile(i_sFilename); in Parse() local
107 if (ret) in Parse()
109 return ret; in Parse()
387 bool ret = true; in CheckAndPassBeginTag() local
392 ret = false; in CheckAndPassBeginTag()
394 if (ret) in CheckAndPassBeginTag()
396 return ret; in CheckAndPassBeginTag()
/aoo42x/test/testcommon/source/org/openoffice/test/vcl/client/
H A DCommandCaller.java391 List<Object> ret = new ArrayList<Object>(); in handleResponse() local
393 ret.add(new Integer(nNr1)); in handleResponse()
395 ret.add(new Long(nLNr1)); in handleResponse()
397 ret.add(aString1); in handleResponse()
399 ret.add(new Boolean(bBool1)); in handleResponse()
400 this.response = ret.size() == 1 ? ret.get(0): ret; in handleResponse()
/aoo42x/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Proxy.cxx380 void * ret = va_arg(*pParam, void *); in s_type_destructData_v() local
383 uno_type_destructData(ret, pReturnTypeRef, 0); in s_type_destructData_v()
421 void * ret = pReturn; in dispatch() local
427 ret = alloca(return_td->nSize); in dispatch()
456 uno_Environment_invoke(m_to.get(), s_dispatcher_v, m_pUnoI, pMemberType, ret, args, &exc); in dispatch()
479 if (ret != pReturn) in dispatch()
482 ret, in dispatch()
486 uno_Environment_invoke(m_to.get(), s_type_destructData_v, ret, pReturnTypeRef, 0); in dispatch()
/aoo42x/main/desktop/source/deployment/manager/
H A Ddp_properties.cxx143 bool ret = false; in isSuppressedLicense() local
147 ret = true; in isSuppressedLicense()
149 return ret; in isSuppressedLicense()
154 bool ret = false; in isExtensionUpdate() local
158 ret = true; in isExtensionUpdate()
160 return ret; in isExtensionUpdate()
/aoo42x/main/autodoc/source/ary/cpp/
H A Dc_funct.cxx217 ret(i_rParameters.size(), String::Null_()); in Create_NonTypeParameterInfos() local
219 ret.begin(), in Create_NonTypeParameterInfos()
221 return ret; in Create_NonTypeParameterInfos()
231 ret(i_rParameters.size(), Type_id(0)); in Create_ParameterTypeList() local
233 ret.begin(), in Create_ParameterTypeList()
235 return ret; in Create_ParameterTypeList()
H A Dc_traits.cxx80 ret = i_entity.Owner(); in ParentOf_() local
81 if (ret.IsValid()) in ParentOf_()
85 ret = EntityOf_(ret).Owner(); in ParentOf_()
86 csv_assert(ret.IsValid()); in ParentOf_()
88 return &EntityOf_(ret); in ParentOf_()
H A Dc_builtintype.cxx62 ret = aStrLock(); in SpecializedName_() local
67 ret << "u_"; in SpecializedName_()
71 ret << "s_"; in SpecializedName_()
78 ret << i_sName; in SpecializedName_()
79 return String(ret.c_str()); in SpecializedName_()
/aoo42x/main/pyuno/source/module/
H A Dpyuno_runtime.cxx538 if( ! ret.is() ) in any2PyObject()
558 PyObject_SetAttrString( ret.get(), const_cast< char * >("args"), args.get() ); in any2PyObject()
560 return ret; in any2PyObject()
631 Sequence< Type > ret; in invokeGetTypes() local
644 ret.realloc( size + 1 ); in invokeGetTypes()
648 a >>= ret[i]; in invokeGetTypes()
653 return ret; in invokeGetTypes()
926 Any ret; in extractUnoException() local
964 ret = pyObject2Any( excValue ); in extractUnoException()
999 ret = com::sun::star::uno::makeAny( e ); in extractUnoException()
[all …]
/aoo42x/main/lingucomponent/source/languageguessing/
H A Daltstrfunc.cxx32 int ret = 0; in start() local
38 for(i = 0; i < min && s2[i] && s1[i] && !ret; i++){ in start()
39 ret = toupper(s1[i]) - toupper(s2[i]); in start()
40 if(s1[i] == '.' || s2[i] == '.'){ret = 0;}//. is a neutral character in start()
42 return ret; in start()
/aoo42x/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dcall.s36 ret
53 ret
72 ret
90 ret
108 ret
126 ret $4
245 ret
257 ret
/aoo42x/main/qadevOOo/tests/java/ifc/container/
H A D_XNameReplace.java196 boolean ret = true; in compareRanges()
200 ret = false; in compareRanges()
205 ret = false; in compareRanges()
209 ret = false; in compareRanges()
214 ret = false; in compareRanges()
217 return ret; in compareRanges()
/aoo42x/main/bridges/source/cpp_uno/mingw_intel/
H A Dcall.s40 ret
58 ret
79 ret
99 ret
119 ret
139 ret $4
159 .byte 0x88 # DW_CFA_offset ret, 1
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DJavaLoader.java123 String ret = m_xMacroExpander.expandMacros( macro ); in expand_url() local
128 macro + " => " + ret ); in expand_url()
130 return ret; in expand_url()
346 Object ret = compfac_method.invoke( clazz, new Object [] { implementationName } ); in activate() local
347 if (null == ret || !(ret instanceof XSingleComponentFactory)) in activate()
352 return (XSingleComponentFactory)ret; in activate()
/aoo42x/main/basebmp/inc/basebmp/
H A Dpixeliterator.hxx281 PixelIterator ret(*this); in operator +() local
282 ret += s; in operator +()
283 return ret; in operator +()
288 PixelIterator ret(*this); in operator -() local
289 ret -= s; in operator -()
290 return ret; in operator -()
/aoo42x/main/rdbmaker/source/codemaker/
H A Dtypemanager.cxx125 RegError ret = REG_NO_ERROR; in init() local
132 if ( (ret = pTmpReg->mergeKey(rootKey, aRoot, convertToFileUrl( *iter ))) ) in init()
134 if (ret != REG_MERGE_CONFLICT) in init()
203 RTTypeClass ret = reader.getTypeClass(); in getTypeClass() local
207 m_pImpl->m_t2TypeClass[name] = ret; in getTypeClass()
208 return ret; in getTypeClass()
/aoo42x/main/shell/source/unix/exec/
H A Durltest.cxx37 int ret = 0; in main() local
124 ret = -2; in main()
132 ret = -1; in main()
140 ret = -3; in main()
146 return ret; in main()
/aoo42x/main/sal/osl/unx/
H A Dconditn.c234 int ret; in osl_waitCondition() local
246 ret = pthread_cond_timedwait(&pCond->m_Condition, &pCond->m_Lock, &to); in osl_waitCondition()
247 if ( ret != 0 ) in osl_waitCondition()
249 if ( ret == ETIME || ret == ETIMEDOUT ) in osl_waitCondition()
261 else if ( ret != EINTR ) in osl_waitCondition()

Completed in 96 milliseconds

12345678910>>...18