Home
last modified time | relevance | path

Searched refs:ShiftedCategoryPosition (Results 1 – 8 of 8) sorted by relevance

/trunk/main/chart2/source/view/axes/
H A DScaleAutomatism.cxx79 , ShiftedCategoryPosition(false) in ExplicitScaleData()
214 rExplicitScale.ShiftedCategoryPosition = m_aSourceScale.ShiftedCategoryPosition; in calculateExplicitScaleAndIncrement()
266 if( rExplicitScale.ShiftedCategoryPosition ) in calculateExplicitIncrementAndScaleForCategory()
605 if( rExplicitScale.ShiftedCategoryPosition ) in calculateExplicitIncrementAndScaleForDateTimeAxis()
611 if( rExplicitScale.ShiftedCategoryPosition ) in calculateExplicitIncrementAndScaleForDateTimeAxis()
626 if( rExplicitScale.ShiftedCategoryPosition ) in calculateExplicitIncrementAndScaleForDateTimeAxis()
H A DVAxisBase.cxx171 if( m_aScale.ShiftedCategoryPosition ) in createAllTickInfos()
H A DVCartesianAxis.cxx1618 …if( m_aScale.ShiftedCategoryPosition )// if ShiftedCategoryPosition==true the tickmarks in m_aAllT… in createShapes()
1624 …d::vector< ::std::vector< TickInfo > >& rAllTickInfos = m_aScale.ShiftedCategoryPosition ? aUnshif… in createShapes()
/trunk/main/chart2/source/view/inc/
H A DPlottingPositionHelper.hxx297 return m_bAllowShiftXAxisPos && m_aScales[nDimensionIndex].ShiftedCategoryPosition; in isStrongLowerRequested()
299 return m_bAllowShiftZAxisPos && m_aScales[nDimensionIndex].ShiftedCategoryPosition; in isStrongLowerRequested()
320 if( m_bAllowShiftXAxisPos && m_aScales[0].ShiftedCategoryPosition ) in doLogicScaling()
329 if( m_bAllowShiftZAxisPos && m_aScales[2].ShiftedCategoryPosition) in doLogicScaling()
/trunk/main/chart2/source/inc/chartview/
H A DExplicitScaleValues.hxx57 bool ShiftedCategoryPosition; member
/trunk/main/offapi/com/sun/star/chart2/
H A DScaleData.idl99 boolean ShiftedCategoryPosition;
/trunk/main/chart2/source/view/main/
H A DChartView.cxx860 aSourceScale.ShiftedCategoryPosition = true; in initAxisUsageList()
862 aSourceScale.ShiftedCategoryPosition = false; in initAxisUsageList()
1713 if( rExplicitScale.ShiftedCategoryPosition ) in getExplicitValuesForAxis()
/trunk/main/chart2/source/tools/
H A DAxisHelper.cxx83 aScaleData.ShiftedCategoryPosition = false;//this is adapted in the view code currently in createDefaultScale()

Completed in 86 milliseconds