Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx2145 if(pLineProperties) in createLine2D()
2148 if(pLineProperties->Transparence.hasValue()) in createLine2D()
2150 , pLineProperties->Transparence ); in createLine2D()
2153 if(pLineProperties->LineStyle.hasValue()) in createLine2D()
2155 , pLineProperties->LineStyle ); in createLine2D()
2158 if(pLineProperties->Width.hasValue()) in createLine2D()
2160 , pLineProperties->Width ); in createLine2D()
2163 if(pLineProperties->Color.hasValue()) in createLine2D()
2165 , pLineProperties->Color ); in createLine2D()
2168 if(pLineProperties->DashName.hasValue()) in createLine2D()
[all …]
/trunk/main/chart2/source/view/inc/
H A DShapeFactory.hxx154 , const VLineProperties* pLineProperties = NULL );

Completed in 28 milliseconds