Searched refs:aStrCol (Results 1 – 2 of 2) sorted by relevance
163 XubString aStrCol[nNumColorsInGroup]; in Create() local183 aStrCol[0] = SVX_RESSTR(RID_SVXSTR_COLOR_YELLOW); in Create()184 aStrCol[1] = SVX_RESSTR(RID_SVXSTR_COLOR_ORANGE); in Create()185 aStrCol[2] = SVX_RESSTR(RID_SVXSTR_COLOR_RED); in Create()186 aStrCol[3] = SVX_RESSTR(RID_SVXSTR_COLOR_PINK); in Create()189 aStrCol[6] = SVX_RESSTR(RID_SVXSTR_COLOR_BLUE); in Create()191 aStrCol[8] = SVX_RESSTR(RID_SVXSTR_COLOR_CYAN); in Create()201 aStrCol[b].AppendAscii(" 1"); in Create()209 aStrCol[b].SetChar(aStrCol[b].Len() - 1, sal_Unicode('1')); in Create()210 aStrCol[b].AppendAscii("0"); in Create()[all …]
201 String aStrCol = GetText(); in EvalText() local203 if ( aStrCol.Len() > 0 ) in EvalText()207 if ( CharClass::isAsciiNumeric(aStrCol) ) in EvalText()208 nCol = NumStrToAlpha( aStrCol ); in EvalText()210 nCol = AlphaToNum( aStrCol ); in EvalText()215 SetText( aStrCol ); in EvalText()
Completed in 16 milliseconds