Searched refs:COL_AMOUNT (Results 1 – 8 of 8) sorted by relevance
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/ |
H A D | dialog_board_statistics.cpp | 36 #define COL_AMOUNT 1 macro 368 m_gridPads->SetCellValue( currentRow, COL_AMOUNT, in updateWidets() 375 m_gridPads->SetCellValue( currentRow, COL_AMOUNT, wxString::Format( "%i ", totalPads ) ); in updateWidets() 383 m_gridVias->SetCellValue( currentRow, COL_AMOUNT, wxString::Format( "%i ", type.qty ) ); in updateWidets() 389 m_gridVias->SetCellValue( currentRow, COL_AMOUNT, wxString::Format( "%i ", totalVias ) ); in updateWidets() 422 m_gridBoard->SetCellValue( ROW_BOARD_WIDTH, COL_AMOUNT, in updateWidets() 424 m_gridBoard->SetCellValue( ROW_BOARD_HEIGHT, COL_AMOUNT, in updateWidets() 426 m_gridBoard->SetCellValue( ROW_BOARD_AREA, COL_AMOUNT, in updateWidets() 432 m_gridBoard->SetCellValue( ROW_BOARD_WIDTH, COL_AMOUNT, _( "unknown" ) ); in updateWidets() 433 m_gridBoard->SetCellValue( ROW_BOARD_HEIGHT, COL_AMOUNT, _( "unknown" ) ); in updateWidets() [all …]
|
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/src/db/ |
H A D | DB_Table_Budgettable_V1.h | 138 , COL_AMOUNT = 5 enumerator 151 case COL_AMOUNT: return "AMOUNT"; in column_to_name() 166 else if ("AMOUNT" == name) return COL_AMOUNT; in name_to_column()
|
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/src/ |
H A D | budgetingpanel.h | 137 COL_AMOUNT, enumerator
|
H A D | billsdepositspanel.h | 140 COL_AMOUNT, enumerator
|
H A D | budgetingpanel.cpp | 295 …listCtrlBudget_->InsertColumn(COL_AMOUNT, std::get<0>(listCtrlBudget_->m_columns[COL_AMOUNT]), wxL… in CreateControls() 556 case COL_AMOUNT: in getItem()
|
H A D | billsdepositspanel.cpp | 454 case COL_AMOUNT: in getItem() 764 case COL_AMOUNT: in sortTable()
|
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-utils/ |
H A D | gnc-tree-view-split-reg.h | 103 COL_AMOUNT, //9 enumerator
|
H A D | gnc-tree-view-split-reg.c | 197 {COL_AMOUNT, -1, 623 COL_STATUS, COL_COMM, COL_VALUE, COL_RATE, COL_AMOUNT, COL_DEBIT, COL_CREDIT, -1}; in gnc_tree_view_split_reg_get_column_list() 651 COL_STATUS, COL_AMOUNT, COL_PRICE, COL_DEBIT, COL_CREDIT, -1}; in gnc_tree_view_split_reg_get_column_list() 669 COL_VALUE, COL_AMOUNT, COL_RATE, COL_PRICE, COL_DEBIT, COL_CREDIT, in gnc_tree_view_split_reg_get_column_list() 1791 case COL_AMOUNT: in gtv_sr_cdf0() 2269 case COL_AMOUNT: in gtv_sr_cdf1() 2890 case COL_AMOUNT: in gtv_sr_titles() 3267 case COL_AMOUNT: in gtv_sr_help() 4387 case COL_AMOUNT: in gtv_sr_edited_normal_cb() 4505 if (viewcol == COL_AMOUNT) in gtv_sr_edited_normal_cb()
|