Home
last modified time | relevance | path

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

/AOO41X/main/chart2/source/view/charttypes/
H A DAreaChart.cxx161 Symbol* pSymbolProperties = rSeries.getSymbolProperties( nPointIndex ); in getExplicitSymbol() local
162 if( pSymbolProperties ) in getExplicitSymbol()
164 aRet = uno::makeAny(*pSymbolProperties); in getExplicitSymbol()
843 … Symbol* pSymbolProperties = m_bSymbol ? (*aSeriesIter)->getSymbolProperties( nIndex ) : 0; in createShapes() local
844 … bool bCreateSymbol = pSymbolProperties && (pSymbolProperties->Style != SymbolStyle_NONE); in createShapes()
866 if( pSymbolProperties ) in createShapes()
868 if( pSymbolProperties->Style != SymbolStyle_NONE ) in createShapes()
870 aSymbolSize.DirectionX = pSymbolProperties->Size.Width; in createShapes()
871 aSymbolSize.DirectionY = pSymbolProperties->Size.Height; in createShapes()
874 if( pSymbolProperties->Style == SymbolStyle_STANDARD ) in createShapes()
[all …]