Searched refs:pTickInfo (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/main/chart2/source/view/axes/ |
| H A D | VCartesianAxis.cxx | 162 for( TickInfo* pTickInfo = rIter.firstInfo() in removeShapesAtWrongRhythm() local 163 ; pTickInfo && nTick <= nMaxTickToCheck in removeShapesAtWrongRhythm() 164 ; pTickInfo = rIter.nextInfo(), nTick++ ) in removeShapesAtWrongRhythm() 169 if(pTickInfo->xTextShape.is()) in removeShapesAtWrongRhythm() 171 xTarget->remove(pTickInfo->xTextShape); in removeShapesAtWrongRhythm() 172 pTickInfo->xTextShape = NULL; in removeShapesAtWrongRhythm() 219 TickInfo* pTickInfo = m_aPureTickIter.firstInfo(); in firstInfo() local 220 while( pTickInfo && !pTickInfo->xTextShape.is() ) in firstInfo() 221 pTickInfo = m_aPureTickIter.nextInfo(); in firstInfo() 222 if(!pTickInfo) in firstInfo() [all …]
|
| H A D | VPolarAngleAxis.cxx | 94 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() 144 …pTickInfo->xTextShape = aShapeFactory.createText( xTarget, aStackedLabel, aPropNames, aPropValues,… in createTextShapes_ForAngleAxis()
|
| H A D | VPolarRadiusAxis.cxx | 154 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 D | VPolarGrid.cxx | 90 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 D | VAxisBase.cxx | 252 for( TickInfo* pTickInfo = rIter.firstInfo() in updateUnscaledValuesAtTicks() local 253 ; pTickInfo; pTickInfo = rIter.nextInfo() ) in updateUnscaledValuesAtTicks()
|