Home
last modified time | relevance | path

Searched refs:ret (Results 201 – 225 of 424) sorted by relevance

12345678910>>...17

/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()
/aoo41x/main/qadevOOo/tests/java/ifc/util/
H A D_XIndent.java84 short ret = 0; in getIndent() local
86 ret = ((Short) PropSet.getPropertyValue("ParaIndent")).shortValue(); in getIndent()
90 return ret; in getIndent()
/aoo41x/main/pyuno/source/module/
H A Dpyuno_callable.cxx82 PyRef ret; in PyUNO_callable_call() local
141 ret = return_list; in PyUNO_callable_call()
145 ret = temp; in PyUNO_callable_call()
186 return ret.getAcquired(); in PyUNO_callable_call()
/aoo41x/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 …]
/aoo41x/main/shell/source/unix/misc/
H A Dgnome-open-url.c74 gboolean ret = 0; in gnome_url_show() local
89 ret = (GNOME_VFS_OK == func(url)); in gnome_url_show()
95 return ret; in gnome_url_show()
/aoo41x/main/autodoc/source/exes/adc_uni/
H A Dcmd_sincedata.cxx66 ret = csv::find_in_map(aTransformationTable, sVersionNumber); in DisplayOf() local
67 return ret != 0 in DisplayOf()
68 ? *ret in DisplayOf()
/aoo41x/main/solenv/inc/
H A Dunitools.mk73 CHECKZIPRESULT:=|| ret=$$?; if [[ "$$ret" != "12" && "$$ret" != "1" ]] ; then exit $$ret ; fi && ec…
/aoo41x/main/sfx2/qa/complex/sfx2/
H A DDocumentMetadataAccess.java935 Statement[] ret = new Statement[i_A1.length + i_A2.length]; in merge() local
937 ret[i] = i_A1[i]; in merge()
940 ret[i+i_A1.length] = i_A2[i]; in merge()
942 return ret; in merge()
994 Statement[] ret = new Statement[arr.length]; in toSeq() local
996 ret[i] = (Statement) arr[i]; in toSeq()
998 return ret; in toSeq()
1010 XNode[][] ret = new XNode[arr.length][]; in toSeqs() local
1012 ret[i] = (XNode[]) arr[i]; in toSeqs()
1014 return ret; in toSeqs()
/aoo41x/main/cppuhelper/test/bootstrap/
H A Dbootstrap.test.cxx297 int ret; variable
301 ret = 0;
306 ret = -1;
315 return ret;
/aoo41x/main/sal/osl/unx/
H A Dsystem.c552 static char ret[256]; in fcvt() local
584 strcpy(ret,v1); in fcvt()
585 strcat(ret,v2); in fcvt()
589 strcpy(ret,buf); in fcvt()
592 return(ret); in fcvt()
/aoo41x/main/xmlhelp/source/cxxhelp/provider/
H A Dcontent.cxx335 uno::Sequence< uno::Any > ret(propertyValues.getLength()); in execute() local
338 for(sal_Int32 i = 0; i < ret.getLength(); ++i) { in execute()
339 ret[i] <<= beans::UnknownPropertyException(); in execute()
342 ret[i] <<= lang::IllegalAccessException(); in execute()
347 aRet <<= ret; in execute()
H A Ddatabases.cxx567 rtl::OUString ret; in processLang() local
577 ret = Language; in processLang()
578 m_aLangSet[ Language ] = ret; in processLang()
585 ret = Language.copy( 0,idx ); in processLang()
586 m_aLangSet[ Language ] = ret; in processLang()
590 ret = it->second; in processLang()
592 return ret; in processLang()
723 bool ret; in operator ()() local
736 ret = false; in operator ()()
744 ret = true; in operator ()()
[all …]
/aoo41x/main/autodoc/inc/ary/
H A Dsequentialids.hxx130 ret = std::find_if(aData.begin(), aData.end(), i_find); in Find() local
131 csv_assert(ret != aData.end()); in Find()
132 return *ret; in Find()
/aoo41x/main/expat/
H A Dexpat-2.5.0.patch411 XML_Content *ret;
428 ret = (XML_Content *)MALLOC(parser, allocsize);
433 - XML_Content *dest = ret; /* tree node writing location, moves upwards */
434 - XML_Content *const destLimit = &ret[dtd->scaffCount];
435 - XML_Content *jobDest = ret; /* next free writing location in target array */
436 + dest = ret; /* tree node writing location, moves upwards */
437 + destLimit = &ret[dtd->scaffCount];
438 + jobDest = ret; /* next free writing location in target array */
439 str = (XML_Char *)&ret[dtd->scaffCount];
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DStarReportData.java53 final boolean ret = dataSource.absolute(row); in setCursorPosition()
54 if (ret) in setCursorPosition()
58 return ret; in setCursorPosition()
H A DSOFormulaParser.java252 final StringBuffer ret = new StringBuffer(); in printFormula() local
258 ret.append(formulaToken.Data); in printFormula()
265 ret.append(opCode.Name); in printFormula()
269 ret.append(formulaToken.Data); in printFormula()
273 return ret.toString(); in printFormula()
/aoo41x/main/autodoc/source/parser/cpp/
H A Dc_rcode.cxx147 Cpp_PE * ret = dynamic_cast< Cpp_PE* >(rCurResult.pEnv2Push); in PushEnv() local
148 csv_assert( ret != 0 ); in PushEnv()
149 return *ret; in PushEnv()
/aoo41x/main/jvmfwk/source/
H A Dlibxmlutil.cxx164 ::rtl::OUString ret; in operator ::rtl::OUString()
168 ret = ::rtl::OStringToOUString(aOStr, RTL_TEXTENCODING_UTF8); in operator ::rtl::OUString()
170 return ret; in operator ::rtl::OUString()
/aoo41x/main/sal/osl/os2/
H A Dmutex.c114 sal_Bool ret = sal_False; in osl_tryToAcquireMutex() local
122 ret = osl_acquireMutex(Mutex); in osl_tryToAcquireMutex()
126 return ret; in osl_tryToAcquireMutex()
/aoo41x/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dcall.s43 ret
47 ret
51 ret
203 ret
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Duno2cpp.cxx72 int ret = -1; in hasVFP() local
76 while ((ret == -1) && ((n = read(fd, buf, sizeof (buf))) > 0)) in hasVFP()
82 ret = (buf[i].a_un.a_val & HWCAP_ARM_VFP) ? true : false; in hasVFP()
87 ret = -2; in hasVFP()
94 return ret; in hasVFP()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Duno2cpp.cxx72 int ret = -1; in hasVFP() local
76 while ((ret == -1) && ((n = read(fd, buf, sizeof (buf))) > 0)) in hasVFP()
82 ret = (buf[i].a_un.a_val & HWCAP_ARM_VFP) ? true : false; in hasVFP()
87 ret = -2; in hasVFP()
94 return ret; in hasVFP()
/aoo41x/main/extensions/test/ole/OleConverterVar1/
H A DconvTest.cxx616 CComVariant ret; in printVariant() local
617 hr= disp.GetPropertyByName( static_cast<LPCOLESTR>(L"Name"), &ret); in printVariant()
618 wsprintf( (TCHAR*)buf, _T(" VT_UNKNOWN: property \"Name\": %s \n"), W2T(ret.bstrVal)); in printVariant()
625 CComVariant ret; in printVariant() local
626 if( SUCCEEDED( hr= disp.GetPropertyByName( static_cast<LPCOLESTR>(L"Name"), &ret))) in printVariant()
627 wsprintf( (TCHAR*)buf, _T(" VT_DISPATCH: property \"Name\": %s \n"), W2T(ret.bstrVal)); in printVariant()
/aoo41x/main/udm/source/html/
H A Dhtmlitem.cxx143 TableRow * ret = new TableRow; in AddRow() local
144 *this << ret; in AddRow()
145 return *ret; in AddRow()
/aoo41x/main/sal/osl/w32/
H A Dmutex.c147 sal_Bool ret = sal_False; in osl_tryToAcquireMutex() local
160 ret = osl_acquireMutex(Mutex); in osl_tryToAcquireMutex()
165 return ret; in osl_tryToAcquireMutex()

Completed in 167 milliseconds

12345678910>>...17