Home
last modified time | relevance | path

Searched refs:belowText (Results 1 – 11 of 11) sorted by relevance

/dports/editors/ted/Ted-2.23/docLayout/
H A DdocDrawShapes.c69 int belowText, in docDrawShapesForPage() argument
80 dps.dpsBelowText= belowText; in docDrawShapesForPage()
H A DdocDraw.c170 const int belowText= 0; in docDrawToNextColumn() local
193 if ( docDrawShapesForPage( through, dc, belowText, lpHere->lpPage ) ) in docDrawToNextColumn()
213 const int belowText= 1; in docDrawToNextColumn() local
225 through, dc, belowText, lpHere->lpPage ) ) in docDrawToNextColumn()
649 const int belowText= 0; in docDrawPageRange() local
665 if ( docDrawShapesForPage( through, dc, belowText, page ) ) in docDrawPageRange()
H A DdocLayoutNotes.c350 int belowText, in docLayoutFootnotesForColumn() argument
391 if ( ! belowText && npFootnotes->npJustification == FTNjustifyPAGE_BOTTOM ) in docLayoutFootnotesForColumn()
561 const int belowText= 1; in docLayoutEndnotesForSection() local
564 belowText, lj ) ) in docLayoutEndnotesForSection()
H A DdocLayoutSect.c51 const int belowText= 0; in docLayoutPlaceSectTop() local
58 belowText, lj ) ) in docLayoutPlaceSectTop()
H A DdocAdjustParentLayout.c507 const int belowText= 0; in docAdjustParentLayout() local
511 belowText, lj ) ) in docAdjustParentLayout()
H A DdocLayoutParagraphs.c616 const int belowText= 0; in docLayoutStackedStrip() local
625 &(plj->pljPos.plpPos), bf, belowText, lj ) ) in docLayoutStackedStrip()
H A DdocLayoutRow.c490 const int belowText= 0; in docRowLayoutToNextColumn() local
499 belowText, lj ) ) in docRowLayoutToNextColumn()
H A DdocDraw.h226 int belowText,
H A DdocLayout.h202 int belowText,
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/prefs/content/
H A Dam-addressing.inc.xhtml44 <menuitem value="true" label="&belowText.label;"/>
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dcolorsandfills.cpp2024 QString belowText; in keyPressEvent() local
2030 belowText = belowItem->text(0); in keyPressEvent()
2035 …QList<QTreeWidgetItem *> belowItems = dataTree->findItems(belowText, Qt::MatchFixedString|Qt::Matc… in keyPressEvent()