Home
last modified time | relevance | path

Searched refs:SmSubSup (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/
H A Dnode.hxx1546 enum SmSubSup enum
1606 const SmNode * GetSubSup(SmSubSup eSubSup) const { return const_cast< SmSubSupNode* > in GetSubSup()
1608 SmNode * GetSubSup(SmSubSup eSubSup) { return GetSubNode(1 + eSubSup); }; in GetSubSup()
1622 void SetSubSup(SmSubSup eSubSup, SmNode* pScript) { SetSubNode( 1 + eSubSup, pScript); } in SetSubSup()
H A Dcursor.hxx138 void InsertSubSup(SmSubSup eSubSup);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/inc/
H A Dnode.hxx815 enum SmSubSup enum
863 SmNode * GetSubSup(SmSubSup eSubSup) { return GetSubNode(1 + eSubSup); }; in GetSubSup()
864 …const SmNode * GetSubSup(SmSubSup eSubSup) const { return const_cast< SmSubSupNode* >( this )->Get… in GetSubSup()
868 void SetSubSup(SmSubSup eSubSup, SmNode* pScript) { SetSubNode( 1 + eSubSup, pScript); } in SetSubSup()
H A Dcursor.hxx139 void InsertSubSup(SmSubSup eSubSup);
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/mathml/
H A Dmathmlimport.cxx1557 void GenericEndElement(SmTokenType eType, SmSubSup aSubSup);
1569 void SmXMLSubContext_Impl::GenericEndElement(SmTokenType eType, SmSubSup eSubSup) in GenericEndElement()
1611 void GenericEndElement(SmTokenType eType, SmSubSup aSub, SmSubSup aSup);
1623 void SmXMLSubSupContext_Impl::GenericEndElement(SmTokenType eType, SmSubSup aSub, SmSubSup aSup) in GenericEndElement()
2353 SmSubSup eSub = bIsPrescript ? LSUB : RSUB; in ProcessSubSupPairs()
2354 SmSubSup eSup = bIsPrescript ? LSUP : RSUP; in ProcessSubSupPairs()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Dmathmlimport.cxx1549 void GenericEndElement(SmTokenType eType,SmSubSup aSubSup);
1563 void SmXMLSubContext_Impl::GenericEndElement(SmTokenType eType, SmSubSup eSubSup) in GenericEndElement()
1607 void GenericEndElement(SmTokenType eType, SmSubSup aSub,SmSubSup aSup);
1621 SmSubSup aSub,SmSubSup aSup) in GenericEndElement()
2614 SmSubSup eSub = bIsPrescript ? LSUB : RSUB; in ProcessSubSupPairs()
2615 SmSubSup eSup = bIsPrescript ? LSUP : RSUP; in ProcessSubSupPairs()
H A Dnode.cxx1168 SmSubSup eSubSup = static_cast<SmSubSup>(i); in Arrange()
H A Dcursor.cxx484 void SmCursor::InsertSubSup(SmSubSup eSubSup) { in InsertSubSup()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Dnode.cxx1191 SmSubSup eSubSup = static_cast<SmSubSup>(i); in Arrange()
H A Dcursor.cxx482 void SmCursor::InsertSubSup(SmSubSup eSubSup) { in InsertSubSup()