Home
last modified time | relevance | path

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

/aoo41x/main/chart2/source/view/axes/
H A DVPolarAngleAxis.cxx82 uno::Any* pColorAny = PropertyMapper::getValuePointer(aPropValues,aPropNames,C2U("CharColor")); in createTextShapes_ForAngleAxis() local
84 if(pColorAny) in createTextShapes_ForAngleAxis()
85 *pColorAny >>= nColor; in createTextShapes_ForAngleAxis()
126 if(pColorAny) in createTextShapes_ForAngleAxis()
127 *pColorAny = uno::makeAny(bHasExtraColor?nExtraColor:nColor); in createTextShapes_ForAngleAxis()
H A DVCartesianAxis.cxx648 uno::Any* pColorAny = PropertyMapper::getValuePointer(aPropValues,aPropNames,C2U("CharColor")); in createTextShapes() local
650 if(pColorAny) in createTextShapes()
651 *pColorAny >>= nColor; in createTextShapes()
724 if(pColorAny) in createTextShapes()
725 *pColorAny = uno::makeAny(bHasExtraColor?nExtraColor:nColor); in createTextShapes()

Completed in 32 milliseconds