Home
last modified time | relevance | path

Searched defs:insetCode (Results 1 – 15 of 15) sorted by relevance

/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiBibitem.h34 InsetCode insetCode() const { return BIBITEM_CODE; } in insetCode() function
H A DGuiBranch.h33 InsetCode insetCode() const { return BRANCH_CODE; } in insetCode() function
H A DGuiERT.h31 InsetCode insetCode() const { return ERT_CODE; } in insetCode() function
H A DGuiLine.h32 InsetCode insetCode() const { return LINE_CODE; } in insetCode() function
H A DGuiNomenclature.h34 InsetCode insetCode() const { return NOMENCL_CODE; } in insetCode() function
H A DGuiHyperlink.h33 InsetCode insetCode() const { return HYPERLINK_CODE; } in insetCode() function
H A DGuiLabel.h33 InsetCode insetCode() const { return LABEL_CODE; } in insetCode() function
H A DGuiVSpace.h38 InsetCode insetCode() const { return VSPACE_CODE; } in insetCode() function
H A DGuiPrintNomencl.h38 InsetCode insetCode() const { return NOMENCL_PRINT_CODE; } in insetCode() function
H A DGuiHSpace.h37 InsetCode insetCode() const { return math_mode_ ? MATH_SPACE_CODE : SPACE_CODE; } in insetCode() function
H A DGuiInfo.h34 InsetCode insetCode() const { return INFO_CODE; } in insetCode() function
H A DGuiTabular.h45 InsetCode insetCode() const { return TABULAR_CODE; } in insetCode() function
H A DGuiBox.h42 InsetCode insetCode() const { return BOX_CODE; } in insetCode() function
H A DFloatPlacement.h36 InsetCode insetCode() const { return FLOAT_CODE; } in insetCode() function
/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInset.cpp290 InsetCode insetCode(string const & name) in insetCode() function