• Niklas Johansson's avatar
    Make number recognition work in writer tables again · aa334d55
    Niklas Johansson yazdı
    It seems that number recognition in tables are not working properly
    enter 10-10-10 and it should be converted to a date but it is not.
    I tracked it down to the fix of bug fdo#32082. It looks like bSetNumFmt
    was changed to false by mistake. Since then it has changed name to
    bSetNumFormat. From what I can tell fdo#32082 still works after this
    patch, but I might have missed some nuance of that bug report.
    
    Added two tests, one for the bug mentioned above and one to check
    that number recognition is working. At least with a simple date.
    
    Change-Id: Id58849a223eb602054c66c7379cd56a68a93dea2
    Reviewed-on: https://gerrit.libreoffice.org/19563Tested-by: 's avatarJenkins <ci@libreoffice.org>
    Reviewed-by: 's avatarJan Holesovsky <kendy@collabora.com>
    aa334d55
Adı
Son kayıt (commit)
Son güncelleme
..
check_fields.py Loading commit data...
check_index.py Loading commit data...
check_table.py Loading commit data...
get_expression.py Loading commit data...
set_expression.py Loading commit data...
var_fields.py Loading commit data...