Home
last modified time | relevance | path

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

/AOO42X/main/chart2/source/view/main/
H A DShapeFactory.cxx2116 , const VLineProperties* pLineProperties ) in createLine2D() argument
2145 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()
[all …]
/AOO42X/main/chart2/source/view/inc/
H A DShapeFactory.hxx154 , const VLineProperties* pLineProperties = NULL );