Re: mshtml: Implement IHTMLStyle get/put posLeft (Try 7)

2008-10-20 Thread Jacek Caban
Jacek Caban wrote: > for(ptr=ret; isdigitW(*ptr); ptr++); > if(*ptr || strcmp(ptr, pxW)) { > .. && .. of course... Jacek

Re: mshtml: Implement IHTMLStyle get/put posLeft (Try 7)

2008-10-20 Thread Jacek Caban
Alistair Leslie-Hughes wrote: > Hi, > Clean up the get function. > Make sure we round down the value passed in. > Corrected test to prove above. > > Changelog: > mshtml: Implement IHTMLStyle get/put posLeft > + +V_VT(&v) = VT_I4; +V_I4(&v) = floor(f); + +if(VariantChangeType(&