Home
last modified time | relevance | path

Searched defs:ScDPLabelData (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/inc/
H A Dpivot.hxx70 struct ScDPLabelData struct
74 SCCOL mnCol;
75 sal_uInt16 mnFuncMask; /// Page/Column/Row subtotal function.
76 sal_Int32 mnUsedHier; /// Used hierarchy.
77 sal_Int32 mnFlags; /// Flags from the DataPilotSource dimension
78 bool mbShowAll; /// true = Show all (also empty) results.
79 bool mbIsValue; /// true = Sum or count in data field.
103 explicit ScDPLabelData( const String& rName, SCCOL nCol, bool bIsValue ); argument
/trunk/main/sc/source/core/data/
H A Dpivot2.cxx73 ScDPLabelData::ScDPLabelData( const String& rName, SCCOL nCol, bool bIsValue ) : in ScDPLabelData() function in ScDPLabelData

Completed in 13 milliseconds