Searched refs:InsetLine (Results 1 – 25 of 38) sorted by relevance
12
/dports/print/lyx/lyx-2.3.4.2/src/insets/ |
H A D | InsetLine.cpp | 48 InsetLine::InsetLine(Buffer * buf, InsetCommandParams const & p) in InsetLine() function in lyx::InsetLine 53 ParamInfo const & InsetLine::findInfo(string const & /* cmdName */) in findInfo() 65 docstring InsetLine::screenLabel() const in screenLabel() 71 void InsetLine::doDispatch(Cursor & cur, FuncRequest & cmd) in doDispatch() 95 bool InsetLine::getStatus(Cursor & cur, FuncRequest const & cmd, in getStatus() 109 void InsetLine::metrics(MetricsInfo & mi, Dimension & dim) const in metrics() 138 void InsetLine::draw(PainterInfo & pi, int x, int y) const in draw() 156 void InsetLine::latex(otexstream & os, OutputParams const &) const in latex() 178 int InsetLine::plaintext(odocstringstream & os, in plaintext() 186 int InsetLine::docbook(odocstream & os, OutputParams const &) const in docbook() [all …]
|
H A D | InsetLine.h | 25 class InsetLine : public InsetCommand 28 InsetLine(Buffer * buf, InsetCommandParams const &); 55 Inset * clone() const { return new InsetLine(*this); } in clone()
|
H A D | InsetCommandParams.cpp | 77 return InsetLine::findInfo(cmdName); in findInfo() 215 return InsetLine::defaultCommand(); in getDefaultCmd() 252 return InsetLine::isCompatibleCommand(s); in isCompatibleCommand()
|
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/ |
H A D | GuiLine.cpp | 80 return from_ascii(InsetLine::params2string(params)); in dialogToParams() 86 InsetLine const * line = static_cast<InsetLine const *>(inset); in paramsToDialog()
|
/dports/print/lyx/lyx-2.3.4.2/src/ |
H A D | factory.cpp | 359 return new InsetLine(buf, icp); in createInsetHelper() 569 inset.reset(new InsetLine(buf, inscmd)); in readInset()
|
H A D | Makefile.am | 602 insets/InsetLine.cpp \ 663 insets/InsetLine.h \
|
H A D | Makefile.in | 250 insets/InsetLayout.cpp insets/InsetLine.cpp \ 276 insets/InsetLabel.h insets/InsetLayout.h insets/InsetLine.h \ 306 insets/InsetLayout.$(OBJEXT) insets/InsetLine.$(OBJEXT) \ 626 insets/$(DEPDIR)/InsetLine.Po \ 1728 insets/InsetLine.cpp \ 1789 insets/InsetLine.h \ 2071 insets/InsetLine.$(OBJEXT): insets/$(am__dirstamp) \ 2466 @AMDEP_TRUE@@am__include@ @am__quote@insets/$(DEPDIR)/InsetLine.Po@am__quote@ # am--include-marker 3198 -rm -f insets/$(DEPDIR)/InsetLine.Po 3492 -rm -f insets/$(DEPDIR)/InsetLine.Po
|
/dports/print/lyx/lyx-2.3.4.2/po/ |
H A D | POTFILES.in | 135 src/insets/InsetLine.cpp
|
H A D | en.po | 31622 #: src/insets/InsetLine.cpp:67
|
H A D | lyx.pot | 31622 #: src/insets/InsetLine.cpp:67
|
H A D | ar.po | 32121 #: src/insets/InsetLine.cpp:67
|
H A D | ru.po | 32826 #: src/insets/InsetLine.cpp:67
|
H A D | el.po | 32379 #: src/insets/InsetLine.cpp:67
|
H A D | he.po | 33576 #: src/insets/InsetLine.cpp:67
|
H A D | zh_TW.po | 33089 #: src/insets/InsetLine.cpp:67
|
H A D | uk.po | 32837 #: src/insets/InsetLine.cpp:67
|
H A D | zh_CN.po | 32348 #: src/insets/InsetLine.cpp:67
|
H A D | ja.po | 32714 #: src/insets/InsetLine.cpp:67
|
H A D | fi.po | 32673 #: src/insets/InsetLine.cpp:67
|
H A D | bg.po | 38689 #: src/insets/InsetLine.cpp:67
|
H A D | eu.po | 32922 #: src/insets/InsetLine.cpp:67
|
H A D | tr.po | 34007 #: src/insets/InsetLine.cpp:67
|
H A D | nb.po | 32935 #: src/insets/InsetLine.cpp:67
|
H A D | ia.po | 32722 #: src/insets/InsetLine.cpp:67
|
H A D | id.po | 33678 #: src/insets/InsetLine.cpp:67
|
12