Home
last modified time | relevance | path

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

/trunk/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()
844 … bool bCreateSymbol = pSymbolProperties && (pSymbolProperties->Style != SymbolStyle_NONE); in createShapes()
866 if( pSymbolProperties ) in createShapes()
868 if( pSymbolProperties->Style != SymbolStyle_NONE ) in createShapes()
874 if( pSymbolProperties->Style == SymbolStyle_STANDARD ) in createShapes()
876 sal_Int32 nSymbol = pSymbolProperties->StandardSymbol; in createShapes()
880 , pSymbolProperties->BorderColor in createShapes()
881 , pSymbolProperties->FillColor ); in createShapes()
[all …]

Completed in 12 milliseconds