Lines Matching refs:nSelectSymbol
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()
1253 nSelectSymbol = SYMBOL_NONE; in SelectSymbol()
1255 if (nSelectSymbol != SYMBOL_NONE) in SelectSymbol()
1256 Invalidate(Rectangle(Point(((nSelectSymbol - v) % nColumns) * nLen, in SelectSymbol()
1257 ((nSelectSymbol - v) / nColumns) * nLen), in SelectSymbol()