/aoo41x/main/toolkit/source/helper/ |
H A D | imagealign.cxx | 40 sal_Int16 nReturn = AboveCenter; in translateImagePosition() local 59 return nReturn; in translateImagePosition() 64 ImageAlign nReturn = IMAGEALIGN_TOP; in translateImagePosition() local 83 return nReturn; in translateImagePosition() 88 sal_Int16 nReturn = TOP; in getCompatibleImageAlign() local 111 return nReturn; in getCompatibleImageAlign() 116 sal_Int16 nReturn = AboveCenter; in getExtendedImagePosition() local 119 case LEFT: nReturn = LeftCenter; break; in getExtendedImagePosition() 120 case TOP: nReturn = AboveCenter; break; in getExtendedImagePosition() 121 case RIGHT: nReturn = RightCenter; break; in getExtendedImagePosition() [all …]
|
/aoo41x/main/comphelper/source/misc/ |
H A D | types.cxx | 82 sal_Int32 nReturn = 0; in getINT32() local 84 return nReturn; in getINT32() 90 sal_Int16 nReturn = 0; in getINT16() local 92 return nReturn; in getINT16() 98 double nReturn = 0.0; in getDouble() local 100 return nReturn; in getDouble() 106 float nReturn = 0.0; in getFloat() local 108 return nReturn; in getFloat() 116 return nReturn; in getString() 127 return nReturn; in getBOOL() [all …]
|
H A D | accimplaccess.cxx | 139 sal_Int64 nReturn( 0 ); in getSomething() local 144 nReturn = reinterpret_cast< sal_Int64 >( this ); in getSomething() 146 return nReturn; in getSomething()
|
H A D | numbers.cxx | 44 sal_Int16 nReturn(starutil::NumberFormat::UNDEFINED); in getNumberFormatType() local 51 xFormat->getPropertyValue(rtl::OUString::createFromAscii("Type")) >>= nReturn; in getNumberFormatType() 58 return nReturn; in getNumberFormatType()
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | fews.cxx | 262 sal_uInt16 nReturn = FRMTYPE_NONE; in GetFrmType() local 284 nReturn |= ( nReturn & FRMTYPE_TABLE ) ? in GetFrmType() 288 nReturn |= FRMTYPE_COLUMN; in GetFrmType() 292 nReturn |= FRMTYPE_FTNPAGE; in GetFrmType() 297 nReturn |= FRMTYPE_BODY; in GetFrmType() 301 nReturn |= FRMTYPE_FLY_FREE; in GetFrmType() 303 nReturn |= FRMTYPE_FLY_ATCNT; in GetFrmType() 308 nReturn |= FRMTYPE_FLY_INCNT; in GetFrmType() 310 nReturn |= FRMTYPE_FLY_ANY; in GetFrmType() 312 return nReturn; in GetFrmType() [all …]
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | delcldlg.cxx | 85 DelCellCmd nReturn = DEL_NONE; in GetDelCellCmd() local 90 nReturn = DEL_CELLSUP; in GetDelCellCmd() 95 nReturn = DEL_CELLSLEFT; in GetDelCellCmd() 100 nReturn = DEL_DELROWS; in GetDelCellCmd() 105 nReturn = DEL_DELCOLS; in GetDelCellCmd() 108 return nReturn; in GetDelCellCmd()
|
H A D | inscldlg.cxx | 85 InsCellCmd nReturn = INS_NONE; in GetInsCellCmd() local 90 nReturn = INS_CELLSDOWN; in GetInsCellCmd() 95 nReturn = INS_CELLSRIGHT; in GetInsCellCmd() 100 nReturn = INS_INSROWS; in GetInsCellCmd() 105 nReturn = INS_INSCOLS; in GetInsCellCmd() 108 return nReturn; in GetInsCellCmd()
|
/aoo41x/main/framework/test/threadtest/ |
H A D | threadtest.cxx | 424 sal_Int32 nReturn = 0; in getA() local 436 nReturn = m_nA; in getA() 440 LOG_GETA_END( nReturn, eReason, nThreadID ) in getA() 442 return nReturn; in getA() 451 sal_Int32 nReturn = 0; in workA() local 471 nReturn = m_nA; in workA() 476 LOG_WORKA_END( nReturn, eReason, nThreadID ) in workA() 478 return nReturn; in workA()
|
/aoo41x/main/framework/test/ |
H A D | threadtest.cxx | 432 sal_Int32 nReturn = 0; in getA() 439 nReturn = m_nA; in getA() 445 LOG_GETA_END( nReturn, eReason, nThreadID ) in getA() 446 return nReturn; in getA() 461 sal_Int32 nReturn = 0; in workA() 476 nReturn = m_nA; in workA() 482 LOG_WORKA_END( nReturn, eReason, nThreadID ) in workA() 483 return nReturn; in workA()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlwrap.cxx | 239 sal_uInt32 nReturn(0); in ImportFromComponent() local 288 nReturn = ERRCODE_SFX_WRONGPASSWORD; in ImportFromComponent() 304 nReturn = *new TwoStringErrorInfo( in ImportFromComponent() 324 nReturn = ERRCODE_SFX_WRONGPASSWORD; in ImportFromComponent() 335 nReturn = SCERR_IMPORT_FORMAT; in ImportFromComponent() 347 nReturn = ERRCODE_IO_BROKENPACKAGE; in ImportFromComponent() 358 nReturn = SCERR_IMPORT_OPEN; in ImportFromComponent() 369 nReturn = SCERR_IMPORT_UNKNOWN; in ImportFromComponent() 377 if (rDoc.HasRangeOverflow() && !nReturn) in ImportFromComponent() 378 nReturn = rDoc.GetRangeOverflowType(); in ImportFromComponent() [all …]
|
/aoo41x/main/fpicker/source/aqua/ |
H A D | ControlHelper.cxx | 546 nReturn = CHECKBOX_##elem; \ 547 DBG_PRINT_EXIT(CLASS_NAME, __func__, nReturn); \ 548 return nReturn 551 nReturn = LISTBOX_##elem##_LABEL; \ 552 DBG_PRINT_EXIT(CLASS_NAME, __func__, nReturn); \ 553 return nReturn 559 int nReturn = -1; in getControlElementName() local 581 DBG_PRINT_EXIT(CLASS_NAME, __func__, nReturn); in getControlElementName() 583 return nReturn; in getControlElementName()
|
/aoo41x/main/svtools/source/uno/ |
H A D | genericunodialog.cxx | 263 sal_Int16 nReturn(0); in execute() local 265 nReturn = pDialogToExecute->Execute(); in execute() 270 nReturn = RET_CANCEL; in execute() 277 executedDialog( nReturn ); in execute() 283 return nReturn; in execute()
|
/aoo41x/main/connectivity/source/drivers/odbcbase/ |
H A D | OPreparedStatement.cxx | 172 SQLRETURN nReturn = N3SQLExecute(m_aStatementHandle); in execute() local 174 OTools::ThrowException(m_pConnection,nReturn,m_aStatementHandle,SQL_HANDLE_STMT,*this); in execute() 175 needData = nReturn == SQL_NEED_DATA; in execute() 186 nReturn = N3SQLParamData(m_aStatementHandle,(SQLPOINTER*)¶mIndex); in execute() 455 SQLRETURN nReturn = N3SQLBindParameter( m_aStatementHandle, in setNull() local 466 OTools::ThrowException(m_pConnection,nReturn,m_aStatementHandle,SQL_HANDLE_STMT,*this); in setNull() 941 …SQLRETURN nReturn = N3SQLPrepare(m_aStatementHandle,(SDB_ODBC_CHAR *) aSql.getStr(),aSql.getLength… in prepareStatement() local 942 OTools::ThrowException(m_pConnection,nReturn,m_aStatementHandle,SQL_HANDLE_STMT,*this); in prepareStatement()
|
/aoo41x/main/connectivity/source/drivers/hsqldb/ |
H A D | HStorageAccess.cxx | 122 jlong nReturn = pHelper.get() ? pHelper->getSeek()->getPosition() : jlong(0); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_getFilePointer() local 124 aOpLog.logReturn( nReturn ); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_getFilePointer() 126 return nReturn; in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_getFilePointer() 146 jlong nReturn = pHelper.get() ? pHelper->getSeek()->getLength() :jlong(0); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_length() local 148 aOpLog.logReturn( nReturn ); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_length() 150 return nReturn; in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_length()
|
/aoo41x/main/connectivity/source/drivers/macab/ |
H A D | macabcondition.cxx | 135 sal_Int32 nReturn = MacabRecord::compareFields(aValue, aValue2); in eval() local 138 return nReturn == 0; in eval() 158 sal_Int32 nReturn = MacabRecord::compareFields(aValue, aValue2); in eval() local 161 return nReturn != 0; in eval()
|
/aoo41x/main/sc/source/ui/optdlg/ |
H A D | tpcalc.cxx | 229 int nReturn = KEEP_PAGE; in DeactivatePage() local 235 nReturn = LEAVE_PAGE; in DeactivatePage() 238 if ( nReturn == KEEP_PAGE ) in DeactivatePage() 250 return nReturn; in DeactivatePage()
|
/aoo41x/main/writerfilter/source/doctok/ |
H A D | WW8PropertySetImpl.cxx | 164 sal_uInt32 nReturn = 0; in getParamOffset() local 167 nReturn = 1; in getParamOffset() 173 nReturn = 3; in getParamOffset() 181 return nReturn; in getParamOffset()
|
/aoo41x/main/svtools/source/brwbox/ |
H A D | datwin.cxx | 384 sal_Int8 nReturn = DND_ACTION_NONE; in AcceptDrop() local 385 nReturn = GetParent()->AcceptDrop( BrowserAcceptDropEvent( this, _rEvt ) ); in AcceptDrop() 387 return nReturn; in AcceptDrop() 394 sal_Int8 nReturn = DND_ACTION_NONE; in ExecuteDrop() local 395 nReturn = GetParent()->ExecuteDrop( BrowserExecuteDropEvent( this, _rEvt ) ); in ExecuteDrop() 397 return nReturn; in ExecuteDrop()
|
/aoo41x/main/svx/source/inc/ |
H A D | typeconversionclient.hxx | 61 double nReturn(0); in getValue() local 63 nReturn = m_xTypeConversion->getValue( _rxVariant, _rNullDate ); in getValue() 64 return nReturn; in getValue()
|
/aoo41x/main/reportdesign/inc/ |
H A D | RptDef.hxx | 102 T nReturn = T(); in getStyleProperty() local 104 xProp->getPropertyValue(_sPropertyName) >>= nReturn; in getStyleProperty() 105 return nReturn; in getStyleProperty()
|
/aoo41x/main/svx/source/form/ |
H A D | ParseContext.cxx | 138 sal_Unicode nReturn( _nFallback ); in lcl_getSeparatorChar() local 140 nReturn = static_cast< sal_Char >( _rSeparator.GetBuffer( )[0] ); in lcl_getSeparatorChar() 141 return nReturn; in lcl_getSeparatorChar()
|
/aoo41x/main/svl/source/numbers/ |
H A D | supservs.cxx | 202 sal_Int64 nReturn = SvNumberFormatsSupplierObj::getSomething( aIdentifier ); in getSomething() local 203 if ( nReturn ) in getSomething() 206 return nReturn; in getSomething()
|
/aoo41x/main/mysqlc/source/ |
H A D | mysqlc_general.cxx | 79 OUString nReturn; in getStringFromAny() local 80 OSL_VERIFY( _rAny >>= nReturn ); in getStringFromAny() 81 return nReturn; in getStringFromAny()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | numfmt.cxx | 1455 sal_uLong nReturn = 0; in IMPL_LINK() local 1475 nReturn |= nReturnChanged | nReturnAdded; in IMPL_LINK() 1502 nReturn |= nReturnOneArea; in IMPL_LINK() 1541 nReturn = ((nReturn & nReturnOneArea) ? 0 : (nReturn & nReturnChanged)); in IMPL_LINK() 1602 return nReturn; in IMPL_LINK()
|
H A D | tplneend.cxx | 591 sal_uInt16 nReturn = RET_YES; in IMPL_LINK() local 595 nReturn = WarningBox( DLGWIN, WinBits( WB_YES_NO_CANCEL ), in IMPL_LINK() 598 if ( nReturn == RET_YES ) in IMPL_LINK() 602 if ( nReturn != RET_CANCEL ) in IMPL_LINK()
|