Home
last modified time | relevance | path

Searched refs:GetNumSubNodes (Results 1 – 5 of 5) sorted by relevance

/trunk/main/starmath/source/
H A Dnode.cxx160 sal_uInt16 SmNode::GetNumSubNodes() const in GetNumSubNodes() function in SmNode
177 SmNode *pNode = GetNumSubNodes() > 0 ? in GetLeftMost()
190 sal_uInt16 nSize = GetNumSubNodes(); in SetPhantom()
203 sal_uInt16 nSize = GetNumSubNodes(); in SetColor()
221 sal_uInt16 nSize = GetNumSubNodes(); in SetAttribut()
239 sal_uInt16 nSize = GetNumSubNodes(); in ClearAttribut()
252 sal_uInt16 nSize = GetNumSubNodes(); in SetFont()
308 sal_uInt16 nSize = GetNumSubNodes(); in SetFontSize()
320 sal_uInt16 nSize = GetNumSubNodes(); in SetSize()
335 sal_uInt16 nSize = GetNumSubNodes(); in SetRectHorAlign()
[all …]
H A Dmathmlexport.cxx790 sal_uLong nSize = pNode->GetNumSubNodes(); in ExportExpression()
819 DBG_ASSERT(pNode->GetNumSubNodes()==3,"Bad Fraction"); in ExportBinaryVertical()
829 sal_uInt16 nSize = pNode->GetNumSubNodes(); in ExportTable()
835 if (nSize >= 1 && pNode->GetSubNode(nSize-1)->GetNumSubNodes() == 0) in ExportTable()
1242 if (pNode->GetNumSubNodes() > 1 && pNode->GetSubNode(1) && in ExportFont()
1411 if (pNode->GetNumSubNodes() > 1) //or in the future is a node that in ExportFont()
1450 DBG_ASSERT(pNode->GetNumSubNodes()==3,"Bad Vertical Brace"); in ExportVerticalBrace()
1589 sal_uLong nSize = pNode->GetNumSubNodes(); in ExportNodes()
H A Dmathtype.cxx2157 sal_uInt16 nSize = pNode->GetNumSubNodes(); in HandleNodes()
2174 sal_uInt16 nSize = pNode->GetNumSubNodes(); in HandleNodes()
2194 sal_uInt16 nSize = pNode->GetNumSubNodes(); in HandleNodes()
2248 sal_uInt16 nSize = pMatrix->GetNumSubNodes(); in HandleSmMatrix()
2263 sal_uInt16 nSize = pNode->GetNumSubNodes(); in HandleTable()
3224 sal_uInt16 nSize = pNode->GetNumSubNodes(); in HandleMAlign()
H A Dmathmlimport.cxx2695 if (pArray->GetNumSubNodes() == 0) in EndElement()
2713 if (pArray->GetNumSubNodes() > nCols) in EndElement()
2714 nCols = pArray->GetNumSubNodes(); in EndElement()
2722 for (sal_uInt16 i=0;i<pArray->GetNumSubNodes();i++) in EndElement()
/trunk/main/starmath/inc/
H A Dnode.hxx107 virtual sal_uInt16 GetNumSubNodes() const;
204 virtual sal_uInt16 GetNumSubNodes() const;
231 virtual sal_uInt16 GetNumSubNodes() const;