• Stephan Bergmann's avatar
    Does this actually want to check for alphabetic characters? · aa483c1d
    Stephan Bergmann yazdı
    ...instead of for non-alphabetic ones, as it does ever since
    14620c3b "support import of key shortcut for
    macro ( Excel only )"?  Things that suggest that that was a typo:
    
    * The preceding comment.
    
    * The fact that ooo::vba::parseKeyEvent will throw an exception for most input
      of the form '^' followed by a non-alphabetic character (see parseChar in
      filter/source/msfilter/msvbahelper.cxx).
    
    (Found when auditing uses of <ctype.h> is* functions.  See
    d8ce3f60 "Fix ooo::vba::parseKeyEvent" for
    replacing isalpha with rtl::isAsciiAlpha here.)
    
    Change-Id: I6b133c51da64192ec6aef712579ad6f55aae3b1a
    aa483c1d
Adı
Son kayıt (commit)
Son güncelleme
..
inc Loading commit data...
qa Loading commit data...
source Loading commit data...
util Loading commit data...
CppunitTest_oox_tokenmap.mk Loading commit data...
CppunitTest_oox_vba_compression.mk Loading commit data...
CppunitTest_oox_vba_encryption.mk Loading commit data...
CustomTarget_generated.mk Loading commit data...
Library_oox.mk Loading commit data...
Makefile Loading commit data...
Module_oox.mk Loading commit data...
Package_customshapes.mk Loading commit data...
Package_generated.mk Loading commit data...
README Loading commit data...