Home
last modified time | relevance | path

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

1...<<1112131415161718

/aoo42x/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()
/aoo42x/main/autodoc/source/ary/inc/store/
H A Ds_storage.hxx157 ret( aData.Add_Entity(pass_newEntity) ); in Store_Entity() local
158 pass_newEntity.Set_Id(ret); in Store_Entity()
159 return key_type(ret); in Store_Entity()
/aoo42x/main/wizards/com/sun/star/wizards/db/
H A DColumnPropertySet.java50 PropertyValue[] ret = new PropertyValue[props.length]; in propertySet2PropertyValueArray() local
56 ret[i] = val; in propertySet2PropertyValueArray()
58 return ret; in propertySet2PropertyValueArray()
/aoo42x/main/odk/source/unoapploader/unx/
H A Dunoapploader.c94 int ret; in main() local
106 ret = lstat(unoinfo, &stat); in main()
109 if (ret == 0) { in main()
/aoo42x/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()
/aoo42x/main/svx/source/dialog/
H A Dsendreportunx.cxx239 int ret = -1; in SendReport() local
255 ret = system(cmd.getStr()); in SendReport()
263 return -1 != ret; in SendReport()
/aoo42x/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclControl.java291 String ret = (String) invoke(Constant.M_GetScreenRectangle, new Object[] { Boolean.FALSE });
292 if (ret == null)
294 String[] data = ret.split(",");
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_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()
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/main/scripting/workben/ifc/scripting/
H A D_XScriptInvocation.java114 Object ret = oObj.invoke(logicalname, params, args, num, result); in runInvokeTest() local
115 log.println("return type is: " + ret.getClass().getName() + in runInvokeTest()
116 ", value is: " + ret.toString()); in runInvokeTest()
/aoo42x/main/qadevOOo/runner/lib/
H A DTestParameters.java288 Object ret = null; in getMSF() local
289 ret = get("ServiceFactory"); in getMSF()
290 return ret; in getMSF()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlTables.java65 XPropertySet ret = null; in createObject() local
75ret = new PostgresqlTable(metadata.getConnection(), this, nameComponents.getTable(), in createObject()
82 return ret; in createObject()
/aoo42x/main/pyuno/source/loader/
H A Dpyuno_loader.cxx164 Reference< XInterface > ret; in CreateInstance() local
209 runtime.pyObject2Any( pyInstance ) >>= ret; in CreateInstance()
211 return ret; in CreateInstance()

Completed in 154 milliseconds

1...<<1112131415161718