Home
last modified time | relevance | path

Searched refs:pTickInfo (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx220 while( pTickInfo && !pTickInfo->xTextShape.is() ) in firstInfo()
222 if(!pTickInfo) in firstInfo()
232 while( pTickInfo && !pTickInfo->xTextShape.is() ); in firstInfo()
234 if(!pTickInfo) in firstInfo()
236 return pTickInfo; in firstInfo()
245 while( pTickInfo && !pTickInfo->xTextShape.is() ); in nextInfo()
253 while( pTickInfo && !pTickInfo->xTextShape.is() ); in nextInfo()
275 ; pTickInfo in lcl_getLabelsDistance()
304 ; pTickInfo in lcl_shiftLables()
658 ; pTickInfo in createTextShapes()
[all …]
H A DVPolarAngleAxis.cxx94 for( TickInfo* pTickInfo = rTickIter.firstInfo() in createTextShapes_ForAngleAxis() local
95 ; pTickInfo in createTextShapes_ForAngleAxis()
96 ; pTickInfo = rTickIter.nextInfo(), nTick++ ) in createTextShapes_ForAngleAxis()
103 if( !pTickInfo->bPaintIt ) in createTextShapes_ForAngleAxis()
110 if(!pTickInfo->xTextShape.is()) in createTextShapes_ForAngleAxis()
119 …sal_Int32 nIndex = static_cast< sal_Int32 >(pTickInfo->getUnscaledTickValue()) - 1; //first catego… in createTextShapes_ForAngleAxis()
124 …aLabel = aFixedNumberFormatter.getFormattedString( pTickInfo->getUnscaledTickValue(), nExtraColor,… in createTextShapes_ForAngleAxis()
129 double fLogicAngle = pTickInfo->getUnscaledTickValue(); in createTextShapes_ForAngleAxis()
144pTickInfo->xTextShape = aShapeFactory.createText( xTarget, aStackedLabel, aPropNames, aPropValues,… in createTextShapes_ForAngleAxis()
H A DVPolarRadiusAxis.cxx154 for( TickInfo* pTickInfo = aIter.firstInfo() in createShapes() local
155 ; pTickInfo; pTickInfo = aIter.nextInfo(), nTick++ ) in createShapes()
164 … aAxisProperties.m_pfMainLinePositionAtOtherAxis = new double( pTickInfo->getUnscaledTickValue() ); in createShapes()
H A DVPolarGrid.cxx90 for( TickInfo* pTickInfo = aIter.firstInfo() in createLinePointSequence_ForAngleAxis() local
91 ; pTickInfo in createLinePointSequence_ForAngleAxis()
92 ; pTickInfo = aIter.nextInfo(), nTick++ ) in createLinePointSequence_ForAngleAxis()
98 double fLogicAngle = pTickInfo->getUnscaledTickValue(); in createLinePointSequence_ForAngleAxis()
H A DVAxisBase.cxx252 for( TickInfo* pTickInfo = rIter.firstInfo() in updateUnscaledValuesAtTicks() local
253 ; pTickInfo; pTickInfo = rIter.nextInfo() ) in updateUnscaledValuesAtTicks()

Completed in 40 milliseconds