Home
last modified time | relevance | path

Searched refs:droplines (Results 1 – 10 of 10) sorted by relevance

/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DSuggestCtrl.h10 int droplines; variable
36 SuggestCtrl& SetDropLines(int n) { droplines = n; return *this; } in SetDropLines()
H A DPopupTable.cpp75 int h = AddFrameSize(width, min(droplines * GetLineCy(), GetTotalCy())).cy; in PopUp()
142 droplines = 16; in PopUpTable()
H A DSuggestCtrl.cpp107 int c = droplines * Draw::GetStdFontCy(); in Key()
157 droplines = 16; in SuggestCtrl()
H A DDropChoice.h19 int droplines; variable
34 PopUpTable& SetDropLines(int _droplines) { droplines = _droplines; return *this; } in SetDropLines()
/dports/devel/goffice/goffice-0.10.50/plugins/plot_distrib/
H A Dgog-histogram.c44 GogObject *droplines; member
616 if (series->droplines) { in gog_histogram_plot_view_render()
621 go_styled_object_get_style (GO_STYLED_OBJECT (series->droplines))); in gog_histogram_plot_view_render()
696 if (series->droplines) { in gog_histogram_plot_view_render()
701 go_styled_object_get_style (GO_STYLED_OBJECT (series->droplines))); in gog_histogram_plot_view_render()
893 return (series->droplines == NULL); in GSF_DYNAMIC_CLASS()
900 series->droplines = child; in drop_lines_post_add()
908 series->droplines = NULL; in drop_lines_pre_remove()
/dports/math/gnumeric/gnumeric-1.12.50/test/
H A Dods-ext-schema.patch100 + <ref name="gnm-droplines"/>
773 + <define name="gnm-droplines">
774 + <element name="gnm:droplines">
/dports/science/scidavis/scidavis-2.4.0/doc/
H A Dusing.tex516 is used to draw the selected curve (steps, droplines, etc). See the
/dports/editors/abiword/abiword-3.0.5/goffice-bits2/
H A DChangeLog2474 * plugins/plot_xy/gog-xy.c: add horizontal and vertical droplines.
/dports/editors/abiword/abiword-3.0.5/goffice-bits/
H A DChangeLog2474 * plugins/plot_xy/gog-xy.c: add horizontal and vertical droplines.
/dports/devel/goffice/goffice-0.10.50/
H A DChangeLog15159 * plugins/plot_xy/gog-xy.c: add horizontal and vertical droplines.