Searched refs:nSelectSymbol (Results 1 – 2 of 2) sorted by relevance
1116 if (nSelectSymbol != SYMBOL_NONE) in Paint()1118 Invert(Rectangle(Point(((nSelectSymbol - v) % nColumns) * nLen, in Paint()1119 ((nSelectSymbol - v) / nColumns) * nLen), in Paint()1145 sal_uInt16 n = nSelectSymbol; in KeyInput()1169 n = nSelectSymbol; in KeyInput()1188 nSelectSymbol = SYMBOL_NONE; in SmShowSymbolSet()1244 if (nSelectSymbol != SYMBOL_NONE) in SelectSymbol()1245 Invalidate(Rectangle(Point(((nSelectSymbol - v) % nColumns) * nLen, in SelectSymbol()1246 ((nSelectSymbol - v) / nColumns) * nLen), in SelectSymbol()1250 nSelectSymbol = nSymbol; in SelectSymbol()[all …]
304 sal_uInt16 nSelectSymbol; member in SmShowSymbolSet318 sal_uInt16 GetSelectSymbol() const { return nSelectSymbol; } in GetSelectSymbol()