Lines Matching defs:AxisProperties
93 struct AxisProperties struct
97 sal_Int32 m_nDimensionIndex;
98 bool m_bIsMainAxis;//not secondary axis
99 bool m_bSwapXAndY;
105 double* m_pfMainLinePositionAtOtherAxis;
106 double* m_pfExrtaLinePositionAtOtherAxis;
108 bool m_bCrossingAxisHasReverseDirection;
109 bool m_bCrossingAxisIsCategoryAxes;
112 double m_fLabelDirectionSign;
114 double m_fInnerDirectionSign;
115 LabelAlignment m_aLabelAlignment;
116 sal_Bool m_bDisplayLabels;
118 sal_Int32 m_nNumberFormatKey;
124 sal_Int32 m_nMajorTickmarks;
125 sal_Int32 m_nMinorTickmarks;
128 VLineProperties m_aLineProperties;
131 …sal_Int32 m_nAxisType;//REALNUMBER, CATEGORY etc. type ::com::sun::star:…
132 bool m_bComplexCategories;
133 ExplicitCategoriesProvider* m_pExplicitCategoriesProvider;/*no ownership here*/