Home
last modified time | relevance | path

Searched refs:total (Results 1 – 25 of 117) sorted by relevance

12345

/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotFieldReferenceType.idl109 in the base field's sort order, and the total sum is shown.
124 /** Each result is divided by the total result for its row in the DataPilot table.
126 <p>If there are several data fields, the total for the result's data field is used.</p>
128 <p>If there are subtotals with manually selected summary functions, still the total with
140 …star::sheet">DataPilotFieldReferenceType::ROW_PERCENTAGE</const>, but the total for the result's c…
147 …sheet">DataPilotFieldReferenceType::ROW_PERCENTAGE</const>, but the grand total for the result's d…
154 …/** The row and column totals and the grand total, following the same rules as above, are used to …
156 <p>( original result * grand total ) / ( row total * column total )</p>
H A DDataPilotDescriptor.idl119 /** specifies if columns for grand total results are created.
125 /** specifies if rows for grand total results are created.
143 /** specifies a label for grand total results.
H A DSubTotalFieldsEnumeration.idl37 /** represents an enumeration of sub total fields.
45 /** provides methods to access the sub total fields in the enumeration.
H A DSubTotalDescriptor.idl62 /** creates an enumeration of all sub total fields.
70 /** provides access to the sub total fields in the collection via index.
H A DMemberResultFlags.idl57 /** The element contains a grand total.
/trunk/main/scripting/examples/java/MemoryUsage/
H A DMemoryUsage.java88 XSpreadsheet sheet, String date, long total, long free) in addData() argument
95 sheet.getCellByPosition(1, 0).setValue(total - free); in addData()
97 sheet.getCellByPosition(1, 2).setValue(total); in addData()
/trunk/main/scripting/examples/beanshell/MemoryUsage/
H A Dmemusage.bsh61 addData(sheet, date, total, free)
69 sheet.getCellByPosition(1, 0).setValue(total - free);
71 sheet.getCellByPosition(1, 2).setValue(total);
/trunk/main/offapi/com/sun/star/awt/
H A DWindowEvent.idl55 /** specifies the outer (total) width of the window.
61 /** specifies the outer (total) height of the window.
H A DGradient.idl71 /** per cent of the total width where just the start color is used.
/trunk/main/offapi/com/sun/star/report/
H A DCalculation.idl92 /** returns as a percentage of the grand total summary.
116 /** returns the total of all the values for the field.
/trunk/main/offapi/com/sun/star/rendering/
H A DStrokeAttributes.idl88 above, i.e. the total width of all lines and spacings will
95 ends with a spacing, this spacing is included in the total
H A DXLinePolyPolygon2D.idl59 starting with nPolygonIndex (i.e. a total of
H A DTexture.idl57 relative to the textured primitive. Thus, the total
/trunk/main/sc/source/ui/src/
H A Dscfuncs.src1056 … Text [ en-US ] = "The payment period. The total number of periods in which the annuity is paid." ;
1112 …Text [ en-US ] = "Payment period. The total number of periods in which the annuity (pension) is pa…
2048 Text [ en-US ] = "Sum total of amortization periods." ;
2801 …Text [ en-US ] = "Number 1, number 2, ... are 1 to 30 arguments whose total is to be calculated." ;
3189 Text [ en-US ] = "The total number of elements." ;
3221 Text [ en-US ] = "The total number of elements." ;
4525 Text [ en-US ] = "Returns the total of the square sum of two arrays." ;
5841 Text [ en-US ] = "The total number of trials." ;
5921 Text [ en-US ] = "The total number of trials." ;
6952 Text [ en-US ] = "The total number of elements." ;
[all …]
/trunk/main/oox/source/dump/
H A Dxlsbdumper.ini339 20=input,output,calculation,check-cell,linked-cell,total,good,bad,neutral,accent1
775 …TAAS,0,normal,difference,percent,percent-diff,run-total,percent-of-row,percent-of-col,percent-of-t…
826 0x00100000=has-grand-total-caption
940 …t,sum,count-all,average,max,min,product,count-mumbers,std-dev,std-dev-p,var,var-p,grand-total,blank
/trunk/main/sc/source/ui/dbgui/
H A Dpvfundlg.src108 < "Running total in" ; Default; > ;
111 < "% of total" ; Default; > ;
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx120 int total; member
437 res->bufpos = res->total = 0; in HexFmtNew()
473 if (_this->total + size > 65534) { in HexFmtBlockWrite()
476 _this->total = 0; in HexFmtBlockWrite()
489 _this->total += size; in HexFmtBlockWrite()
/trunk/main/migrationanalysis/src/wizard/
H A Dwizard.ulf23 en-US = "A total of <TOPIC> documents will be analyzed:"
314 en-US = "A total of <TOPIC> documents will be analyzed:"
/trunk/main/offapi/com/sun/star/geometry/
H A DMatrix2D.idl64 printer. Then, the total transformation matrix and the device
H A DAffineMatrix2D.idl61 printer, Then, the total transformation matrix and the device
H A DAffineMatrix3D.idl63 Only then the total transformation matrix (oncluding projection to 2D)
/trunk/main/desktop/test/deployment/version/
H A Dreadme.txt44 The total order among the various versions is thus
/trunk/main/offapi/com/sun/star/packages/zip/
H A DZipConstants.idl283 /** END header field "total number of entries" offset
/trunk/main/extensions/source/macosx/spotlight/
H A Dunzip.m426 uLong number_entry_CD; /* total number of entries in
467 /* total number of entries in the central dir on this disk */
471 /* total number of entries in the central dir */
/trunk/main/offapi/com/sun/star/form/runtime/
H A DFormFeature.idl49 /** determines the number of total records in the form,

Completed in 143 milliseconds

12345