Home
last modified time | relevance | path

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

/aoo41x/main/starmath/source/
H A Drect.cxx100 nLoAttrFence = nHiAttrFence = 0; in SmRect()
116 nHiAttrFence = rRect.nHiAttrFence; in SmRect()
134 nHiAttrFence = rRect.nHiAttrFence; in CopyAlignInfo()
208 nHiAttrFence = aGlyphRect.TopLeft().Y() - 1 - nBorderWidth - nDist; in BuildRect()
222 if (nHiAttrFence < GetTop()) in BuildRect()
223 nHiAttrFence = GetTop(); in BuildRect()
267 nGlyphTop = nHiAttrFence = GetTop(); in SmRect()
317 nHiAttrFence += nDelta; in Move()
473 nHiAttrFence = Min(GetHiAttrFence(), rRect.GetHiAttrFence()); in ExtendBy()
/aoo41x/main/starmath/inc/
H A Drect.hxx102 nHiAttrFence; member in SmRect
153 void SetHiAttrFence(long nVal) { nHiAttrFence = nVal; } in SetHiAttrFence()
155 long GetHiAttrFence() const { return nHiAttrFence; } in GetHiAttrFence()

Completed in 11 milliseconds