Lines Matching refs:xTextShape
169 if(pTickInfo->xTextShape.is()) in removeShapesAtWrongRhythm()
171 xTarget->remove(pTickInfo->xTextShape); in removeShapesAtWrongRhythm()
172 pTickInfo->xTextShape = NULL; in removeShapesAtWrongRhythm()
220 while( pTickInfo && !pTickInfo->xTextShape.is() ) in firstInfo()
232 while( pTickInfo && !pTickInfo->xTextShape.is() ); in firstInfo()
245 while( pTickInfo && !pTickInfo->xTextShape.is() ); in nextInfo()
253 while( pTickInfo && !pTickInfo->xTextShape.is() ); in nextInfo()
278 xShape2DText = pTickInfo->xTextShape; in lcl_getLabelsDistance()
307 xShape2DText = pTickInfo->xTextShape; in lcl_shiftLables()
676 if( lcl_doesShapeOverlapWithTickmark( pLastVisibleNeighbourTickInfo->xTextShape in createTextShapes()
688 !lcl_doesShapeOverlapWithTickmark( pLastVisibleNeighbourTickInfo->xTextShape in createTextShapes()
736 if(!pTickInfo->xTextShape.is()) in createTextShapes()
737 pTickInfo->xTextShape = createSingleLabel( m_xShapeFactory, xTarget in createTextShapes()
741 if(!pTickInfo->xTextShape.is()) in createTextShapes()
744 recordMaximumTextSize( pTickInfo->xTextShape, rAxisLabelProperties.fRotationAngleDegree ); in createTextShapes()
750 && lcl_hasWordBreak( pTickInfo->xTextShape ) ) in createTextShapes()
762 …if( doesOverlap( pLastVisibleNeighbourTickInfo->xTextShape, pTickInfo->xTextShape, rAxisLabelPrope… in createTextShapes()
771 !lcl_doesShapeOverlapWithTickmark( pLastVisibleNeighbourTickInfo->xTextShape in createTextShapes()
781 xTarget->remove(pTickInfo->xTextShape); in createTextShapes()
782 pTickInfo->xTextShape = NULL; in createTextShapes()
1488 Reference< drawing::XShape > xShape2DText( rTickInfo.xTextShape ); in updatePositions()