Home
last modified time | relevance | path

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

/AOO42X/main/starmath/source/
H A Dmathtype.cxx2095 nPendingAttributes=0; in ConvertFromStarMath()
2207 int nOldPending=nPendingAttributes; in StartTemplate()
2218 nPendingAttributes=0; in StartTemplate()
2226 nPendingAttributes=nOldPendingAttributes; in EndTemplate()
3249 else if ((nPendingAttributes) && in HandleMath()
3336 nPendingAttributes = 0; in HandleMath()
3380 nPendingAttributes++; in HandleAttributes()
3405 if (nPendingAttributes) in HandleAttributes()
3406 nPendingAttributes--; in HandleAttributes()
3471 if ((nPendingAttributes) && in HandleText()
[all …]
H A Dmathtype.hxx139 int nPendingAttributes; member in MathType