/aoo4110/main/setup_native/scripts/ |
H A D | downloadscript.sh | 80 if [ -x /usr/bin/sum ] ; then 83 sum=`$tail_prog +$linenum $0 | /usr/bin/sum` 84 sum=`echo $sum | awk '{ print $1 }'` 86 if [ $sum != $checksum ]; then
|
H A D | javaloader.sh | 219 if [ -x /usr/bin/sum ]; then 223 sumA=`/usr/bin/sum $packagepath/$jrefile` 238 sumB=`/usr/bin/sum $tempjrefile`
|
/aoo4110/main/ |
H A D | fetch_tarballs.sh | 146 local sum=`$md5sum $md5special $basename | sed "s/ .*//"` 147 mv $basename "$TARFILE_LOCATION/$sum-$basename" 148 echo "added md5 sum $sum" 174 local sum=`$md5sum $md5special $basename | sed "s/ .*//"` 176 if [ "$sum" != "$sum_in_name" ]; then
|
H A D | external_deps.lst | 16 # MD5 defines the MD5 check-sum of a library 251 # This seems to be the original host, but the MD5 sum does not match.
|
/aoo4110/main/sal/rtl/source/ |
H A D | unload.cxx | 76 sal_uInt64 sum; in addTimeValue() local 80 sum= value1->Nanosec + value2->Nanosec; in addTimeValue() 81 if( sum >= 1000000000 ) in addTimeValue() 84 sum -= 1000000000; in addTimeValue() 86 result->Nanosec= (sal_uInt32)sum; in addTimeValue()
|
/aoo4110/main/extensions/source/scanner/ |
H A D | grid.cxx | 308 double sum = pNodeY[ i ]; in interpolate() local 313 sum *= x - pNodeX[ n ]; in interpolate() 314 sum /= pNodeX[ i ] - pNodeX[ n ]; in interpolate() 317 ret += sum; in interpolate()
|
/aoo4110/main/qadevOOo/runner/base/ |
H A D | java_complex.java | 150 Summarizer sum = new Summarizer(); in executeTest() local 151 sum.summarizeUp(entries[i]); in executeTest()
|
/aoo4110/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XDataPilotTable2.java | 114 double sum = 0.0; in _getDrillDownData() local 121 sum += ((Double)o).doubleValue(); in _getDrillDownData() 126 if (val != sum) in _getDrillDownData()
|
/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | DataPilotFieldReferenceType.idl | 108 /** Each result is added to the sum of the results for preceding items in the base field, 109 in the base field's sort order, and the total sum is shown. 112 calculating the sum, and results for that item are shown as error, to ensure consistency
|
H A D | StatusBarFunction.idl | 76 /** sum of all numerical values is calculated.
|
H A D | GeneralFunction.idl | 53 /** sum of all numerical values is calculated.
|
/aoo4110/main/vigra/ |
H A D | vigra1.6.0.patch | 1130 TmpType sum = NumericTraits<TmpType>::zero(); 1146 - sum += *k * VIGRA_CSTD::pow(-x, int(derivativeOrder)) / faculty; 1147 + sum += *k * VIGRA_CSTD::pow(-x, (double)derivOrder) / faculty; 1153 "Cannot normalize a kernel with sum = 0"); 1155 - sum = norm / sum; 1156 + sum = normFactor / sum; 1160 *k = *k * sum;
|
/aoo4110/main/offapi/com/sun/star/text/ |
H A D | GraphicCrop.idl | 41 The absolute sum of top and bottom crop must be smaller 42 than the objects original height. The absolute sum of the left and
|
H A D | XTextColumns.idl | 47 width of the object. The sum of the relative width values depends on 58 the sum of all values.
|
H A D | TextColumn.idl | 42 Width isn't a metric value, its a relative value to the sum of the width of all columns.
|
/aoo4110/main/solenv/bin/ |
H A D | buildalyzer | 89 if sum((flag in target.cxxflags for target in compile_targets)) == len(compile_targets): 93 if sum((flag in target.cxxflags for target in compile_targets)) == len(compile_targets):
|
/aoo4110/main/solenv/bin/modules/installer/ |
H A D | xpdinstaller.pm | 847 my $sum = 0; 851 $sum = $sum + ${$allnumbers}[$i]; 854 return $sum;
|
H A D | javainstaller.pm | 1380 my $sum = 0; 1384 $sum = $sum + ${$allnumbers}[$i]; 1387 return $sum;
|
/aoo4110/main/sc/source/core/tool/ |
H A D | interpr5.cxx | 987 double sum; in ScMatMult() local 992 sum = 0.0; in ScMatMult() 995 sum += pMat1->GetDouble(k,i)*pMat2->GetDouble(j,k); in ScMatMult() 997 pRMat->PutDouble(sum, j, i); in ScMatMult() 1850 double sum; in lcl_MFastMult() local 1855 sum = 0.0; in lcl_MFastMult() 1857 sum += pA->GetDouble(k,row) * pB->GetDouble(col,k); in lcl_MFastMult() 1858 pR->PutDouble(sum, col, row); in lcl_MFastMult()
|
/aoo4110/main/oox/source/dump/ |
H A D | xlsbdumper.ini | 170 0x10=sum 774 shortlist=PTDATAFIELD-SUBTOTAL,0,sum,count-all,average,max,min,product,count-num,std-dev,std-dev-p,… 871 0x00000200=sum 922 …0=unknown,count,percent,sum,caption-equal,caption-not-equal,caption-begins-width,caption-not-begin… 940 shortlist=PTFITEM-TYPE,0,data,default,sum,count-all,average,max,min,product,count-mumbers,std-dev,s… 971 0x0004=sum
|
/aoo4110/main/offapi/com/sun/star/chart/ |
H A D | StackableDiagram.idl | 53 the sum of data in each category, by taking the top of the
|
/aoo4110/main/offapi/com/sun/star/rendering/ |
H A D | XIntegerBitmapColorSpace.idl | 59 number of bits occupied by the respective component. The sum 61 returned from <member>getBitsPerPixel()</member>. If the sum is
|
/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | DataPilotReadme.txt | 47 and a value area with a sum up of all fields valid for this
|
/aoo4110/main/vcl/source/fontsubset/ |
H A D | ttcr.cxx | 242 sal_uInt32 sum = 0; in CheckSum() local 245 while (ptr < endptr) sum += *ptr++; in CheckSum() 247 return sum; in CheckSum()
|
/aoo4110/main/offapi/com/sun/star/drawing/ |
H A D | DocumentSettings.idl | 93 the sum of ParaTopMargin of the previous and ParaBottomMargin of
|