Searched refs:xSymbol (Results 1 – 3 of 3) sorted by relevance
588 Reference< drawing::XShape > xSymbol( rEntries[ nEntry ].aSymbol ); in lcl_placeLegendEntries() local589 if( xSymbol.is() ) in lcl_placeLegendEntries()596 xSymbol->setPosition( awt::Point( nSymbolXPos, nSymbolYPos ) ); in lcl_placeLegendEntries()636 Reference< drawing::XShape > xSymbol( rEntries[ nEntry ].aSymbol ); in lcl_placeLegendEntries() local637 aPos = xSymbol->getPosition(); in lcl_placeLegendEntries()639 xSymbol->setPosition( aPos ); in lcl_placeLegendEntries()
140 Reference< drawing::XShape > xSymbol; in createSymbol() local155 xSymbol.set( aFactory.createSymbol2D( in createSymbol()165 xSymbol.set( aFactory.createGraphic2D( in createSymbol()
468 Reference< drawing::XShape > xSymbol; in createDataLabel() local481 …xSymbol.set( VSeriesPlotter::createLegendSymbolForPoint( aMaxSymbolExtent, rDataSeries, nPointInde… in createDataLabel()483 …xSymbol.set( VSeriesPlotter::createLegendSymbolForSeries( aMaxSymbolExtent, rDataSeries, xTarget_,… in createDataLabel()578 if( xSymbol.is() ) in createDataLabel()584 awt::Size aSymbolSize( xSymbol->getSize() ); in createDataLabel()612 xSymbol->setPosition( aSymbolPosition ); in createDataLabel()
Completed in 22 milliseconds