Searched refs:pTickInfo (Results 1 – 5 of 5) sorted by relevance
220 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 …]
94 for( TickInfo* pTickInfo = rTickIter.firstInfo() in createTextShapes_ForAngleAxis() local95 ; 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()
154 for( TickInfo* pTickInfo = aIter.firstInfo() in createShapes() local155 ; pTickInfo; pTickInfo = aIter.nextInfo(), nTick++ ) in createShapes()164 … aAxisProperties.m_pfMainLinePositionAtOtherAxis = new double( pTickInfo->getUnscaledTickValue() ); in createShapes()
90 for( TickInfo* pTickInfo = aIter.firstInfo() in createLinePointSequence_ForAngleAxis() local91 ; pTickInfo in createLinePointSequence_ForAngleAxis()92 ; pTickInfo = aIter.nextInfo(), nTick++ ) in createLinePointSequence_ForAngleAxis()98 double fLogicAngle = pTickInfo->getUnscaledTickValue(); in createLinePointSequence_ForAngleAxis()
252 for( TickInfo* pTickInfo = rIter.firstInfo() in updateUnscaledValuesAtTicks() local253 ; pTickInfo; pTickInfo = rIter.nextInfo() ) in updateUnscaledValuesAtTicks()
Completed in 32 milliseconds