#include <vos/refernce.hxx>
#include <vcl/font.hxx>
#include <tools/list.hxx>
#include <tools/debug.hxx>
#include <tools/dynary.hxx>
#include <svtools/lstner.hxx>
#include <svtools/svarray.hxx>
#include <smmod.hxx>
#include "utility.hxx"
Include dependency graph for symbol.hxx:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | SmSym |
class | SmSymSet |
struct | SmSymSetManager_Impl |
class | SmSymSetManager |
Defines | |
#define | SS_ATTR_ACCESS 0x80 |
#define | SYMBOLSET_NONE 0xFFFF |
#define | SYMBOL_NONE 0xFFFF |
Functions | |
const String | GetExportSymbolName (const String &rUiSymbolName) |
const String | GetUiSymbolName (const String &rExportSymbolName) |
const String | GetExportSymbolSetName (const String &rUiSymbolSetName) |
const String | GetUiSymbolSetName (const String &rExportSymbolSetName) |
#define SS_ATTR_ACCESS 0x80 |
Definition at line 67 of file symbol.hxx.
#define SYMBOL_NONE 0xFFFF |
Definition at line 70 of file symbol.hxx.
Referenced by SmSymSet::GetSymbolPos(), IMPL_LINK(), SmShowSymbolSet::KeyInput(), SmShowSymbolSet::Paint(), SmShowSymbolSet::SelectSymbol(), and SmShowSymbolSet::SmShowSymbolSet().
#define SYMBOLSET_NONE 0xFFFF |
Definition at line 69 of file symbol.hxx.
Referenced by SmSymSetManager::AddReplaceSymbol(), SmSymDefineDialog::GetSymbolSet(), SmSymSetManager::GetSymbolSetPos(), and SmSymSetManager::Load().
const String GetExportSymbolName | ( | const String & | rUiSymbolName | ) | [inline] |
const String GetExportSymbolSetName | ( | const String & | rUiSymbolSetName | ) | [inline] |
Definition at line 87 of file symbol.hxx.
References SM_MOD1.
Referenced by SmMathConfig::SetSymbols().
const String GetUiSymbolName | ( | const String & | rExportSymbolName | ) | [inline] |
Definition at line 82 of file symbol.hxx.
References SM_MOD1.
Referenced by SmMathConfig::ReadSymbol().
const String GetUiSymbolSetName | ( | const String & | rExportSymbolSetName | ) | [inline] |
Definition at line 93 of file symbol.hxx.
References SM_MOD1.
Referenced by SmMathConfig::ReadSymbol().