Home
last modified time | relevance | path

Searched refs:TOC_ENTRY_LENGTH (Results 1 – 7 of 7) sorted by relevance

/dports/print/lyx/lyx-2.3.4.2/src/
H A DTocBackend.cpp189 arg->text().forOutliner(tocstring,TOC_ENTRY_LENGTH); in updateItem()
197 par.forOutliner(tocstring, TOC_ENTRY_LENGTH); in updateItem()
199 support::truncateWithEllipsis(tocstring, TOC_ENTRY_LENGTH); in updateItem()
/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInset.h81 static int const TOC_ENTRY_LENGTH = 120; variable
342 size_t const maxlen = TOC_ENTRY_LENGTH,
H A DInsetCaptionable.cpp109 text().forOutliner(str, TOC_ENTRY_LENGTH); in addToToc()
H A DInsetArgument.cpp336 text().forOutliner(str, TOC_ENTRY_LENGTH); in addToToc()
H A DInsetCaption.cpp106 TOC_ENTRY_LENGTH; in addToToc()
H A DInsetText.cpp895 INT_MAX : TOC_ENTRY_LENGTH; in iterateForToc()
934 text().forOutliner(str, TOC_ENTRY_LENGTH, start, end); in closeAddToTocForParagraph()
H A DInsetCollapsible.cpp687 text().forOutliner(str, TOC_ENTRY_LENGTH); in addToToc()