#include "precompiled_starmath.hxx"
#include <mathtype.hxx>
#include <tools/debug.hxx>
#include <sfx2/docfile.hxx>
Include dependency graph for mathtype.cxx:
Go to the source code of this file.
Defines | |
#define | APPEND(str, ascii) str.AppendAscii(RTL_CONSTASCII_STRINGPARAM(ascii)) |
Functions | |
static sal_Unicode | Convert (sal_Unicode nIn) |
static void | lcl_PrependDummyTerm (String &rRet, xub_StrLen &rTextStart) |
static void | lcl_AppendDummyTerm (String &rRet) |
#define APPEND | ( | str, | |||
ascii | ) | str.AppendAscii(RTL_CONSTASCII_STRINGPARAM(ascii)) |
Definition at line 51 of file mathtype.cxx.
Referenced by SmAttributNode::CreateTextFromNode(), SmRectangleNode::CreateTextFromNode(), SmMatrixNode::CreateTextFromNode(), SmTextNode::CreateTextFromNode(), SmFontNode::CreateTextFromNode(), SmBraceNode::CreateTextFromNode(), SmSubSupNode::CreateTextFromNode(), SmBinVerNode::CreateTextFromNode(), SmRootNode::CreateTextFromNode(), SmExpressionNode::CreateTextFromNode(), SmNode::CreateTextFromNode(), MathType::HandleAlign(), MathType::HandleChar(), MathType::HandleEmblishments(), MathType::HandleMatrix(), MathType::HandleMatrixSeperator(), MathType::HandlePile(), MathType::HandleRecords(), MathType::HandleSize(), MathType::HandleTemplate(), lcl_AppendDummyTerm(), and MathType::Parse().
static sal_Unicode Convert | ( | sal_Unicode | nIn | ) | [static] |
Definition at line 173 of file mathtype.cxx.
Referenced by MathType::HandleMath(), and MathType::HandleText().
static void lcl_AppendDummyTerm | ( | String & | rRet | ) | [static] |
Definition at line 773 of file mathtype.cxx.
References APPEND.
Referenced by MathType::HandleRecords().
static void lcl_PrependDummyTerm | ( | String & | rRet, | |
xub_StrLen & | rTextStart | |||
) | [static] |