Home
last modified time | relevance | path

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

12345678910>>...17

/aoo41x/main/filter/source/flash/
H A Dswfwriter.cxx559 int ret = lame_encode_buffer(m_lame_flags, sample_buff + samples_written, in streamSound() local
563 if (ret < 0) in streamSound()
570 if (mp3buffer_size - ret < 7200) in streamSound()
573 int ret2 = lame_encode_flush(m_lame_flags, mp3buffer + ret, mp3buffer_size - ret); in streamSound()
579 SvMemoryStream strm(mp3buffer, ret + ret2, STREAM_READWRITE); in streamSound()
/aoo41x/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
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/xmlhelp/source/treeview/
H A Dtvread.cxx508 sal_uInt64 ret,len = 0; in TVChildTarget() local
520 aFile.read( s,len,ret ); in TVChildTarget()
720 rtl::OUString ret; in init() local
724 ret = locale; in init()
729 ret = locale.copy( 0,idx ); in init()
733 ret = rtl::OUString::createFromAscii("en"); in init()
735 url = url + ret; in init()
901 sal_Bool ret = sal_False; in getBooleanKey() local
914 aAny >>= ret; in getBooleanKey()
916 return ret; in getBooleanKey()
/aoo41x/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()
/aoo41x/main/stoc/source/servicemanager/
H A Dservicemanager.cxx434 return ret; in nextElement()
1410 Sequence< Reference< XInterface > > ret; in queryServiceFactories() local
1442 return ret; in queryServiceFactories()
1787 Reference<XInterface > ret; in loadWithImplementationName() local
1791 return ret; in loadWithImplementationName()
1806 insert( makeAny( ret ) ); in loadWithImplementationName()
1810 m_SetLoadedFactories.insert( ret); in loadWithImplementationName()
1817 return ret; in loadWithImplementationName()
1923 Sequence< Reference< XInterface > > ret( in queryServiceFactories() local
1925 if (ret.getLength()) in queryServiceFactories()
[all …]
/aoo41x/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()
/aoo41x/main/
H A Dfetch_tarballs.sh57 ret=$?
58 if [ $ret -eq 0 ]; then
94 ret=$?
95 if [ $ret -eq 0 ]; then
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/xml2cmp/source/xcd/
H A Dmain.cxx60 int ret = 0; in main() local
69 ret = Do_IndexCommandLine(aCommandLine); in main()
71 ret = Do_SingleFileCommandLine(aCommandLine); in main()
73 return ret; in main()
/aoo41x/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 …]
/aoo41x/main/autodoc/inc/ary/info/
H A Dci_attag.hxx87 { DocuText * ret = const_cast< AtTag* >(this)->Text(); in CText() local
88 csv_assert( ret != 0 ); in CText()
89 return *ret; in CText()
/aoo41x/main/autodoc/source/ary/loc/
H A Dloc_traits.cxx60 ret = i_entity.ParentDirectory(); in ParentOf_() local
61 if (ret.IsValid()) in ParentOf_()
62 return &EntityOf_(ret); in ParentOf_()
/aoo41x/main/ucb/source/ucp/file/
H A Dbc.cxx290 Sequence< rtl::OUString > ret( 1 ); in getSupportedServiceNames() local
291 ret[0] = rtl::OUString::createFromAscii( "com.sun.star.ucb.FileContent" ); in getSupportedServiceNames()
292 return ret; in getSupportedServiceNames()
945 Sequence< Any > ret = m_pMyShell->setv( m_aUncPath, // Does not handle Title in setPropertyValues() local
957ret[i] <<= beans::IllegalTypeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREF… in setPropertyValues()
962ret[i] <<= lang::IllegalArgumentException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_P… in setPropertyValues()
987 ret[i] <<= e; in setPropertyValues()
994 return ret; in setPropertyValues()

Completed in 152 milliseconds

12345678910>>...17