Searched refs:nErg (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sw/source/core/bastyp/ |
H A D | calc.cxx | 1375 SwSbxValue nErg; in Prim() local 1392 nErg = Prim(); in Prim() 1396 nErg.PutBool(!nErg.GetBool()); in Prim() 1401 nErg.PutLong( nErg.GetDouble() == 0.0 ? 1 : 0 ); in Prim() 1406 nErg.Compute( SbxNOT, nErg ); in Prim() 1446 nErg = Expr(); in Prim() 1473 nErg.PutDouble( sqrt( nErg.GetDouble() )); in Prim() 1481 nErg = Expr(); in Prim() 1514 nErg.Clear(); in Prim() 1522 nErg.Clear(); in Prim() [all …]
|
/aoo42x/main/connectivity/source/parse/ |
H A D | sqlnode.cxx | 911 sal_Int16 nErg = 0; in buildPredicateRule() local 921 return nErg; in buildPredicateRule() 929 nErg = buildNode(pAppend,pCompare,pNode1,pNode2); in buildPredicateRule() 934 return nErg; in buildPredicateRule() 939 sal_Int16 nErg = 0; in buildLikeRule() local 943 return nErg; in buildLikeRule() 954 return nErg; in buildLikeRule() 966 nErg = 1; in buildLikeRule() 975 nErg = 1; in buildLikeRule() 996 nErg = 1; in buildLikeRule() [all …]
|
H A D | sqlbison.y | 1146 sal_Int16 nErg = xxx_pGLOBAL_SQLPARSER->buildComparsionRule($$,$1); 1147 if(nErg == 1) 1156 if(nErg) 1245 sal_Int16 nErg = xxx_pGLOBAL_SQLPARSER->buildPredicateRule($$,$2,$1); 1246 if(nErg == 1) 1279 sal_Int16 nErg = xxx_pGLOBAL_SQLPARSER->buildPredicateRule($$,$3,$2,$5); 1280 if(nErg == 1)
|
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 6653 double nErg = 0.0; in DBIterator() local 6667 case ifPRODUCT: nErg = 1; break; in DBIterator() 6668 case ifMAX: nErg = -MAXDOUBLE; break; in DBIterator() 6669 case ifMIN: nErg = MAXDOUBLE; break; in DBIterator() 6685 nErg += aValue.mfValue; in DBIterator() 6689 case ifMAX: if( aValue.mfValue > nErg ) nErg = aValue.mfValue; break; in DBIterator() 6690 case ifMIN: if( aValue.mfValue < nErg ) nErg = aValue.mfValue; break; in DBIterator() 6702 case ifCOUNT: nErg = nCount; break; in DBIterator() 6703 case ifSUM: nErg = ::rtl::math::approxAdd( nErg, fMem ); break; in DBIterator() 6704 case ifAVERAGE: nErg = ::rtl::math::approxAdd( nErg, fMem ) / nCount; break; in DBIterator() [all …]
|
H A D | interpr4.cxx | 2265 double nErg = 0.0; in ScExternal() local 2266 ppParam[0] = &nErg; in ScExternal() 2268 PushDouble(nErg); in ScExternal() 2292 double nErg = 0.0; in ScExternal() local 2293 ppParam[0] = &nErg; in ScExternal() 2295 sal_uLong nHandle = sal_uLong( nErg ); in ScExternal()
|
/aoo42x/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.cxx | 2207 long nErg=0,i; in GetRealRow() local 2213 if(nErg++ == nRowId) in GetRealRow() 2217 DBG_ASSERT(nErg <= long(m_bVisibleRow.size()),"nErg kann nicht groesser als BROW_ROW_CNT sein!"); in GetRealRow() 2238 sal_Int32 nErg(0); in GetNoneVisibleRows() local 2244 nErg |= nVisibleRowMask[i]; in GetNoneVisibleRows() 2246 return nErg; in GetNoneVisibleRows()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | frmtool.cxx | 2727 BigInt nErg = 1; in SqRt() local 2734 nErg = (nOldErg + (nX / nOldErg)) / BigInt(2); in SqRt() 2735 nOldErg = nErg; in SqRt() 2738 return nErg >= BigInt(SAL_MAX_UINT32) ? ULONG_MAX : (sal_uLong)nErg; in SqRt()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docfld.cxx | 1538 double nErg = aValue.GetDouble(); in UpdateExpFlds() local 1542 pSFld->SetValue( nErg ); in UpdateExpFlds()
|
Completed in 353 milliseconds