Home
last modified time | relevance | path

Searched refs:LASSERT (Results 76 – 100 of 100) sorted by relevance

1234

/dports/print/lyx/lyx-2.3.4.2/src/
H A Doutput_xhtml.cpp356 LASSERT(!tag_stack_.empty(), return true); in closeFontTags()
1153 LASSERT(bpit < epit, in xhtmlParagraphs()
H A DConverter.cpp874 LASSERT(from >= 0, continue); in buildGraph()
875 LASSERT(to >= 0, continue); in buildGraph()
H A DLexer.cpp279 LASSERT(is.get() == 0xbf, /**/); in setFile()
H A DBufferView.cpp1226 LASSERT(false, break); in getStatus()
2107 LASSERT(false, break); in dispatch()
2631 LASSERT(&cur.bv() == this, return false); in mouseSetCursor()
2892 LASSERT(d->cursor_.inTexted(), return); in insertLyXFile()
H A DLyXAction.cpp4391 LASSERT(false, return false); in funcHasFlag()
H A DCompare.cpp852 LASSERT(inset, continue); in processSnake()
H A DRowPainter.cpp100 LASSERT(e.inset, return); in paintInset()
H A DText3.cpp182 LASSERT(cur.inMathed(), return); in mathDispatch()
203 LASSERT(cmd.action() == LFUN_REGEXP_MODE, return); in regexpDispatch()
1424 LASSERT(cur.selBegin().idx() == cur.selEnd().idx(), break); in dispatch()
H A DTextClass.cpp1469 LASSERT(false, return dummy); in operator []()
H A Doutput_latex.cpp1392 LASSERT(runparams.par_begin <= runparams.par_end, in latexParagraphs()
/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DInsetMathHull.cpp918 LASSERT(row < nrows(), return docstring()); in label()
1406 LASSERT(ncols() == 1, return); in splitTo2Cols()
1419 LASSERT(ncols() < 3, return); in splitTo3Cols()
1669 LASSERT("Mutation not implemented, but should have been.", return); in mutate()
H A DMathData.cpp492 LASSERT(inset->asMacro(), continue); in updateMacros()
/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInsetTabular.cpp1566 LASSERT(false, return); in read()
1912 LASSERT(column != npos && column < ncols(), column = 0); in cellIndex()
1913 LASSERT(row != npos && row < nrows(), row = 0); in cellIndex()
2143 LASSERT(row < nrows(), row = 0); in rowAscent()
2150 LASSERT(row < nrows(), row = 0); in rowDescent()
2167 LASSERT(row < nrows(), return false); in isPartOfMultiColumn()
2168 LASSERT(column < ncols(), return false); in isPartOfMultiColumn()
2175 LASSERT(row < nrows(), return false); in isPartOfMultiRow()
2176 LASSERT(column < ncols(), return false); in isPartOfMultiRow()
6335 LASSERT(cur.depth() > 1, return false); in isRightToLeft()
[all …]
H A DInsetInclude.cpp408 LASSERT(false, temp = buffer().B_("Unknown")); in screenLabel()
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiApplication.cpp484 LASSERT(sorted(begin, end), /**/); in themeIconName()
1459 LASSERT(!bm.filename.empty(), return); in gotoBookmark()
2107 LASSERT(gv && gv->currentBufferView(), return); in handleKeyFunc()
H A DGuiCompleter.cpp804 LASSERT(i <= n, i = 0); in setCurrentCompletion()
H A DGuiPainter.cpp166 LASSERT(!monochrome_min_.empty(), return); in leaveMonochromeMode()
H A DGuiKeySymbol.cpp676 LASSERT(text_.size() <= 2, return 0); in getUCSEncoded()
H A DMenus.cpp2396 LASSERT(false, { static const MenuDefinition m; return m; }); in getMenu()
2408 LASSERT(false, { static MenuDefinition m; return m; }); in getMenu()
H A DGuiPrefs.cpp3584 LASSERT(module, return); in addModule()
/dports/print/lyx/lyx-2.3.4.2/src/tex2lyx/
H A Dtable.cpp559 LASSERT(t.cat() == catEscape, return false); in parse_hlines()
H A Dtext.cpp2288 LASSERT(t.cat() == catComment, return); in parse_comment()
/dports/textproc/wiggle/wiggle-1.3/tests/lustre/pool/
H A Dorig705 LASSERT(atomic_read(&pl->pl_granted) > 0);
H A Dmerge861 LASSERT(atomic_read(&pl->pl_granted) > 0);
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvtinydom.cpp329 #define LASSERT(x) \ macro
1110 LASSERT(size + paddingSize == block->_blockSize ); in write()

1234