Home
last modified time | relevance | path

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

/aoo41x/main/starmath/source/
H A Dmathmlimport.cxx751 pFontNode->SetSubNodes(0,rNodeStack.Pop()); in ApplyAttrs()
752 rNodeStack.Push(pFontNode); in ApplyAttrs()
763 rNodeStack.Push(pFontNode); in ApplyAttrs()
784 rNodeStack.Push(pFontNode); in ApplyAttrs()
803 rNodeStack.Push(pFontNode); in ApplyAttrs()
817 rNodeStack.Push(pFontNode); in ApplyAttrs()
1005 rNodeStack.Push(pFontNode); in EndElement()
1016 rNodeStack.Push(pFontNode); in EndElement()
1037 rNodeStack.Push(pFontNode); in EndElement()
1056 rNodeStack.Push(pFontNode); in EndElement()
[all …]
H A Dmathmlexport.cxx1284 const SmFontNode *pFontNode = static_cast<const SmFontNode *>(pNode); in ExportFont() local
1285 const Fraction &aFrac = pFontNode->GetSizeParameter(); in ExportFont()
1288 switch(pFontNode->GetSizeType()) in ExportFont()
1314 Fraction aTemp = Sm100th_mmToPts(pFontNode->GetFont(). in ExportFont()
1317 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 53 milliseconds