• Caolán McNamara's avatar
    Related: tdf#100861 same selection recorded multiple times... · 0e149c01
    Caolán McNamara yazdı
    in FindAll libreofficekit impress test
    
    on find all we loop through the textboxes searching for the string.
    
    We start by searching into the first textbox with the string in it.
    mbStringFound gets set to true and this first selection is reported.
    Now the current pos is still in that textbox at the end of the string.
    
    The next loop will find nothing in this textbox, but because mbStringFound
    was set in the earlier pass, the same selection gets reported again.
    
    The next loop will move to the next textbox.
    
    To keep this fix as simple as possible just check if the selection was
    the previously reported one and skip it if it is.
    
    I believe this is the problem that
    
    commit d6f1ca24
    Author: Marco Cecchetti <marco.cecchetti@collabora.com>
    Date:   Mon Jan 11 16:43:02 2016 +0100
    
        lool - search all - unit test failure - solved
    
    wanted to solve
    
    Change-Id: I30e7b9c581488b48fa27f138209f291063b459a3
    0e149c01
Adı
Son kayıt (commit)
Son güncelleme
..
helper Loading commit data...
misc Loading commit data...
pch Loading commit data...
undo Loading commit data...
Annotation.hxx Loading commit data...
AnnotationEnumeration.hxx Loading commit data...
CustomAnimationCloner.hxx Loading commit data...
CustomAnimationEffect.hxx Loading commit data...
CustomAnimationPreset.hxx Loading commit data...
EffectMigration.hxx Loading commit data...
FactoryIds.hxx Loading commit data...
Outliner.hxx Loading commit data...
OutlinerIterator.hxx Loading commit data...
SdShapeTypes.hxx Loading commit data...
TransitionPreset.hxx Loading commit data...
animations.hxx Loading commit data...
anminfo.hxx Loading commit data...
app.hrc Loading commit data...
createpresentation.hxx Loading commit data...
createunocustomshow.hxx Loading commit data...
createunopageimpl.hxx Loading commit data...
cusshow.hxx Loading commit data...
customshowlist.hxx Loading commit data...
diadef.h Loading commit data...
drawdoc.hxx Loading commit data...
fadedef.h Loading commit data...
glob.hrc Loading commit data...
glob.hxx Loading commit data...
helpids.h Loading commit data...
imapinfo.hxx Loading commit data...
notifydocumentevent.hxx Loading commit data...
pglink.hxx Loading commit data...
pres.hxx Loading commit data...
prlayout.hxx Loading commit data...
randomnode.hxx Loading commit data...
resltn.hxx Loading commit data...
sdabstdlg.hxx Loading commit data...
sdattr.hrc Loading commit data...
sdattr.hxx Loading commit data...
sdcgmfilter.hxx Loading commit data...
sdcommands.h Loading commit data...
sddll.hxx Loading commit data...
sddllapi.h Loading commit data...
sdenumdef.hxx Loading commit data...
sderror.hxx Loading commit data...
sdfilter.hxx Loading commit data...
sdgrffilter.hxx Loading commit data...
sdhtmlfilter.hxx Loading commit data...
sdiocmpt.hxx Loading commit data...
sdmod.hxx Loading commit data...
sdobjfac.hxx Loading commit data...
sdpage.hxx Loading commit data...
sdpptwrp.hxx Loading commit data...
sdresid.hxx Loading commit data...
sdundo.hxx Loading commit data...
sdxmlwrp.hxx Loading commit data...
shapelist.hxx Loading commit data...
stlfamily.hxx Loading commit data...
stlpool.hxx Loading commit data...
stlsheet.hxx Loading commit data...
strmname.h Loading commit data...
textapi.hxx Loading commit data...
undoanim.hxx Loading commit data...