Home
last modified time | relevance | path

Searched refs:ret (Results 251 – 275 of 424) sorted by relevance

1...<<11121314151617

/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Dexcept.cxx88 OUString ret( buf.makeStringAndClear() ); in toUNOname() local
89 OString c_ret( OUStringToOString( ret, RTL_TEXTENCODING_ASCII_US ) ); in toUNOname()
91 return ret; in toUNOname()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Dexcept.cxx88 OUString ret( buf.makeStringAndClear() ); in toUNOname() local
89 OString c_ret( OUStringToOString( ret, RTL_TEXTENCODING_ASCII_US ) ); in toUNOname()
91 return ret; in toUNOname()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Dexcept.cxx88 OUString ret( buf.makeStringAndClear() ); in toUNOname() local
89 OString c_ret( OUStringToOString( ret, RTL_TEXTENCODING_ASCII_US ) ); in toUNOname()
91 return ret; in toUNOname()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Dexcept.cxx88 OUString ret( buf.makeStringAndClear() ); in toUNOname() local
89 OString c_ret( OUStringToOString( ret, RTL_TEXTENCODING_ASCII_US ) ); in toUNOname()
91 return ret; in toUNOname()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_s390/
H A Dexcept.cxx88 OUString ret( buf.makeStringAndClear() ); in toUNOname() local
89 OString c_ret( OUStringToOString( ret, RTL_TEXTENCODING_ASCII_US ) ); in toUNOname()
91 return ret; in toUNOname()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Dexcept.cxx88 OUString ret( buf.makeStringAndClear() ); in toUNOname() local
89 OString c_ret( OUStringToOString( ret, RTL_TEXTENCODING_ASCII_US ) ); in toUNOname()
91 return ret; in toUNOname()
/aoo41x/main/bridges/source/cpp_uno/gcc3_macosx_powerpc/
H A Dexcept.cxx87 OUString ret( buf.makeStringAndClear() ); in toUNOname() local
88 OString c_ret( OUStringToOString( ret, RTL_TEXTENCODING_ASCII_US ) ); in toUNOname()
90 return ret; in toUNOname()
/aoo41x/main/sal/osl/w32/
H A Dprocess.cxx190 DWORD ret; in osl_joinProcessWithTimeout() local
198 ret = WaitForSingleObject(((oslProcessImpl*)Process)->m_hProcess, timeout); in osl_joinProcessWithTimeout()
200 if (WAIT_FAILED == ret) in osl_joinProcessWithTimeout()
202 else if (WAIT_TIMEOUT == ret) in osl_joinProcessWithTimeout()
H A Dprocimpl.cxx306 rtl::OUString ret(path); in getShortPath() local
321 ret = rtl::OUString(&vec2[0], len2); in getShortPath()
325 ret = rtl::OUString(&vec[0], len); in getShortPath()
328 return ret; in getShortPath()
/aoo41x/main/unoxml/qa/complex/unoxml/
H A DRDFRepositoryTest.java627 Statement[] ret = new Statement[arr.length]; in toSeq() local
629 ret[i] = (Statement) arr[i]; in toSeq()
631 return ret; in toSeq()
643 XNode[][] ret = new XNode[arr.length][]; in toSeqs() local
645 ret[i] = (XNode[]) arr[i]; in toSeqs()
647 return ret; in toSeqs()
/aoo41x/main/basebmp/test/
H A Dbmpdemo.cxx785 PackedPixelIterator ret(*this); in operator +() local
786 ret += s; in operator +()
787 return ret; in operator +()
792 PackedPixelIterator ret(*this); in operator -() local
793 ret -= s; in operator -()
794 return ret; in operator -()
/aoo41x/main/xmlhelp/source/cxxhelp/provider/
H A Durlparameter.cxx450 sal_Int32 ret; in open() local
456 ret = xStream->readBytes( aSeq,4096 ); in open()
458 if( ret < 4096 ) in open()
641 bool ret = true; in query() local
694 ret = false; in query()
697 return ret; in query()
/aoo41x/main/unodevtools/source/unodevtools/
H A Dtypemanager.cxx262 RTTypeClass ret = reader.getTypeClass(); in getTypeClass() local
266 m_pImpl->m_t2TypeClass[name] = ret; in getTypeClass()
267 return ret; in getTypeClass()
/aoo41x/main/bridges/source/cpp_uno/mingw_intel/
H A Dexcept.cxx88 OUString ret( buf.makeStringAndClear() ); in toUNOname() local
89 OString c_ret( OUStringToOString( ret, RTL_TEXTENCODING_ASCII_US ) ); in toUNOname()
91 return ret; in toUNOname()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java1430 …final double[] ret = calcPaintSize(imageAreaWidthVal, imageAreaHeightVal, normalizedImageWidth, no… in startImageProcessing() local
1432 …mericValue.createValue(imageAreaWidthVal.getType(), (imageAreaWidthVal.getValue() - ret[0]) * 0.5); in startImageProcessing()
1433 …ricValue.createValue(imageAreaHeightVal.getType(), (imageAreaHeightVal.getValue() - ret[1]) * 0.5); in startImageProcessing()
1435 … imageAreaWidthVal = CSSNumericValue.createValue(imageAreaWidthVal.getType(), ret[0]); in startImageProcessing()
1436 … imageAreaHeightVal = CSSNumericValue.createValue(imageAreaHeightVal.getType(), ret[1]); in startImageProcessing()
1710 double[] ret = new double[2]; in calcPaintSize() local
1711 ret[0] = imageWidth.getValue() * ratioMin; in calcPaintSize()
1712 ret[1] = imageHeight.getValue() * ratioMin; in calcPaintSize()
1713 return ret; in calcPaintSize()
/aoo41x/main/xmlsecurity/source/dialogs/
H A Ddigitalsignaturesdialog.cxx307 bool ret = true; in canAddRemove() local
322 ret = false; in canAddRemove()
329 && ret) in canAddRemove()
340 ret = false; in canAddRemove()
346 return ret; in canAddRemove()
/aoo41x/main/qadevOOo/runner/util/
H A DUITools.java385 Object[]ret = new XInterface[Items.size()]; in getListBoxObjects() local
387 ret[i] = Items.get(i); in getListBoxObjects()
389 return ret; in getListBoxObjects()
449 String[]ret = new String[Items.size()]; in getListBoxItems() local
450 return (String[])Items.toArray(ret); in getListBoxItems()
/aoo41x/main/unotools/source/config/
H A Deventcfg.cxx262 Reference< container::XNameReplace > ret; in getEvents() local
263 return ret; in getEvents()
388 Reference< container::XNameReplace > ret(this); in getEvents() local
389 return ret; in getEvents()
/aoo41x/main/qadevOOo/tests/java/ifc/frame/
H A D_XDocumentTemplates.java197 String ret = ""; in getContentList() local
202 ret += "\n " + row.getString(1); in getContentList()
209 return ret; in getContentList()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Dexcept.cxx87 OUString ret( buf.makeStringAndClear() ); in toUNOname() local
88 OString c_ret( OUStringToOString( ret, RTL_TEXTENCODING_ASCII_US ) ); in toUNOname()
90 return ret; in toUNOname()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Dexcept.cxx87 OUString ret( buf.makeStringAndClear() ); in toUNOname() local
88 OString c_ret( OUStringToOString( ret, RTL_TEXTENCODING_ASCII_US ) ); in toUNOname()
90 return ret; in toUNOname()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_m68k/
H A Dexcept.cxx87 OUString ret( buf.makeStringAndClear() ); in toUNOname() local
88 OString c_ret( OUStringToOString( ret, RTL_TEXTENCODING_ASCII_US ) ); in toUNOname()
90 return ret; in toUNOname()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Dexcept.cxx84 OUString ret( buf.makeStringAndClear() ); in toUNOname() local
85 OString c_ret( OUStringToOString( ret, RTL_TEXTENCODING_ASCII_US ) ); in toUNOname()
87 return ret; in toUNOname()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Dexcept.cxx87 OUString ret( buf.makeStringAndClear() ); in toUNOname() local
88 OString c_ret( OUStringToOString( ret, RTL_TEXTENCODING_ASCII_US ) ); in toUNOname()
90 return ret; in toUNOname()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dexcept.cxx89 OUString ret( buf.makeStringAndClear() ); in toUNOname() local
90 OString c_ret( OUStringToOString( ret, RTL_TEXTENCODING_ASCII_US ) ); in toUNOname()
92 return ret; in toUNOname()

Completed in 163 milliseconds

1...<<11121314151617