Home
last modified time | relevance | path

Searched refs:aSubNodes (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/starmath/source/
H A Dmathmlimport.cxx1618 SmNodeArray aSubNodes; in GenericEndElement() local
1621 aSubNodes[i] = NULL; in GenericEndElement()
1625 pNode->SetSubNodes(aSubNodes); in GenericEndElement()
1680 SmNodeArray aSubNodes; in GenericEndElement() local
1683 aSubNodes[i] = NULL; in GenericEndElement()
1688 pNode->SetSubNodes(aSubNodes); in GenericEndElement()
1732 SmNodeArray aSubNodes; in HandleAccent() local
1733 aSubNodes.resize(2); in HandleAccent()
1742 aSubNodes[0] = pTest; in HandleAccent()
1815 SmNodeArray aSubNodes; in HandleAccent() local
[all …]
H A Dnode.cxx586 delete aSubNodes[i]; in SmStructureNode()
587 aSubNodes.resize(0); in SmStructureNode()
590 aSubNodes.resize( nSize ); in SmStructureNode()
615 delete aSubNodes[i]; in operator =()
616 aSubNodes.resize(0); in operator =()
619 aSubNodes.resize( nSize ); in operator =()
633 aSubNodes.resize( nSize ); in SetSubNodes()
635 aSubNodes[0] = pFirst; in SetSubNodes()
639 aSubNodes[2] = pThird; in SetSubNodes()
645 aSubNodes = rNodeArray; in SetSubNodes()
[all …]
H A Dparse.cxx1291 SmNodeArray aSubNodes; in SubSup() local
1292 aSubNodes.resize(1 + SUBSUP_NUM_ENTRIES); in SubSup()
1293 aSubNodes[0] = m_aNodeStack.Pop(); in SubSup()
1294 for (sal_uInt16 i = 1; i < aSubNodes.size(); i++) in SubSup()
1295 aSubNodes[i] = NULL; in SubSup()
1331 if (aSubNodes[nIndex] != NULL) in SubSup()
1333 aSubNodes[nIndex] = m_aNodeStack.Pop(); in SubSup()
1336 pNode->SetSubNodes(aSubNodes); in SubSup()
/aoo41x/main/starmath/inc/
H A Dnode.hxx191 SmNodeArray aSubNodes; member in SmStructureNode
205 void SetNumSubNodes(sal_uInt16 nSize) { aSubNodes.resize(nSize); } in SetNumSubNodes()

Completed in 112 milliseconds