Lines Matching refs:pTickFactory2D

1317 …aggeringOfLabels( const AxisLabelProperties& rAxisLabelProperties, TickFactory_2D* pTickFactory2D )  in doStaggeringOfLabels()  argument
1319 if( !pTickFactory2D ) in doStaggeringOfLabels()
1338 , pTickFactory2D->getDistanceAxisTickToText( m_aAxisProperties ) in doStaggeringOfLabels()
1352 , pTickFactory2D->getDistanceAxisTickToText( m_aAxisProperties ), 0.0 ) ); in doStaggeringOfLabels()
1367 TickFactory_2D* pTickFactory2D = apTickFactory2D.get(); in createLabels() local
1368 if( !pTickFactory2D ) in createLabels()
1373 pTickFactory2D->updateScreenValues( m_aAllTickInfos ); in createLabels()
1412 …eTextShapes( m_xTextTarget, *apTickIter.get(), rAxisLabelProperties, pTickFactory2D, nScreenDistan… in createLabels()
1417 doStaggeringOfLabels( m_aAxisLabelProperties, pTickFactory2D ); in createLabels()
1433 TickFactory_2D* pTickFactory2D = apTickFactory2D.get(); in createMaximumLabels() local
1434 if( !pTickFactory2D ) in createMaximumLabels()
1439 pTickFactory2D->updateScreenValues( m_aAllTickInfos ); in createMaximumLabels()
1445 …toStaggeringOfLabelsAllowed( aAxisLabelProperties, pTickFactory2D->isHorizontalAxis(), pTickFactor… in createMaximumLabels()
1455 …( !createTextShapes( m_xTextTarget, *apTickIter.get(), aAxisLabelProperties, pTickFactory2D, -1 ) ) in createMaximumLabels()
1460 doStaggeringOfLabels( aAxisLabelProperties, pTickFactory2D ); in createMaximumLabels()
1471 TickFactory_2D* pTickFactory2D = apTickFactory2D.get(); in updatePositions() local
1472 if( !pTickFactory2D ) in updatePositions()
1477 pTickFactory2D->updateScreenValues( m_aAllTickInfos ); in updatePositions()
1491 …B2DVector aTextToTickDistance( pTickFactory2D->getDistanceAxisTickToText( m_aAxisProperties, true … in updatePositions()
1527 doStaggeringOfLabels( m_aAxisLabelProperties, pTickFactory2D ); in updatePositions()
1568 TickFactory_2D* pTickFactory2D = apTickFactory2D.get(); in createShapes() local
1569 if( !pTickFactory2D ) in createShapes()
1582 pTickFactory2D->updateScreenValues( aComplexTickInfos ); in createShapes()
1587 …sal_Int32 nOffset = static_cast<sal_Int32>(pTickFactory2D->getDistanceAxisTickToText( m_aAxisPrope… in createShapes()
1597 …B2DVector aLabelsDistance( lcl_getLabelsDistance( *apTickIter.get(), pTickFactory2D->getDistanceAx… in createShapes()
1611 …teTickMarkLineShapes( *aDepthIter, aTickmarkPropertiesList[nDepth], *pTickFactory2D, true /*bOnlyA… in createShapes()
1620 pTickFactory2D->getAllTicks( aUnshiftedTickInfos ); in createShapes()
1621 pTickFactory2D->updateScreenValues( aUnshiftedTickInfos ); in createShapes()
1633 …( *aDepthIter, m_aAxisProperties.m_aTickmarkPropertiesList[nDepth], *pTickFactory2D, false /*bOnly… in createShapes()