Home
last modified time | relevance | path

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

/aoo41x/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx633 TickInfo* pLastVisibleNeighbourTickInfo = NULL; in createTextShapes() local
661 pLastVisibleNeighbourTickInfo = bIsStaggered ? in createTextShapes()
674 if( pLastVisibleNeighbourTickInfo && !rAxisLabelProperties.bOverlapAllowed ) in createTextShapes()
676 if( lcl_doesShapeOverlapWithTickmark( pLastVisibleNeighbourTickInfo->xTextShape in createTextShapes()
686 pLastVisibleNeighbourTickInfo = pPREPreviousVisibleTickInfo; in createTextShapes()
687 if( !pLastVisibleNeighbourTickInfo || in createTextShapes()
688 !lcl_doesShapeOverlapWithTickmark( pLastVisibleNeighbourTickInfo->xTextShape in createTextShapes()
760 if( pLastVisibleNeighbourTickInfo && !rAxisLabelProperties.bOverlapAllowed ) in createTextShapes()
769 pLastVisibleNeighbourTickInfo = pPREPreviousVisibleTickInfo; in createTextShapes()
770 if( !pLastVisibleNeighbourTickInfo || in createTextShapes()
[all …]

Completed in 12 milliseconds