Home
last modified time | relevance | path

Searched defs:texrow (Results 1 – 5 of 5) sorted by relevance

/dports/print/lyx/lyx-2.3.4.2/src/
H A Dtexstream.h38 TexRow & texrow() { return *texrow_; } in texrow() function
H A DTexRow.h243 TexRow texrow; member
H A DBuffer.cpp197 mutable TexRow texrow; member in lyx::Buffer::Impl
781 TexRow & Buffer::texrow() in texrow() function in lyx::Buffer
787 TexRow const & Buffer::texrow() const in texrow() function in lyx::Buffer
4041 unique_ptr<TexRow> texrow; in getSourceCode() local
/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DMathStream.h67 TexRow & texrow() { return os_.texrow(); } in texrow() function
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiView.cpp4322 string texrow = convert<string>(row); in dispatch() local