Home
last modified time | relevance | path

Searched refs:nbCol (Results 76 – 100 of 312) sorted by relevance

12345678910>>...13

/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/src/c/getHandleProperty/
H A Dset_tight_limits_property.c41 …ight_limits_property(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow, int nbCol) in set_tight_limits_property() argument
45 int mSize = nbRow * nbCol; in set_tight_limits_property()
55 …mits = tryGetBooleanValueFromStack(((char **)_pvData)[0], valueType, nbRow, nbCol, "tight_limits"); in set_tight_limits_property()
59 … tightLimits = tryGetBooleanValueFromStack(_pvData, valueType, nbRow, nbCol, "tight_limits"); in set_tight_limits_property()
H A Dset_x_shift_property.c39 …set_x_shift_property(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow, int nbCol) in set_x_shift_property() argument
43 int nbElement = nbRow * nbCol; in set_x_shift_property()
53 if (nbRow > 1 && nbCol > 1) in set_x_shift_property()
H A Dset_triangles_property.c40 …t_triangles_property(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow, int nbCol) in set_triangles_property() argument
66 if (nbCol < 5) in set_triangles_property()
72 …raphicObjectPropertyAndNoWarn(iObjUID, __GO_DATA_MODEL_NUM_VERTICES_BY_ELEM__, &nbCol, jni_int, 1); in set_triangles_property()
H A Dset_menubar_property.c30 …set_menubar_property(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow, int nbCol) in set_menubar_property() argument
63 …bar_visible_property(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow, int nbCol) in set_menubar_visible_property() argument
68 b = tryGetBooleanValueFromStack(_pvData, valueType, nbRow, nbCol, "menubar_visible"); in set_menubar_visible_property()
H A Dset_toolbar_property.c30 …set_toolbar_property(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow, int nbCol) in set_toolbar_property() argument
63 …bar_visible_property(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow, int nbCol) in set_toolbar_visible_property() argument
68 b = tryGetBooleanValueFromStack(_pvData, valueType, nbRow, nbCol, "toolbar_visible"); in set_toolbar_visible_property()
H A Dset_y_shift_property.c39 …set_y_shift_property(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow, int nbCol) in set_y_shift_property() argument
43 int nbElement = nbRow * nbCol; in set_y_shift_property()
53 if (nbRow > 1 && nbCol > 1) in set_y_shift_property()
H A Dset_z_shift_property.c39 …set_z_shift_property(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow, int nbCol) in set_z_shift_property() argument
43 int nbElement = nbRow * nbCol; in set_z_shift_property()
53 if (nbRow > 1 && nbCol > 1) in set_z_shift_property()
H A Dset_tabtitle_property.c31 …itle_scroll_property(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow, int nbCol) in set_title_scroll_property() argument
36 b = tryGetBooleanValueFromStack(_pvData, valueType, nbRow, nbCol, "title_scroll"); in set_title_scroll_property()
55 …le_position_property(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow, int nbCol) in set_title_position_property() argument
H A Dset_grid_style_property.c35 …_grid_style_property(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow, int nbCol) in set_grid_style_property() argument
52 if (nbRow != 1 || nbCol > 3) in set_grid_style_property()
74 for ( i = 0 ; i < nbCol ; i++) in set_grid_style_property()
H A Dset_grid_thickness_property.c35 …d_thickness_property(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow, int nbCol) in set_grid_thickness_property() argument
52 if (nbRow != 1 || nbCol > 3) in set_grid_thickness_property()
74 for ( i = 0 ; i < nbCol ; i++) in set_grid_thickness_property()
H A Dset_position_property.c42 …et_position_property(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow, int nbCol) in set_position_property() argument
52 return SetUicontrolPosition(iObjUID, _pvData, valueType, nbRow, nbCol); in set_position_property()
109 if (nbRow * nbCol != 3) in set_position_property()
H A Dset_grid_property.c38 int set_grid_property(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow, int nbCol) in set_grid_property() argument
55 if (nbRow != 1 || nbCol > 3) in set_grid_property()
77 for ( i = 0 ; i < nbCol ; i++) in set_grid_property()
H A Dset_callback_property.c36 …et_callback_property(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow, int nbCol) in set_callback_property() argument
50 if (nbCol != 1) in set_callback_property()
60 if (nbRow * nbCol != 2) in set_callback_property()
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/cpp/
H A DSetUicontrolTooltipString.cpp22 …controlTooltipString(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow, int nbCol) in SetUicontrolTooltipString() argument
48 if (nbCol > 1 && nbRow > 1) in SetUicontrolTooltipString()
54 …bjectProperty(iObjUID, __GO_UI_TOOLTIPSTRING__, (char**)_pvData, jni_string_vector, nbRow * nbCol); in SetUicontrolTooltipString()
H A DSetUicontrolSliderStep.cpp23 …tUicontrolSliderStep(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow, int nbCol) in SetUicontrolSliderStep() argument
34 if ( nbRow == 1 && nbCol == 1) in SetUicontrolSliderStep()
51 else if (nbRow == 1 && nbCol == 2) in SetUicontrolSliderStep()
H A DSetUiobjectForegroundColor.cpp23 …bjectForegroundColor(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow, int nbCol) in SetUiobjectForegroundColor() argument
34 if (nbCol != 1 || nbRow == 0) /* More than one string */ in SetUiobjectForegroundColor()
53 if (nbCol != 3 || nbRow != 1) /* Wrong matrix size */ in SetUiobjectForegroundColor()
H A DSetUicontrolBackgroundColor.cpp25 …ntrolBackgroundColor(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow, int nbCol) in SetUicontrolBackgroundColor() argument
38 if (nbCol != 1 || nbRow == 0) in SetUicontrolBackgroundColor()
59 if (nbCol != 3 || nbRow != 1) in SetUicontrolBackgroundColor()
H A DSetUicontrolPosition.cpp23 int SetUicontrolPosition(int iObjUID, void* pvData, int valueType, int nbRow, int nbCol) in SetUicontrolPosition() argument
35 if (nbCol != 1) in SetUicontrolPosition()
53 if (nbCol != 4 || nbRow != 1) in SetUicontrolPosition()
/dports/net/pimcommon/pimcommon-21.12.3/src/pimcommonakonadi/folderdialog/
H A Dselectmulticollectionwidget.cpp55 const int nbCol = mCheckedCollectionWidget->checkableProxy()->rowCount(parent); in updateStatus() local
56 for (int i = 0; i < nbCol; ++i) { in updateStatus()
80 const int nbCol = mCheckedCollectionWidget->checkableProxy()->rowCount(parent); in selectedCollection() local
81 for (int i = 0; i < nbCol; ++i) { in selectedCollection()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/includes/
H A DsciMatrix.h35 int nbCol ; member
51 GRAPHICS_IMPEXP sciMatrix * newMatrix(int nbRow, int nbCol);
56 GRAPHICS_IMPEXP sciMatrix * newCompleteMatrix(void ** dataMat, int nbRow, int nbCol);
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/sci_gateway/cpp/
H A Dsci_getinstalledlookandfeels.cpp51 int nbCol = 0; in sci_getinstalledlookandfeels() local
56 nbCol = 1; in sci_getinstalledlookandfeels()
58 …sciErr = createMatrixOfString(pvApiCtx, nbInputArgument(pvApiCtx) + 1, nbElems, nbCol, lookandfeel… in sci_getinstalledlookandfeels()
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/sci_gateway/c/
H A Dsci_uicontrol.c104 int nbRow = 0, nbCol = 0, k = 0; in sci_uicontrol() local
606 nbCol = -1; in sci_uicontrol()
617 … sciErr = getMatrixOfDouble(pvApiCtx, piAddr, &nbRow, &nbCol, &pdblValue); in sci_uicontrol()
626 …tus = callSetProperty(pvApiCtx, iUicontrol, pdblValue, sci_matrix, nbRow, nbCol, (char*)properties… in sci_uicontrol()
634 … if (getAllocatedMatrixOfString(pvApiCtx, piAddr, &nbRow, &nbCol, &pstValue)) in sci_uicontrol()
641 …tus = callSetProperty(pvApiCtx, iUicontrol, pstValue, sci_strings, nbRow, nbCol, (char*)properties… in sci_uicontrol()
642 freeAllocatedMatrixOfString(nbRow, nbCol, pstValue); in sci_uicontrol()
655 nbCol = 1; in sci_uicontrol()
656 …tus = callSetProperty(pvApiCtx, iUicontrol, pstValue, sci_strings, nbRow, nbCol, (char*)properties… in sci_uicontrol()
663 sciErr = getMatrixOfHandle(pvApiCtx, piAddr, &nbRow, &nbCol, &pHandles); in sci_uicontrol()
[all …]
/dports/finance/skrooge/skrooge-2.26.1/skgbankgui/
H A Dskgquerycreator.cpp180 int nbCol = listAtts.count(); in setParameters() local
181 for (int i = 0; i < nbCol; ++i) { in setParameters()
193 ui.kListAtt->setModelColumn(nbCol); in setParameters()
221 int nbCol = ui.kList->columnCount(); in getIndexQueryColumn() local
222 for (int i = 0; i < nbCol && output == -1; ++i) { in getIndexQueryColumn()
246 output = nbCol; in getIndexQueryColumn()
338 int nbCol = hHeader->count(); in getXMLCondition() local
346 for (int i = 0; i < nbCol; ++i) { in getXMLCondition()
408 int nbCol = ui.kList->columnCount(); in onCloseEditor() local
474 int nbCol = ui.kList->columnCount(); in addNewLine() local
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/matio/sci_gateway/c/
H A Dsci_matfile_close.c33 int nbRow = 0, nbCol = 0; in sci_matfile_close() local
58 sciErr = getMatrixOfDouble(pvApiCtx, fd_addr, &nbRow, &nbCol, &fd_val); in sci_matfile_close()
64 if (nbRow * nbCol != 1) in sci_matfile_close()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/sci_gateway/c/
H A Dsci_rotate_axes.c44 int nbCol = 0; in sci_rotate_axes() local
76 sciErr = getMatrixOfHandle(pvApiCtx, piAddrstackPointer, &nbRow, &nbCol, &stackPointer); in sci_rotate_axes()
85 if (nbRow * nbCol != 1) in sci_rotate_axes()

12345678910>>...13