diff --git a/helpcontent2/source/text/scalc/01/04010000.xhp b/helpcontent2/source/text/scalc/01/04010000.xhp index 8398b1bd64..0e478d7d71 100755 --- a/helpcontent2/source/text/scalc/01/04010000.xhp +++ b/helpcontent2/source/text/scalc/01/04010000.xhp @@ -1,13 +1,14 @@ - + ************************************************************************ + --> @@ -42,15 +44,15 @@ Sun Microsystems, Inc. -converted from old format - fpe +converted from old format - fpe
spreadsheets; inserting breaks in inserting; breaks -page breaks; in spreadsheets - +page breaks; inserting in spreadsheets +mw changed "page breaks;..." Manual Break This command inserts manual row or column breaks to ensure that your data prints properly. You can insert a horizontal page break above, or a vertical page break to the left of, the active cell. diff --git a/helpcontent2/source/text/scalc/01/04060101.xhp b/helpcontent2/source/text/scalc/01/04060101.xhp index 907963e4cb..9bb7147b4e 100755 --- a/helpcontent2/source/text/scalc/01/04060101.xhp +++ b/helpcontent2/source/text/scalc/01/04060101.xhp @@ -1,13 +1,14 @@ - + ************************************************************************ + --> @@ -42,7 +44,7 @@ Sun Microsystems, Inc. -UFI: fixed #i25407# +UFI: fixed #i25407# dedr: reviewed @@ -392,7 +394,8 @@ dedr: reviewed
DCOUNT function - +counting rows;with numeric values +mw added "counting rows;" DCOUNT DCOUNT counts the number of rows (records) in a database that match the specified search criteria and contain numerical values. @@ -409,7 +412,9 @@ dedr: reviewed
DCOUNTA function - +records;counting in Calc databases +counting rows;with numeric or alphanumeric values +mw added "records;" and "counting rows;" DCOUNTA DCOUNTA counts the number of rows (records) in a database that match the specified search conditions, and contain numeric or alphanumeric values. @@ -422,7 +427,9 @@ dedr: reviewed
DGET function - +cell contents;searching in Calc databases +searching;cell contents in Calc databases +mw added "cell contents;" and "searching;" DGET DGET returns the contents of the referenced cell in a database which matches the specified search criteria. In case of an error, the function returns either #VALUE! for no row found, or Err502 for more than one cell found. @@ -440,7 +447,9 @@ dedr: reviewed
DMAX function - +maximum values in Calc databases +searching;maximum values in columns +mw added "maximum..." and "searching;" DMAX DMAX returns the maximum content of a cell (field) in a database (all records) that matches the specified search conditions. @@ -455,7 +464,9 @@ dedr: reviewed
DMIN function - +minimum values in Calc databases +searching;minimum values in columns +mw added "minimum..." and "searching;" DMIN DMIN returns the minimum content of a cell (field) in a database that matches the specified search criteria. @@ -470,7 +481,9 @@ dedr: reviewed
DAVERAGE function - +averages; in Calc databases +calculating;averages in Calc databases +mw added "averages;..." and "calculating;" DAVERAGE DAVERAGE returns the average of the values of all cells (fields) in all rows (database records) that match the specified search criteria. @@ -485,7 +498,8 @@ dedr: reviewed
DPRODUCT function - +multiplying;cell contents in Calc databases +mw added "multiplying..." DPRODUCT DPRODUCT multiplies all cells of a data range where the cell contents match the search criteria. @@ -498,7 +512,8 @@ dedr: reviewed
DSTDEV function - +standard deviations in databases;based on a sample +mw added "standard deviations...;" DSTDEV DSTDEV calculates the standard deviation of a population based on a sample, using the numbers in a database column that match the given conditions. The records are treated as a sample of data. That means that the children in the example represent a cross section of all children. Note that a representative result can not be obtained from a sample of less than one thousand. @@ -513,7 +528,8 @@ dedr: reviewed
DSTDEVP function - +standard deviations in databases;based on populations +mw added "standard deviations...;" DSTDEVP DSTDEVP calculates the standard deviation of a population based on all cells of a data range which match the search criteria. The records from the example are treated as the whole population. @@ -528,7 +544,9 @@ dedr: reviewed
DSUM function - +calculating;sums in Calc databases +sums;cells in Calc databases +mw added "calculating;" and "sums;" DSUM DSUM returns the total of all cells in a database field in all rows (records) that match the specified search criteria. @@ -543,7 +561,8 @@ dedr: reviewed
DVAR function - +variances;based on samples +mw added "variances;" DVAR DVAR returns the variance of all cells of a database field in all records that match the specified search criteria. The records from the example are treated as a sample of data. A representative result cannot be obtained from a sample population of less than one thousand. @@ -558,7 +577,8 @@ dedr: reviewed
DVARP function - +variances;based on populations +mw added "variances;" DVARP DVARP calculates the variance of all cell values in a database field in all records that match the specified search criteria. The records are from the example are treated as an entire population.