Home
last modified time | relevance | path

Searched refs:top_left_cell (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/liborcus/liborcus-0.16.1/src/spreadsheet/
H A Dview.cpp136 m_split_pane.top_left_cell.row = -1; in impl()
137 m_split_pane.top_left_cell.column = -1; in impl()
140 m_frozen_pane.top_left_cell.row = -1; in impl()
141 m_frozen_pane.top_left_cell.column = -1; in impl()
171 double hor_split, double ver_split, const address_t& top_left_cell) in set_split_pane() argument
175 mp_impl->m_split_pane.top_left_cell = top_left_cell; in set_split_pane()
183 …sheet_view::set_frozen_pane(col_t visible_cols, row_t visible_rows, const address_t& top_left_cell) in set_frozen_pane() argument
187 mp_impl->m_frozen_pane.top_left_cell = top_left_cell; in set_frozen_pane()
H A Dfactory_sheet.cpp536 const orcus::spreadsheet::address_t& top_left_cell, in set_split_pane() argument
539 m_view.set_split_pane(hor_split, ver_split, top_left_cell); in set_split_pane()
546 const orcus::spreadsheet::address_t& top_left_cell, in set_frozen_pane() argument
549 m_view.set_frozen_pane(visible_columns, visible_rows, top_left_cell); in set_frozen_pane()
H A Dfactory_sheet.hpp245 const address_t& top_left_cell,
250 const address_t& top_left_cell,
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/include/xlnt/worksheet/
H A Dpane.hpp62 optional<cell_reference> top_left_cell; member
90 return top_left_cell == rhs.top_left_cell in operator ==()
H A Dsheet_view.hpp206 void top_left_cell(const cell_reference &ref) in top_left_cell() function in xlnt::sheet_view
214 cell_reference top_left_cell() const in top_left_cell() function in xlnt::sheet_view
H A Dworksheet.hpp159 void freeze_panes(cell top_left_cell);
/dports/devel/liborcus/liborcus-0.16.1/include/orcus/spreadsheet/
H A Dview_types.hpp60 address_t top_left_cell; member
71 address_t top_left_cell; member
H A Dimport_interface_view.hpp43 double hor_split, double ver_split, const address_t& top_left_cell,
56 col_t visible_columns, row_t visible_rows, const address_t& top_left_cell,
H A Dview.hpp52 void set_split_pane(double hor_split, double ver_split, const address_t& top_left_cell);
55 void set_frozen_pane(col_t visible_cols, row_t visible_rows, const address_t& top_left_cell);
/dports/cad/qelectrotech/qet-0.7.0/sources/titleblock/
H A Dtemplatecellsset.cpp169 TitleBlockTemplateVisualCell *top_left_cell = topLeftCell(); in mergeAreaRect() local
170 if (!top_left_cell) return(merge_area); in mergeAreaRect()
174 merge_area.setTopLeft(top_left_cell -> geometry().topLeft()); in mergeAreaRect()
H A Dtemplatecommands.cpp598 TitleBlockTemplateVisualCell *top_left_cell = merged_cells.topLeftCell(); in MergeCellsCommand() local
599 if (!top_left_cell) return; in MergeCellsCommand()
600 spanning_cell_ = top_left_cell -> cell(); in MergeCellsCommand()
650 TitleBlockTemplateVisualCell *top_left_cell = merged_cells.topLeftCell(); in canMerge() local
651 if (!top_left_cell || !top_left_cell -> cell()) return(false); in canMerge()
/dports/math/octave-forge-io/io-2.6.4/inst/private/
H A D__COM_oct2spsh__.m19 …var{xlso}, @var{status}] = __COM_oct2spsh__ (@var{obj}, @var{xlsi}, @var{wsh}, @var{top_left_cell})
22 ## Excel cells, starting at cell @var{top_left_cell}. Return argument
223 ## Save object in Excel sheet, starting at cell top_left_cell
H A D__COM_spsh2oct__.m112 ## Extract top_left_cell from range
119 ## Get object from Excel sheet, starting at cell top_left_cell
/dports/devel/liborcus/liborcus-0.16.1/src/liborcus/
H A Dxlsx_sheet_context.cpp711 spreadsheet::address_t top_left_cell; in start_element_pane() local
729top_left_cell = to_rc_address(m_resolver.resolve_address(attr.value.data(), attr.value.size())); in start_element_pane()
751 view->set_frozen_pane(xsplit, ysplit, top_left_cell, active_pane); in start_element_pane()
754 view->set_split_pane(xsplit, ysplit, top_left_cell, active_pane); in start_element_pane()
H A Dxls_xml_context.cpp1775 spreadsheet::address_t top_left_cell = m_split_pane.get_top_left_cell(); in commit_split_pane() local
1783 top_left_cell, m_split_pane.active_pane); in commit_split_pane()
1788 spreadsheet::address_t top_left_cell = m_split_pane.get_top_left_cell(); in commit_split_pane() local
1796 top_left_cell, m_split_pane.active_pane); in commit_split_pane()
/dports/devel/liborcus/liborcus-0.16.1/src/
H A Dorcus_test_xls_xml.cpp1144 spreadsheet::address_t actual = sv->get_split_pane().top_left_cell; in test_xls_xml_view_cursor_split_pane()
1174 spreadsheet::address_t actual = sv->get_split_pane().top_left_cell; in test_xls_xml_view_cursor_split_pane()
1204 spreadsheet::address_t actual = sv->get_split_pane().top_left_cell; in test_xls_xml_view_cursor_split_pane()
1232 spreadsheet::address_t actual = sv->get_split_pane().top_left_cell; in test_xls_xml_view_cursor_split_pane()
1278 assert(fp.top_left_cell == to_rc_address(resolver->resolve_address(ORCUS_ASCII("R1C2")))); in test_xls_xml_view_frozen_pane()
1290 assert(fp.top_left_cell == to_rc_address(resolver->resolve_address(ORCUS_ASCII("R2C1")))); in test_xls_xml_view_frozen_pane()
1302 assert(fp.top_left_cell == to_rc_address(resolver->resolve_address(ORCUS_ASCII("R9C5")))); in test_xls_xml_view_frozen_pane()
H A Dorcus_test_xlsx.cpp1432 spreadsheet::address_t actual = sv->get_split_pane().top_left_cell; in test_xlsx_view_cursor_split_pane()
1462 spreadsheet::address_t actual = sv->get_split_pane().top_left_cell; in test_xlsx_view_cursor_split_pane()
1492 spreadsheet::address_t actual = sv->get_split_pane().top_left_cell; in test_xlsx_view_cursor_split_pane()
1520 spreadsheet::address_t actual = sv->get_split_pane().top_left_cell; in test_xlsx_view_cursor_split_pane()
1564 assert(fp.top_left_cell == to_rc_address(resolver->resolve_address(ORCUS_ASCII("B1")))); in test_xlsx_view_frozen_pane()
1576 assert(fp.top_left_cell == to_rc_address(resolver->resolve_address(ORCUS_ASCII("A2")))); in test_xlsx_view_frozen_pane()
1588 assert(fp.top_left_cell == to_rc_address(resolver->resolve_address(ORCUS_ASCII("E9")))); in test_xlsx_view_frozen_pane()
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/source/worksheet/
H A Dworksheet.cpp274 return d_->views_.front().pane().top_left_cell.get(); in frozen_panes()
277 void worksheet::freeze_panes(xlnt::cell top_left_cell) in freeze_panes() argument
279 freeze_panes(top_left_cell.reference()); in freeze_panes()
300 primary_view.pane().top_left_cell = ref; in freeze_panes()
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/source/detail/serialization/
H A Dxlsx_producer.cpp2310 write_attribute("topLeftCell", view.top_left_cell().to_string()); in write_worksheet()
2320 if (current_pane.top_left_cell.is_set()) in write_worksheet()
2322 write_attribute("topLeftCell", current_pane.top_left_cell.get().to_string()); in write_worksheet()
2325 if (current_pane.x_split + 1 == current_pane.top_left_cell.get().column()) in write_worksheet()
2330 if (current_pane.y_split + 1 == current_pane.top_left_cell.get().row()) in write_worksheet()
H A Dxlsx_consumer.cpp535 new_view.top_left_cell(cell_reference(parser().attribute("topLeftCell"))); in read_worksheet_begin()
571 … new_pane.top_left_cell = cell_reference(parser().attribute("topLeftCell")); in read_worksheet_begin()
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/tests/worksheet/
H A Dworksheet_test_suite.cpp471 xlnt_assert_equals(view.pane().top_left_cell.get(), "A4"); in test_freeze_panes_horiz()
491 xlnt_assert_equals(view.pane().top_left_cell.get(), "D1"); in test_freeze_panes_vert()
517 xlnt_assert_equals(view.pane().top_left_cell.get(), "D4"); in test_freeze_panes_both()
/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/xlsxwriter/
H A Dworksheet.py7240 top_left_cell = xl_rowcol_to_cell(top_row, left_col)
7284 attributes.append(('topLeftCell', top_left_cell))
7321 top_left_cell = xl_rowcol_to_cell(top_row, left_col)
7325 active_cell = top_left_cell
7326 sqref = top_left_cell
7354 attributes.append(('topLeftCell', top_left_cell))
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/lib/Excel/Writer/XLSX/
H A DWorksheet.pm8766 my $top_left_cell = xl_rowcol_to_cell( $top_row, $left_col );
8816 push @attributes, ( 'topLeftCell' => $top_left_cell );
8867 my $top_left_cell = xl_rowcol_to_cell( $top_row, $left_col );
8871 $active_cell = $top_left_cell;
8872 $sqref = $top_left_cell;
8900 push @attributes, ( 'topLeftCell' => $top_left_cell );
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dworksheet.c2056 char top_left_cell[LXW_MAX_CELL_NAME_LENGTH]; in _worksheet_write_freeze_panes() local
2072 lxw_rowcol_to_cell(top_left_cell, top_row, left_col); in _worksheet_write_freeze_panes()
2139 LXW_PUSH_ATTRIBUTES_STR("topLeftCell", top_left_cell); in _worksheet_write_freeze_panes()
2208 char top_left_cell[LXW_MAX_CELL_NAME_LENGTH]; in _worksheet_write_split_panes() local
2241 lxw_rowcol_to_cell(top_left_cell, top_row, left_col); in _worksheet_write_split_panes()
2245 lxw_strcpy(user_selection->active_cell, top_left_cell); in _worksheet_write_split_panes()
2246 lxw_strcpy(user_selection->sqref, top_left_cell); in _worksheet_write_split_panes()
2314 LXW_PUSH_ATTRIBUTES_STR("topLeftCell", top_left_cell); in _worksheet_write_split_panes()
/dports/math/pspp/pspp-1.4.1/doc/
H A Dfiles.texi291 @subcmd{/CELLRANGE=range '@var{top_left_cell}:@var{bottom_right_cell}'}.

12