mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
Added function firstRow() to LyXText as this function is needed in
various files and as workaround always getRowNearY(dummy_y = 0) was used. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3112 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
08b1fdacad
commit
4ec1fe07fe
115
po/POTFILES.in
115
po/POTFILES.in
@ -1,24 +1,21 @@
|
|||||||
|
src/buffer.C
|
||||||
|
src/bufferlist.C
|
||||||
src/BufferView2.C
|
src/BufferView2.C
|
||||||
|
src/bufferview_funcs.C
|
||||||
src/BufferView_pimpl.C
|
src/BufferView_pimpl.C
|
||||||
src/Chktex.C
|
src/Chktex.C
|
||||||
src/ColorHandler.C
|
src/ColorHandler.C
|
||||||
src/CutAndPaste.C
|
|
||||||
src/FontLoader.C
|
|
||||||
src/LColor.C
|
|
||||||
src/LaTeX.C
|
|
||||||
src/LyXAction.C
|
|
||||||
src/LyXSendto.C
|
|
||||||
src/LyXView.C
|
|
||||||
src/MenuBackend.C
|
|
||||||
src/buffer.C
|
|
||||||
src/bufferlist.C
|
|
||||||
src/bufferview_funcs.C
|
|
||||||
src/converter.C
|
src/converter.C
|
||||||
|
src/CutAndPaste.C
|
||||||
src/debug.C
|
src/debug.C
|
||||||
src/exporter.C
|
src/exporter.C
|
||||||
src/figureForm.C
|
src/ext_l10n.h
|
||||||
src/figure_form.C
|
src/figure_form.C
|
||||||
|
src/figureForm.C
|
||||||
|
src/FontLoader.C
|
||||||
|
src/frontends/controllers/biblio.C
|
||||||
src/frontends/controllers/ButtonController.h
|
src/frontends/controllers/ButtonController.h
|
||||||
|
src/frontends/controllers/character.C
|
||||||
src/frontends/controllers/ControlAboutlyx.C
|
src/frontends/controllers/ControlAboutlyx.C
|
||||||
src/frontends/controllers/ControlBibtex.C
|
src/frontends/controllers/ControlBibtex.C
|
||||||
src/frontends/controllers/ControlCharacter.C
|
src/frontends/controllers/ControlCharacter.C
|
||||||
@ -32,8 +29,6 @@ src/frontends/controllers/ControlSpellchecker.C
|
|||||||
src/frontends/controllers/ControlTexinfo.C
|
src/frontends/controllers/ControlTexinfo.C
|
||||||
src/frontends/controllers/ControlThesaurus.C
|
src/frontends/controllers/ControlThesaurus.C
|
||||||
src/frontends/controllers/ControlVCLog.C
|
src/frontends/controllers/ControlVCLog.C
|
||||||
src/frontends/controllers/biblio.C
|
|
||||||
src/frontends/controllers/character.C
|
|
||||||
src/frontends/controllers/helper_funcs.C
|
src/frontends/controllers/helper_funcs.C
|
||||||
src/frontends/gnome/FormCitation.C
|
src/frontends/gnome/FormCitation.C
|
||||||
src/frontends/gnome/FormIndex.C
|
src/frontends/gnome/FormIndex.C
|
||||||
@ -42,6 +37,7 @@ src/frontends/gnome/FormRef.C
|
|||||||
src/frontends/gnome/FormToc.C
|
src/frontends/gnome/FormToc.C
|
||||||
src/frontends/gnome/Menubar_pimpl.C
|
src/frontends/gnome/Menubar_pimpl.C
|
||||||
src/frontends/qt2/FileDialog.C
|
src/frontends/qt2/FileDialog.C
|
||||||
|
src/frontends/qt2/lengthcombo.C
|
||||||
src/frontends/qt2/QAbout.C
|
src/frontends/qt2/QAbout.C
|
||||||
src/frontends/qt2/QBibitem.C
|
src/frontends/qt2/QBibitem.C
|
||||||
src/frontends/qt2/QBibtex.C
|
src/frontends/qt2/QBibtex.C
|
||||||
@ -50,8 +46,8 @@ src/frontends/qt2/QCharacter.C
|
|||||||
src/frontends/qt2/QCitation.C
|
src/frontends/qt2/QCitation.C
|
||||||
src/frontends/qt2/QCitationDialog.C
|
src/frontends/qt2/QCitationDialog.C
|
||||||
src/frontends/qt2/QDocument.C
|
src/frontends/qt2/QDocument.C
|
||||||
src/frontends/qt2/QERT.C
|
|
||||||
src/frontends/qt2/QError.C
|
src/frontends/qt2/QError.C
|
||||||
|
src/frontends/qt2/QERT.C
|
||||||
src/frontends/qt2/QExternal.C
|
src/frontends/qt2/QExternal.C
|
||||||
src/frontends/qt2/QExternalDialog.C
|
src/frontends/qt2/QExternalDialog.C
|
||||||
src/frontends/qt2/QGraphics.C
|
src/frontends/qt2/QGraphics.C
|
||||||
@ -73,88 +69,87 @@ src/frontends/qt2/QThesaurus.C
|
|||||||
src/frontends/qt2/QToc.C
|
src/frontends/qt2/QToc.C
|
||||||
src/frontends/qt2/QURL.C
|
src/frontends/qt2/QURL.C
|
||||||
src/frontends/qt2/QVCLog.C
|
src/frontends/qt2/QVCLog.C
|
||||||
src/frontends/qt2/lengthcombo.C
|
|
||||||
src/frontends/xforms/Alert_pimpl.C
|
src/frontends/xforms/Alert_pimpl.C
|
||||||
|
src/frontends/xforms/combox.C
|
||||||
src/frontends/xforms/FileDialog.C
|
src/frontends/xforms/FileDialog.C
|
||||||
|
src/frontends/xforms/form_aboutlyx.C
|
||||||
src/frontends/xforms/FormAboutlyx.C
|
src/frontends/xforms/FormAboutlyx.C
|
||||||
|
src/frontends/xforms/form_bibitem.C
|
||||||
src/frontends/xforms/FormBibitem.C
|
src/frontends/xforms/FormBibitem.C
|
||||||
|
src/frontends/xforms/form_bibtex.C
|
||||||
src/frontends/xforms/FormBibtex.C
|
src/frontends/xforms/FormBibtex.C
|
||||||
|
src/frontends/xforms/form_browser.C
|
||||||
|
src/frontends/xforms/form_character.C
|
||||||
src/frontends/xforms/FormCharacter.C
|
src/frontends/xforms/FormCharacter.C
|
||||||
|
src/frontends/xforms/form_citation.C
|
||||||
src/frontends/xforms/FormCitation.C
|
src/frontends/xforms/FormCitation.C
|
||||||
|
src/frontends/xforms/form_document.C
|
||||||
src/frontends/xforms/FormDocument.C
|
src/frontends/xforms/FormDocument.C
|
||||||
src/frontends/xforms/FormERT.C
|
src/frontends/xforms/form_error.C
|
||||||
src/frontends/xforms/FormError.C
|
src/frontends/xforms/FormError.C
|
||||||
|
src/frontends/xforms/form_ert.C
|
||||||
|
src/frontends/xforms/FormERT.C
|
||||||
|
src/frontends/xforms/form_external.C
|
||||||
src/frontends/xforms/FormExternal.C
|
src/frontends/xforms/FormExternal.C
|
||||||
|
src/frontends/xforms/form_filedialog.C
|
||||||
src/frontends/xforms/FormFiledialog.C
|
src/frontends/xforms/FormFiledialog.C
|
||||||
|
src/frontends/xforms/form_float.C
|
||||||
src/frontends/xforms/FormFloat.C
|
src/frontends/xforms/FormFloat.C
|
||||||
|
src/frontends/xforms/form_graphics.C
|
||||||
src/frontends/xforms/FormGraphics.C
|
src/frontends/xforms/FormGraphics.C
|
||||||
|
src/frontends/xforms/form_include.C
|
||||||
src/frontends/xforms/FormInclude.C
|
src/frontends/xforms/FormInclude.C
|
||||||
|
src/frontends/xforms/form_index.C
|
||||||
src/frontends/xforms/FormIndex.C
|
src/frontends/xforms/FormIndex.C
|
||||||
src/frontends/xforms/FormLog.C
|
src/frontends/xforms/FormLog.C
|
||||||
src/frontends/xforms/FormMathsBitmap.C
|
src/frontends/xforms/FormMathsBitmap.C
|
||||||
|
src/frontends/xforms/form_maths_deco.C
|
||||||
src/frontends/xforms/FormMathsDeco.C
|
src/frontends/xforms/FormMathsDeco.C
|
||||||
|
src/frontends/xforms/form_maths_delim.C
|
||||||
src/frontends/xforms/FormMathsDelim.C
|
src/frontends/xforms/FormMathsDelim.C
|
||||||
|
src/frontends/xforms/form_maths_matrix.C
|
||||||
src/frontends/xforms/FormMathsMatrix.C
|
src/frontends/xforms/FormMathsMatrix.C
|
||||||
|
src/frontends/xforms/form_maths_panel.C
|
||||||
src/frontends/xforms/FormMathsPanel.C
|
src/frontends/xforms/FormMathsPanel.C
|
||||||
|
src/frontends/xforms/form_maths_space.C
|
||||||
src/frontends/xforms/FormMathsSpace.C
|
src/frontends/xforms/FormMathsSpace.C
|
||||||
|
src/frontends/xforms/form_minipage.C
|
||||||
src/frontends/xforms/FormMinipage.C
|
src/frontends/xforms/FormMinipage.C
|
||||||
|
src/frontends/xforms/form_paragraph.C
|
||||||
src/frontends/xforms/FormParagraph.C
|
src/frontends/xforms/FormParagraph.C
|
||||||
|
src/frontends/xforms/form_preamble.C
|
||||||
src/frontends/xforms/FormPreamble.C
|
src/frontends/xforms/FormPreamble.C
|
||||||
|
src/frontends/xforms/form_preferences.C
|
||||||
src/frontends/xforms/FormPreferences.C
|
src/frontends/xforms/FormPreferences.C
|
||||||
|
src/frontends/xforms/form_print.C
|
||||||
src/frontends/xforms/FormPrint.C
|
src/frontends/xforms/FormPrint.C
|
||||||
|
src/frontends/xforms/form_ref.C
|
||||||
src/frontends/xforms/FormRef.C
|
src/frontends/xforms/FormRef.C
|
||||||
|
src/frontends/xforms/form_search.C
|
||||||
src/frontends/xforms/FormSearch.C
|
src/frontends/xforms/FormSearch.C
|
||||||
|
src/frontends/xforms/form_spellchecker.C
|
||||||
src/frontends/xforms/FormSpellchecker.C
|
src/frontends/xforms/FormSpellchecker.C
|
||||||
|
src/frontends/xforms/form_tabular.C
|
||||||
src/frontends/xforms/FormTabular.C
|
src/frontends/xforms/FormTabular.C
|
||||||
|
src/frontends/xforms/form_tabular_create.C
|
||||||
src/frontends/xforms/FormTabularCreate.C
|
src/frontends/xforms/FormTabularCreate.C
|
||||||
|
src/frontends/xforms/form_texinfo.C
|
||||||
src/frontends/xforms/FormTexinfo.C
|
src/frontends/xforms/FormTexinfo.C
|
||||||
|
src/frontends/xforms/form_thesaurus.C
|
||||||
src/frontends/xforms/FormThesaurus.C
|
src/frontends/xforms/FormThesaurus.C
|
||||||
|
src/frontends/xforms/form_toc.C
|
||||||
src/frontends/xforms/FormToc.C
|
src/frontends/xforms/FormToc.C
|
||||||
|
src/frontends/xforms/form_url.C
|
||||||
src/frontends/xforms/FormUrl.C
|
src/frontends/xforms/FormUrl.C
|
||||||
src/frontends/xforms/FormVCLog.C
|
src/frontends/xforms/FormVCLog.C
|
||||||
src/frontends/xforms/Menubar_pimpl.C
|
|
||||||
src/frontends/xforms/combox.C
|
|
||||||
src/frontends/xforms/form_aboutlyx.C
|
|
||||||
src/frontends/xforms/form_bibitem.C
|
|
||||||
src/frontends/xforms/form_bibtex.C
|
|
||||||
src/frontends/xforms/form_browser.C
|
|
||||||
src/frontends/xforms/form_character.C
|
|
||||||
src/frontends/xforms/form_citation.C
|
|
||||||
src/frontends/xforms/form_document.C
|
|
||||||
src/frontends/xforms/form_error.C
|
|
||||||
src/frontends/xforms/form_ert.C
|
|
||||||
src/frontends/xforms/form_external.C
|
|
||||||
src/frontends/xforms/form_filedialog.C
|
|
||||||
src/frontends/xforms/form_float.C
|
|
||||||
src/frontends/xforms/form_graphics.C
|
|
||||||
src/frontends/xforms/form_include.C
|
|
||||||
src/frontends/xforms/form_index.C
|
|
||||||
src/frontends/xforms/form_maths_deco.C
|
|
||||||
src/frontends/xforms/form_maths_delim.C
|
|
||||||
src/frontends/xforms/form_maths_matrix.C
|
|
||||||
src/frontends/xforms/form_maths_panel.C
|
|
||||||
src/frontends/xforms/form_maths_space.C
|
|
||||||
src/frontends/xforms/form_minipage.C
|
|
||||||
src/frontends/xforms/form_paragraph.C
|
|
||||||
src/frontends/xforms/form_preamble.C
|
|
||||||
src/frontends/xforms/form_preferences.C
|
|
||||||
src/frontends/xforms/form_print.C
|
|
||||||
src/frontends/xforms/form_ref.C
|
|
||||||
src/frontends/xforms/form_search.C
|
|
||||||
src/frontends/xforms/form_spellchecker.C
|
|
||||||
src/frontends/xforms/form_tabular.C
|
|
||||||
src/frontends/xforms/form_tabular_create.C
|
|
||||||
src/frontends/xforms/form_texinfo.C
|
|
||||||
src/frontends/xforms/form_thesaurus.C
|
|
||||||
src/frontends/xforms/form_toc.C
|
|
||||||
src/frontends/xforms/form_url.C
|
|
||||||
src/frontends/xforms/input_validators.C
|
src/frontends/xforms/input_validators.C
|
||||||
|
src/frontends/xforms/Menubar_pimpl.C
|
||||||
src/frontends/xforms/xforms_helpers.C
|
src/frontends/xforms/xforms_helpers.C
|
||||||
src/gettext.h
|
src/gettext.h
|
||||||
src/importer.C
|
src/importer.C
|
||||||
src/insets/figinset.C
|
src/insets/figinset.C
|
||||||
src/insets/inset.C
|
|
||||||
src/insets/insetbib.C
|
src/insets/insetbib.C
|
||||||
|
src/insets/inset.C
|
||||||
src/insets/insetcaption.C
|
src/insets/insetcaption.C
|
||||||
src/insets/inseterror.C
|
src/insets/inseterror.C
|
||||||
src/insets/insetert.C
|
src/insets/insetert.C
|
||||||
@ -179,18 +174,24 @@ src/insets/insettoc.C
|
|||||||
src/insets/inseturl.C
|
src/insets/inseturl.C
|
||||||
src/kbsequence.C
|
src/kbsequence.C
|
||||||
src/language.C
|
src/language.C
|
||||||
|
src/LaTeX.C
|
||||||
src/layout.C
|
src/layout.C
|
||||||
|
src/LColor.C
|
||||||
|
src/LyXAction.C
|
||||||
src/lyx_cb.C
|
src/lyx_cb.C
|
||||||
src/lyx_main.C
|
|
||||||
src/lyxfind.C
|
src/lyxfind.C
|
||||||
src/lyxfont.C
|
src/lyxfont.C
|
||||||
src/lyxfunc.C
|
src/lyxfunc.C
|
||||||
|
src/lyx_main.C
|
||||||
src/lyxrc.C
|
src/lyxrc.C
|
||||||
|
src/LyXSendto.C
|
||||||
src/lyxvc.C
|
src/lyxvc.C
|
||||||
src/mathed/formula.C
|
src/LyXView.C
|
||||||
src/mathed/formulabase.C
|
src/mathed/formulabase.C
|
||||||
|
src/mathed/formula.C
|
||||||
src/mathed/formulamacro.C
|
src/mathed/formulamacro.C
|
||||||
src/mathed/math_cursor.C
|
src/mathed/math_cursor.C
|
||||||
|
src/MenuBackend.C
|
||||||
src/minibuffer.C
|
src/minibuffer.C
|
||||||
src/paragraph.C
|
src/paragraph.C
|
||||||
src/print_form.C
|
src/print_form.C
|
||||||
@ -199,6 +200,6 @@ src/support/getUserName.C
|
|||||||
src/support/path.C
|
src/support/path.C
|
||||||
src/support/path.h
|
src/support/path.h
|
||||||
src/tabular.C
|
src/tabular.C
|
||||||
src/text.C
|
|
||||||
src/text2.C
|
src/text2.C
|
||||||
|
src/text.C
|
||||||
src/ext_l10n.h
|
src/ext_l10n.h
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2001-11-29 Juergen Vigna <jug@sad.it>
|
2001-11-29 Juergen Vigna <jug@sad.it>
|
||||||
|
|
||||||
|
* lyxtext.h: added helper function firstRow returning firstrow and
|
||||||
|
made firstrow private again.
|
||||||
|
|
||||||
* BufferView2.C (lockInset): don't relock if we're already locked!
|
* BufferView2.C (lockInset): don't relock if we're already locked!
|
||||||
|
|
||||||
* text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
|
* text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
|
||||||
|
@ -69,7 +69,8 @@ Debug::type const Debug::ANY = Debug::type(
|
|||||||
Debug::PARSER | Debug::LYXRC | Debug::KBMAP | Debug::LATEX |
|
Debug::PARSER | Debug::LYXRC | Debug::KBMAP | Debug::LATEX |
|
||||||
Debug::MATHED | Debug::FONT | Debug::TCLASS | Debug::LYXVC |
|
Debug::MATHED | Debug::FONT | Debug::TCLASS | Debug::LYXVC |
|
||||||
Debug::LYXSERVER | Debug::ROFF | Debug::ACTION | Debug::LYXLEX |
|
Debug::LYXSERVER | Debug::ROFF | Debug::ACTION | Debug::LYXLEX |
|
||||||
Debug::DEPEND | Debug::INSETS | Debug::FILES | Debug::WORKAREA);
|
Debug::DEPEND | Debug::INSETS | Debug::FILES | Debug::WORKAREA |
|
||||||
|
Debug::INSETTEXT);
|
||||||
|
|
||||||
|
|
||||||
Debug::type Debug::value(string const & val)
|
Debug::type Debug::value(string const & val)
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
* insettext.C: inserted a reinitLyXText function everywhere I delete
|
* insettext.C: inserted a reinitLyXText function everywhere I delete
|
||||||
the paragraphs! This should fixe the crashes we had.
|
the paragraphs! This should fixe the crashes we had.
|
||||||
|
Also use the new function firstRow() instead of getRowNearY(dummy_y)
|
||||||
|
|
||||||
2001-11-28 André Pönitz <poenitz@gmx.net>
|
2001-11-28 André Pönitz <poenitz@gmx.net>
|
||||||
|
|
||||||
|
@ -291,9 +291,14 @@ void InsetText::read(Buffer const * buf, LyXLex & lex)
|
|||||||
|
|
||||||
int InsetText::ascent(BufferView * bv, LyXFont const &) const
|
int InsetText::ascent(BufferView * bv, LyXFont const &) const
|
||||||
{
|
{
|
||||||
int y_temp = 0;
|
bool clear = false;
|
||||||
Row * row = getLyXText(bv)->getRowNearY(y_temp);
|
if (!lt) {
|
||||||
insetAscent = row->ascent_of_text() + TEXT_TO_INSET_OFFSET;
|
lt = getLyXText(bv);
|
||||||
|
clear = true;
|
||||||
|
}
|
||||||
|
insetAscent = lt->firstRow()->ascent_of_text() + TEXT_TO_INSET_OFFSET;
|
||||||
|
if (clear)
|
||||||
|
lt = 0;
|
||||||
return insetAscent;
|
return insetAscent;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -305,10 +310,8 @@ int InsetText::descent(BufferView * bv, LyXFont const &) const
|
|||||||
lt = getLyXText(bv);
|
lt = getLyXText(bv);
|
||||||
clear = true;
|
clear = true;
|
||||||
}
|
}
|
||||||
int y_temp = 0;
|
insetDescent = lt->height - lt->firstRow()->ascent_of_text() +
|
||||||
Row * row = lt->getRowNearY(y_temp);
|
TEXT_TO_INSET_OFFSET;
|
||||||
insetDescent = lt->height - row->ascent_of_text() +
|
|
||||||
TEXT_TO_INSET_OFFSET;
|
|
||||||
if (clear)
|
if (clear)
|
||||||
lt = 0;
|
lt = 0;
|
||||||
return insetDescent;
|
return insetDescent;
|
||||||
@ -440,12 +443,11 @@ void InsetText::draw(BufferView * bv, LyXFont const & f,
|
|||||||
}
|
}
|
||||||
x += TEXT_TO_INSET_OFFSET;
|
x += TEXT_TO_INSET_OFFSET;
|
||||||
|
|
||||||
int y = 0;
|
Row * row = lt->firstRow();
|
||||||
Row * row = lt->getRowNearY(y);
|
|
||||||
int y_offset = baseline - row->ascent_of_text();
|
int y_offset = baseline - row->ascent_of_text();
|
||||||
int ph = pain.paperHeight();
|
int ph = pain.paperHeight();
|
||||||
int first = 0;
|
int first = 0;
|
||||||
y = y_offset;
|
int y = y_offset;
|
||||||
while ((row != 0) && ((y+row->height()) <= 0)) {
|
while ((row != 0) && ((y+row->height()) <= 0)) {
|
||||||
y += row->height();
|
y += row->height();
|
||||||
first += row->height();
|
first += row->height();
|
||||||
@ -2042,7 +2044,7 @@ LyXText * InsetText::getLyXText(BufferView const * lbv,
|
|||||||
{
|
{
|
||||||
if (!recursive && (cached_bview == lbv)) {
|
if (!recursive && (cached_bview == lbv)) {
|
||||||
LyXText * lt = cached_text.get();
|
LyXText * lt = cached_text.get();
|
||||||
lyx::Assert(lt && lt->firstrow->par() == par);
|
lyx::Assert(lt && lt->firstRow()->par() == par);
|
||||||
return cached_text.get();
|
return cached_text.get();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2420,10 +2422,9 @@ void InsetText::toggleSelection(BufferView * bv, bool kill_selection)
|
|||||||
|
|
||||||
int x = top_x + TEXT_TO_INSET_OFFSET;
|
int x = top_x + TEXT_TO_INSET_OFFSET;
|
||||||
|
|
||||||
int y = 0;
|
Row * row = lt->firstRow();
|
||||||
Row * row = lt->getRowNearY(y);
|
|
||||||
int y_offset = top_baseline - row->ascent_of_text();
|
int y_offset = top_baseline - row->ascent_of_text();
|
||||||
y = y_offset;
|
int y = y_offset;
|
||||||
while ((row != 0) && ((y+row->height()) <= 0)) {
|
while ((row != 0) && ((y+row->height()) <= 0)) {
|
||||||
y += row->height();
|
y += row->height();
|
||||||
row = row->next();
|
row = row->next();
|
||||||
|
@ -227,7 +227,12 @@ public:
|
|||||||
*/
|
*/
|
||||||
Row * getRow(Paragraph * par,
|
Row * getRow(Paragraph * par,
|
||||||
lyx::pos_type pos, int & y) const;
|
lyx::pos_type pos, int & y) const;
|
||||||
|
/** returns the firstrow, this could be done with the above too but
|
||||||
|
IMO it's stupid to have to allocate a dummy y all the time I need
|
||||||
|
the first row
|
||||||
|
*/
|
||||||
|
Row * firstRow() { return firstrow; }
|
||||||
|
|
||||||
/** returns the height of a default row, needed for scrollbar
|
/** returns the height of a default row, needed for scrollbar
|
||||||
*/
|
*/
|
||||||
int defaultHeight() const;
|
int defaultHeight() const;
|
||||||
@ -501,10 +506,9 @@ public:
|
|||||||
return bidi_start == -1 ||
|
return bidi_start == -1 ||
|
||||||
(bidi_start <= pos && pos <= bidi_end);
|
(bidi_start <= pos && pos <= bidi_end);
|
||||||
}
|
}
|
||||||
public:
|
private:
|
||||||
///
|
///
|
||||||
mutable Row * firstrow;
|
mutable Row * firstrow;
|
||||||
private:
|
|
||||||
///
|
///
|
||||||
mutable Row * lastrow;
|
mutable Row * lastrow;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user