Home
last modified time | relevance | path

Searched refs:pSubNode (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Dvisitors.cxx1066 SmNode* pSubNode = pNode->GetSubNode( i * pNode->GetNumCols( ) + j ); in Visit() local
1068 mpRightMost = mpGraph->Add( SmCaretPos( pSubNode, 0 ), r ); in Visit()
1072 pSubNode->Accept( this ); in Visit()
2386 SmNode* pSubNode = pNode->GetSubNode( i * pNode->GetNumCols( ) + j ); in Visit() local
2388 if (pSubNode) in Visit()
2389 pSubNode->Accept( this ); in Visit()
H A Dnode.cxx37 SmNode *pSubNode = pNode->GetSubNode(i); in ForEachNonNull() local
38 if (pSubNode != nullptr) in ForEachNonNull()
39 f(pSubNode); in ForEachNonNull()
493 int SmStructureNode::IndexOfSubNode(SmNode const * pSubNode) in IndexOfSubNode() argument
497 if (pSubNode == GetSubNode(i)) in IndexOfSubNode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Dvisitors.cxx1067 SmNode* pSubNode = pNode->GetSubNode( i * pNode->GetNumCols( ) + j ); in Visit() local
1069 mpRightMost = mpGraph->Add( SmCaretPos( pSubNode, 0 ), r ); in Visit()
1073 pSubNode->Accept( this ); in Visit()
2287 SmNode* pSubNode = pNode->GetSubNode( i * pNode->GetNumCols( ) + j ); in Visit() local
2289 pSubNode->Accept( this ); in Visit()
H A Dnode.cxx53 SmNode *pSubNode = pNode->GetSubNode(i); in ForEachNonNull() local
54 if (pSubNode != nullptr) in ForEachNonNull()
55 f(pSubNode); in ForEachNonNull()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/inc/
H A Dnode.hxx252 int IndexOfSubNode(SmNode const * pSubNode) in IndexOfSubNode() argument
256 if (pSubNode == GetSubNode(i)) in IndexOfSubNode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/
H A Dnode.hxx599 int IndexOfSubNode(SmNode const * pSubNode);