Home
last modified time | relevance | path

Searched refs:nErg (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/sw/source/core/bastyp/
H A Dcalc.cxx1375 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 …]
/aoo41x/main/connectivity/source/parse/
H A Dsqlnode.cxx914 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 Dsqlbison.y1146 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)
/aoo41x/main/sc/source/core/tool/
H A Dinterpr1.cxx6516 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 Dinterpr4.cxx2265 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()
/aoo41x/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx2207 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()
/aoo41x/main/sw/source/core/layout/
H A Dfrmtool.cxx2711 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()
/aoo41x/main/sw/source/core/doc/
H A Ddocfld.cxx1538 double nErg = aValue.GetDouble(); in UpdateExpFlds() local
1542 pSFld->SetValue( nErg ); in UpdateExpFlds()

Completed in 180 milliseconds