Searched refs:xTextShape (Results  1 – 11 of 11) sorted by relevance
| /aoo42x/main/chart2/source/view/axes/ | 
| H A D | VCartesianAxis.cxx | 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() 245     while( pTickInfo && !pTickInfo->xTextShape.is() );  in nextInfo() 278         xShape2DText = pTickInfo->xTextShape;  in lcl_getLabelsDistance() 307         xShape2DText = pTickInfo->xTextShape;  in lcl_shiftLables() 736         if(!pTickInfo->xTextShape.is())  in createTextShapes() 741         if(!pTickInfo->xTextShape.is())  in createTextShapes() 762 …if( doesOverlap( pLastVisibleNeighbourTickInfo->xTextShape, pTickInfo->xTextShape, rAxisLabelPrope…  in createTextShapes() [all …] 
 | 
| H A D | VAxisBase.cxx | 236                 if(rTickInfo.xTextShape.is())  in removeTextShapesFromTicks() 238                     m_xTextTarget->remove(rTickInfo.xTextShape);  in removeTextShapesFromTicks() 239                     rTickInfo.xTextShape = NULL;  in removeTextShapesFromTicks()
  | 
| H A D | VPolarAngleAxis.cxx | 110         if(!pTickInfo->xTextShape.is())  in createTextShapes_ForAngleAxis() 144 …pTickInfo->xTextShape = aShapeFactory.createText( xTarget, aStackedLabel, aPropNames, aPropValues,…  in createTextShapes_ForAngleAxis()
  | 
| H A D | Tickmarks.hxx | 56         ::com::sun::star::drawing::XShape > xTextShape;
  | 
| H A D | Tickmarks.cxx | 49 , xTextShape( NULL )  in TickInfo()
  | 
| H A D | TickmarkHelper.cxx | 46 , xTextShape( NULL )  in TickInfo()
  | 
| /aoo42x/main/chart2/source/view/charttypes/ | 
| H A D | VSeriesPlotter.cxx | 433     uno::Reference< drawing::XShape > xTextShape;  in createDataLabel()  local 455             return xTextShape;  in createDataLabel() 556             return xTextShape;  in createDataLabel() 561         xTextShape = ShapeFactory(m_xShapeFactory).  in createDataLabel() 565         if( !xTextShape.is() )  in createDataLabel() 566             return xTextShape;  in createDataLabel() 613             xTextShape->setPosition( aNewTextPos );  in createDataLabel() 621     return xTextShape;  in createDataLabel() 1149             OSL_ASSERT( xTextShape.is());  in createRegressionCurveEquationShapes() 1150             if( xTextShape.is())  in createRegressionCurveEquationShapes() [all …] 
 | 
| H A D | PieChart.cxx | 519 …               aPieLabelInfo.xTextShape = this->createDataLabel( xTextTarget, *pSeries, nPointIndex  in createShapes() 522 …            uno::Reference< container::XChild > xChild( aPieLabelInfo.xTextShape, uno::UNO_QUERY );  in createShapes() 613     : xTextShape(0), xLabelGroupShape(0), aFirstPosition(), aOrigin(), fValue(0.0)  in PieLabelInfo() 887             uno::Reference< beans::XPropertySet > xProp( rInfo.xTextShape, uno::UNO_QUERY);  in rearrangeLabelToAvoidOverlapIfRequested()
  | 
| H A D | PieChart.hxx | 107         ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xTextShape;
  | 
| /aoo42x/main/chart2/source/controller/main/ | 
| H A D | ChartController_Tools.cxx | 493                 Reference< drawing::XShape > xTextShape(  in impl_PasteStringAsTextShape()  local 495                 xDrawPage->add( xTextShape );  in impl_PasteStringAsTextShape() 497                 Reference< text::XTextRange > xRange( xTextShape, uno::UNO_QUERY_THROW );  in impl_PasteStringAsTextShape() 501                 Reference< beans::XPropertySet > xProperties( xTextShape, uno::UNO_QUERY_THROW );  in impl_PasteStringAsTextShape() 511                 xTextShape->setPosition( rPosition );  in impl_PasteStringAsTextShape() 513                 m_aSelection.setSelection( xTextShape );  in impl_PasteStringAsTextShape() 516                 SdrObject* pObj = DrawViewWrapper::getSdrObject( xTextShape );  in impl_PasteStringAsTextShape()
  | 
| /aoo42x/main/chart2/source/view/main/ | 
| H A D | VLegend.cxx | 577             Reference< drawing::XShape > xTextShape( aTextShapes[nEntry] );  in lcl_placeLegendEntries()  local 578             if( xTextShape.is() )  in lcl_placeLegendEntries() 580                 awt::Size aTextSize( xTextShape->getSize() );  in lcl_placeLegendEntries() 584                 xTextShape->setPosition( awt::Point( nTextXPos, nCurrentYPos ));  in lcl_placeLegendEntries()
  | 
        Completed in 620 milliseconds