so... I starting to hit the uno wall trying to convert String to OUString... for instance: XTextComponent has a getMaxTextLen() api that return a sal_Int16... that was already borked since the underlying data was sal_uInt16... but going to sal_In32 would be a ABI break wouldn't it ? so how are we to proceed with these cases ? Norbert