Home
last modified time | relevance | path

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

/aoo4110/main/starmath/source/
H A Dmathmlimport.cxx759 pFontNode->SetSubNodes(0,rNodeStack.Pop()); in ApplyAttrs()
760 rNodeStack.Push(pFontNode); in ApplyAttrs()
771 rNodeStack.Push(pFontNode); in ApplyAttrs()
792 rNodeStack.Push(pFontNode); in ApplyAttrs()
811 rNodeStack.Push(pFontNode); in ApplyAttrs()
825 rNodeStack.Push(pFontNode); in ApplyAttrs()
1013 rNodeStack.Push(pFontNode); in EndElement()
1024 rNodeStack.Push(pFontNode); in EndElement()
1045 rNodeStack.Push(pFontNode); in EndElement()
1064 rNodeStack.Push(pFontNode); in EndElement()
[all …]
H A Dmathmlexport.cxx1286 const SmFontNode *pFontNode = static_cast<const SmFontNode *>(pNode); in ExportFont() local
1287 const Fraction &aFrac = pFontNode->GetSizeParameter(); in ExportFont()
1290 switch(pFontNode->GetSizeType()) in ExportFont()
1316 Fraction aTemp = Sm100th_mmToPts(pFontNode->GetFont(). in ExportFont()
1319 if (pFontNode->GetSizeType() == FNTSIZ_MINUS) in ExportFont()
H A Dparse.cxx1934 SmFontNode *pFontNode = new SmFontNode(m_aCurToken); in FontSize() local
1947 delete pFontNode; in FontSize()
1957 delete pFontNode; in FontSize()
1993 pFontNode->SetSizeParameter(aValue, Type); in FontSize()
1994 m_aNodeStack.Push(pFontNode); in FontSize()

Completed in 56 milliseconds