#include "precompiled_starmath.hxx"
#include <vector>
#include <osl/mutex.hxx>
#include <ucbhelper/content.hxx>
#include <vcl/msgbox.hxx>
#include <tools/resary.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/docfile.hxx>
#include "symbol.hxx"
#include "view.hxx"
#include "utility.hxx"
#include "dialog.hxx"
#include "config.hxx"
#include "cfgitem.hxx"
#include "smmod.hxx"
#include "starmath.hrc"
Include dependency graph for symbol.cxx:
Go to the source code of this file.
Defines | |
#define | SF_SM20IDENT 0x03031963L |
#define | SF_IDENT 0x30334D53L |
Functions | |
SV_IMPL_PTRARR (SymbolArray, SmSym *) | |
Variables | |
long | SF_Ident = SF_IDENT |
#define SF_IDENT 0x30334D53L |
Definition at line 91 of file symbol.cxx.
#define SF_SM20IDENT 0x03031963L |
Definition at line 90 of file symbol.cxx.
SV_IMPL_PTRARR | ( | SymbolArray | , | |
SmSym * | ||||
) |
long SF_Ident = SF_IDENT |
Definition at line 103 of file symbol.cxx.