Home
last modified time | relevance | path

Searched refs:nSelectSymbol (Results 1 – 2 of 2) sorted by relevance

/trunk/main/starmath/source/
H A Ddialog.cxx1116 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 …]
/trunk/main/starmath/inc/
H A Ddialog.hxx304 sal_uInt16 nSelectSymbol; member in SmShowSymbolSet
318 sal_uInt16 GetSelectSymbol() const { return nSelectSymbol; } in GetSelectSymbol()