Home
last modified time | relevance | path

Searched refs:bIsPostfix (Results 1 – 2 of 2) sorted by relevance

/trunk/main/starmath/source/
H A Dnode.cxx906 sal_Bool bIsPostfix = GetToken().eType == TFACT; in Arrange() local
908 SmNode *pOper = GetSubNode(bIsPostfix ? 1 : 0), in Arrange()
909 *pBody = GetSubNode(bIsPostfix ? 0 : 1); in Arrange()
917 Point aPos = pOper->AlignTo(*pBody, bIsPostfix ? RP_RIGHT : RP_LEFT, in Arrange()
922 if (bIsPostfix) in Arrange()
H A Dparse.cxx1726 sal_Bool bIsPostfix = eType == TFACT; in UnOper() local
1795 if (bIsPostfix) in UnOper()

Completed in 28 milliseconds