Searched defs:ScDPLabelData (Results 1 – 2 of 2) sorted by relevance
70 struct ScDPLabelData struct74 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 dimension78 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
73 ScDPLabelData::ScDPLabelData( const String& rName, SCCOL nCol, bool bIsValue ) : in ScDPLabelData() function in ScDPLabelData
Completed in 12 milliseconds