Home
last modified time | relevance | path

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

/aoo4110/main/starmath/source/
H A Drect.cxx234 const XubString &rText, sal_uInt16 nEBorderWidth) in Init() argument
237 BuildRect(rDev, pFormat, rText, nEBorderWidth); in Init()
242 const XubString &rText, long nEBorderWidth) in SmRect() argument
244 DBG_ASSERT( nEBorderWidth >= 0, "BorderWidth negativ" ); in SmRect()
245 if (nEBorderWidth < 0) in SmRect()
246 nEBorderWidth = 0; in SmRect()
247 Init(rDev, pFormat, rText, (sal_uInt16) nEBorderWidth); in SmRect()

Completed in 17 milliseconds