On Sun, Mar 15, 2015 at 07:49:59AM -0700, julien2412 wrote:
I gave a try to tdf#67990 Combobox: upper-case character is ignored, when
there is a word with same lower-case character, to try to find the very
moment where the string comparison is done.
After having putting several breaks in 
I only retrieved this bt (see
https://bugs.documentfoundation.org/attachment.cgi?id=114105).
Any idea how to find the right location? (or even better the right location
itself)
I expected it to be something in
toolkit/source/controls/unocontrols.cxx (class UnoComboBoxControl) or
forms/source/component/ComboBox.cxx but from reading these files, I
don't have a good idea...
Ah yes, look at vcl/source/control/combobox.cxx,
void ComboBox::ImplAutocompleteHandler( Edit* pEdit )
looks like a good candidate.
-- 
Lionel
Context
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.