Searched refs:bHasExtraColor (Results 1 – 2 of 2) sorted by relevance
113 bool bHasExtraColor=false; in createTextShapes_ForAngleAxis() local124 …mberFormatter.getFormattedString( pTickInfo->getUnscaledTickValue(), nExtraColor, bHasExtraColor ); in createTextShapes_ForAngleAxis()127 *pColorAny = uno::makeAny(bHasExtraColor?nExtraColor:nColor); in createTextShapes_ForAngleAxis()
707 bool bHasExtraColor=false; in createTextShapes() local722 …mberFormatter.getFormattedString( pTickInfo->getUnscaledTickValue(), nExtraColor, bHasExtraColor ); in createTextShapes()725 *pColorAny = uno::makeAny(bHasExtraColor?nExtraColor:nColor); in createTextShapes()
Completed in 30 milliseconds