Home
last modified time | relevance | path

Searched refs:row_none (Results 1 – 3 of 3) sorted by relevance

/dports/print/lyx/lyx-2.3.4.2/src/
H A DTexRow.cpp114 TexRow::RowEntry const TexRow::row_none = TexRow::textEntry(-1, 0); member in lyx::TexRow
384 LASSERT(false, return row_none); in rowEntryFromCursorSlice()
535 RowEntry best_entry = row_none; in rowFromDocIterator()
H A DTexRow.h93 static const RowEntry row_none; variable
/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DMathStream.cpp134 row_entry_(TexRow::row_none) in WriteStream()