Home
last modified time | relevance | path

Searched refs:pFontNode (Results 1 – 3 of 3) sorted by relevance

/trunk/main/starmath/source/
H A Dmathmlimport.cxx754 pFontNode->SetSubNodes(0,rNodeStack.Pop()); in ApplyAttrs()
755 rNodeStack.Push(pFontNode); in ApplyAttrs()
766 rNodeStack.Push(pFontNode); in ApplyAttrs()
787 rNodeStack.Push(pFontNode); in ApplyAttrs()
806 rNodeStack.Push(pFontNode); in ApplyAttrs()
820 rNodeStack.Push(pFontNode); in ApplyAttrs()
1011 rNodeStack.Push(pFontNode); in EndElement()
1022 rNodeStack.Push(pFontNode); in EndElement()
1043 rNodeStack.Push(pFontNode); in EndElement()
1062 rNodeStack.Push(pFontNode); in EndElement()
[all …]
H A Dmathmlexport.cxx1314 const SmFontNode *pFontNode = static_cast<const SmFontNode *>(pNode); in ExportFont() local
1315 const Fraction &aFrac = pFontNode->GetSizeParameter(); in ExportFont()
1318 switch(pFontNode->GetSizeType()) in ExportFont()
1344 Fraction aTemp = Sm100th_mmToPts(pFontNode->GetFont(). in ExportFont()
1347 if (pFontNode->GetSizeType() == FNTSIZ_MINUS) in ExportFont()
H A Dparse.cxx1944 SmFontNode *pFontNode = new SmFontNode(m_aCurToken); in FontSize() local
1957 delete pFontNode; in FontSize()
1967 delete pFontNode; in FontSize()
2003 pFontNode->SetSizeParameter(aValue, Type); in FontSize()
2004 m_aNodeStack.Push(pFontNode); in FontSize()

Completed in 39 milliseconds