Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/html/
H A Dswhtml.cxx3597 sal_Int32 nSSize; in NewFontAttr() local
3600 nSSize = nBaseSize + pOption->GetSNumber(); in NewFontAttr()
3602 nSSize = (sal_Int32)pOption->GetNumber(); in NewFontAttr()
3604 if( nSSize < 1 ) in NewFontAttr()
3605 nSSize = 1; in NewFontAttr()
3606 else if( nSSize > 7 ) in NewFontAttr()
3607 nSSize = 7; in NewFontAttr()
3609 nSize = (sal_uInt16)nSSize; in NewFontAttr()

Completed in 34 milliseconds