v0.10.7's backward text search. a bug?
hello,
I was having a little bit of problem implementing a backward text
search in my qt4 application and stumbled with the following code from
poppler-page.cc Page::search():
else if ( direction == PreviousResult )
found = textPage->findText( u.data(), len,
gTrue, gFalse, gFalse, gTrue, sCase, gFalse, &sLeft,
&sTop, &sRight, &sBottom );
looking at the findText() on TextOutputDev.h, I noticed the parameter
'backward' is receiving gFalse.
is this correct?
--
Thiago Silva
Computer Science
M.Sc. Candidate at Federal University of Pernambuco
jabber/gtalk: [email protected]
http://blog.sourcecraft.info
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler