Searched refs:nErg (Results 1 – 8 of 8) sorted by relevance
/aoo4110/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 …]
|
/aoo4110/main/connectivity/source/parse/ |
H A D | sqlnode.cxx | 914 sal_Int16 nErg = 0; in buildPredicateRule() local 924 return nErg; in buildPredicateRule() 932 nErg = buildNode(pAppend,pCompare,pNode1,pNode2); in buildPredicateRule() 937 return nErg; in buildPredicateRule() 942 sal_Int16 nErg = 0; in buildLikeRule() local 946 return nErg; in buildLikeRule() 957 return nErg; in buildLikeRule() 969 nErg = 1; in buildLikeRule() 978 nErg = 1; in buildLikeRule() 999 nErg = 1; in buildLikeRule() [all …]
|
H A D | sqlbison.y | 1145 sal_Int16 nErg = xxx_pGLOBAL_SQLPARSER->buildComparsionRule($$,$1); 1146 if(nErg == 1) 1155 if(nErg) 1244 sal_Int16 nErg = xxx_pGLOBAL_SQLPARSER->buildPredicateRule($$,$2,$1); 1245 if(nErg == 1) 1278 sal_Int16 nErg = xxx_pGLOBAL_SQLPARSER->buildPredicateRule($$,$3,$2,$5); 1279 if(nErg == 1)
|
/aoo4110/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 6516 double nErg = 0.0; in DBIterator() local 6530 case ifPRODUCT: nErg = 1; break; in DBIterator() 6531 case ifMAX: nErg = -MAXDOUBLE; break; in DBIterator() 6532 case ifMIN: nErg = MAXDOUBLE; break; in DBIterator() 6548 nErg += aValue.mfValue; in DBIterator() 6552 case ifMAX: if( aValue.mfValue > nErg ) nErg = aValue.mfValue; break; in DBIterator() 6553 case ifMIN: if( aValue.mfValue < nErg ) nErg = aValue.mfValue; break; in DBIterator() 6565 case ifCOUNT: nErg = nCount; break; in DBIterator() 6566 case ifSUM: nErg = ::rtl::math::approxAdd( nErg, fMem ); break; in DBIterator() 6567 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()
|
/aoo4110/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()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | frmtool.cxx | 2711 BigInt nErg = 1; in SqRt() local 2718 nErg = (nOldErg + (nX / nOldErg)) / BigInt(2); in SqRt() 2719 nOldErg = nErg; in SqRt() 2722 return nErg >= BigInt(SAL_MAX_UINT32) ? ULONG_MAX : (sal_uLong)nErg; in SqRt()
|
/aoo4110/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 112 milliseconds