Lines Matching refs:nSelectSymbol
1169 if (nSelectSymbol != SYMBOL_NONE) in Paint()
1171 Invert(Rectangle(Point(((nSelectSymbol - v) % nColumns) * nLen, in Paint()
1172 ((nSelectSymbol - v) / nColumns) * nLen), in Paint()
1200 sal_uInt16 n = nSelectSymbol; in KeyInput()
1224 n = nSelectSymbol; in KeyInput()
1244 nSelectSymbol = SYMBOL_NONE; in SmShowSymbolSet()
1302 if (nSelectSymbol != SYMBOL_NONE) in SelectSymbol()
1303 Invalidate(Rectangle(Point(((nSelectSymbol - v) % nColumns) * nLen, in SelectSymbol()
1304 ((nSelectSymbol - v) / nColumns) * nLen), in SelectSymbol()
1308 nSelectSymbol = nSymbol; in SelectSymbol()
1311 nSelectSymbol = SYMBOL_NONE; in SelectSymbol()
1313 if (nSelectSymbol != SYMBOL_NONE) in SelectSymbol()
1314 Invalidate(Rectangle(Point(((nSelectSymbol - v) % nColumns) * nLen, in SelectSymbol()
1315 ((nSelectSymbol - v) / nColumns) * nLen), in SelectSymbol()