#include "precompiled_starmath.hxx"#include <tools/string.hxx>#include <tools/debug.hxx>#include <vcl/svapp.hxx>#include <vcl/wrkwin.hxx>#include <vcl/virdev.hxx>#include "rect.hxx"#include "types.hxx"#include "utility.hxx"#include "smmod.hxx"Include dependency graph for rect.cxx:

Go to the source code of this file.
Functions | |
| BOOL | SmIsMathAlpha (const XubString &rText) |
| void | SmDrawFrame (OutputDevice &rDev, const Rectangle &rRec, const Color aCol=COL_BLACK) |
| BOOL | SmGetGlyphBoundRect (const OutputDevice &rDev, const XubString &rText, Rectangle &rRect) |
Variables | |
| static xub_Unicode __READONLY_DATA | aMathAlpha [] |
| void SmDrawFrame | ( | OutputDevice & | rDev, | |
| const Rectangle & | rRec, | |||
| const Color | aCol = COL_BLACK | |||
| ) |
| BOOL SmGetGlyphBoundRect | ( | const OutputDevice & | rDev, | |
| const XubString & | rText, | |||
| Rectangle & | rRect | |||
| ) |
| BOOL SmIsMathAlpha | ( | const XubString & | rText | ) |
xub_Unicode __READONLY_DATA aMathAlpha[] [static] |
Initial value:
{
MS_ALEPH, MS_IM, MS_RE,
MS_WP, xub_Unicode(0xE070), MS_EMPTYSET,
xub_Unicode(0x2113), xub_Unicode(0xE0D6), xub_Unicode(0x2107),
xub_Unicode(0x2127), xub_Unicode(0x210A), MS_HBAR,
MS_LAMBDABAR, MS_SETN, MS_SETZ,
MS_SETQ, MS_SETR, MS_SETC,
xub_Unicode(0x2373), xub_Unicode(0xE0A5), xub_Unicode(0x2112),
xub_Unicode(0x2130), xub_Unicode(0x2131),
xub_Unicode('\0')
}
Definition at line 69 of file rect.cxx.
Referenced by SmIsMathAlpha().
1.5.1