Searched refs:pColorAny (Results 1 – 2 of 2) sorted by relevance
82 uno::Any* pColorAny = PropertyMapper::getValuePointer(aPropValues,aPropNames,C2U("CharColor")); in createTextShapes_ForAngleAxis() local84 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()
648 uno::Any* pColorAny = PropertyMapper::getValuePointer(aPropValues,aPropNames,C2U("CharColor")); in createTextShapes() local650 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 29 milliseconds