Home
last modified time | relevance | path

Searched refs:aValList (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/scaddins/source/analysis/
H A Danalysis.cxx717 aValList.Append( aVLst ); in getMultinomial()
720 if( aValList.Count() == 0 ) in getMultinomial()
726 for( const double *p = aValList.First(); p; p = aValList.Next() ) in getMultinomial()
867 aValList.Append( aVLst ); in getGcd()
870 if( aValList.Count() == 0 ) in getGcd()
876 p = aValList.Next(); in getGcd()
881 p = aValList.Next(); in getGcd()
892 aValList.Append( aVLst ); in getLcm()
895 if( aValList.Count() == 0 ) in getLcm()
904 p = aValList.Next(); in getLcm()
[all …]
H A Dfinancial.cxx570 ScaDoubleList aValList; in getXnpv() local
573 aValList.Append( rValues ); in getXnpv()
576 sal_Int32 nNum = aValList.Count(); in getXnpv()
586 fRet += *aValList.Get( i ) / ( pow( fRate, ( *aDateList.Get( i ) - fNull ) / 365.0 ) ); in getXnpv()
H A Danalysisadd.idl105 [in] sequence< sequence< long > > aValList,
/aoo4110/main/sw/source/filter/html/
H A Dhtmlforw.cxx1231 uno::Sequence<OUString> aValList; in OutHTML_DrawFrmFmtAsControl() local
1234 aValList = *(uno::Sequence<OUString>*)aTmp.getValue(); in OutHTML_DrawFrmFmtAsControl()
1235 nValCnt = aValList.getLength(); in OutHTML_DrawFrmFmtAsControl()
1236 pValues = aValList.getConstArray(); in OutHTML_DrawFrmFmtAsControl()

Completed in 66 milliseconds