Home
last modified time | relevance | path

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

/trunk/main/starmath/source/
H A Dnode.cxx190 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()
407 sal_uInt16 nSize = GetNumSubNodes(); in Move()
417 sal_uInt16 nSize = GetNumSubNodes(); in Arrange()
426 sal_uInt16 nSize = GetNumSubNodes(); in CreateTextFromNode()
[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.cxx2158 sal_uInt16 nSize = pNode->GetNumSubNodes(); in HandleNodes()
2175 sal_uInt16 nSize = pNode->GetNumSubNodes(); in HandleNodes()
2195 sal_uInt16 nSize = pNode->GetNumSubNodes(); in HandleNodes()
2249 sal_uInt16 nSize = pMatrix->GetNumSubNodes(); in HandleSmMatrix()
2264 sal_uInt16 nSize = pNode->GetNumSubNodes(); in HandleTable()
3225 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;

Completed in 82 milliseconds