Home
last modified time | relevance | path

Searched refs:repeat_rows (Results 1 – 20 of 20) sorted by relevance

/dports/textproc/p5-Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.40/t/
H A D52_name_print_titles.t36 # Tests 1, 2. Test repeat_rows() for top row only.
42 $worksheet1->repeat_rows(0);
77 # Tests 3, 4. Test repeat_rows() for top 10 rows.
83 $worksheet1->repeat_rows(0, 9);
291 $worksheet1->repeat_rows(0, 1);
292 $worksheet2->repeat_rows(3, 4);
293 $worksheet3->repeat_rows(6, 7);
346 $worksheet1->repeat_rows(0, 1);
347 $worksheet3->repeat_rows(3, 4);
348 $worksheet5->repeat_rows(6, 7);
[all …]
H A D50_name_stored.t93 # Test 3. Test for repeat_rows() NAME.
96 $caption = " \tNAME for \$worksheet1->repeat_rows(0, 9)";
123 # Test 4. Test for repeat_rows() NAME on sheet 3.
126 $caption = " \tNAME for \$worksheet3->repeat_rows(6, 7)";
179 # Test 6. Test for repeat_rows() and repeat_columns() together NAME.
182 $caption = " \tNAME for repeat_rows(1, 2) repeat_columns(3, 4)";
/dports/textproc/p5-Spreadsheet-WriteExcelXML/Spreadsheet-WriteExcelXML-0.15/t/
H A D36_print_repeat.t30 $worksheet1->repeat_rows(0);
36 $worksheet3->repeat_rows(2, 3);
42 $worksheet5->repeat_rows(0);
46 $worksheet6->repeat_rows(2, 3);
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/t/regression/
H A Drepeat05.t52 $worksheet1->repeat_rows( 0 );
53 $worksheet3->repeat_rows( 2, 3 );
H A Drepeat01.t46 $worksheet->repeat_rows( 0 );
H A Drepeat04.t47 $worksheet->repeat_rows( 0 );
H A Dprint_options06.t48 $worksheet->repeat_rows( 0 );
H A Drepeat03.t47 $worksheet->repeat_rows( 0 );
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dworkbook.c1356 if (worksheet->repeat_rows.in_use || worksheet->repeat_cols.in_use) { in _prepare_defined_names()
1357 if (worksheet->repeat_rows.in_use in _prepare_defined_names()
1372 worksheet->repeat_rows.first_row + 1, in _prepare_defined_names()
1373 worksheet->repeat_rows.last_row + 1); in _prepare_defined_names()
1378 else if (worksheet->repeat_rows.in_use) { in _prepare_defined_names()
1385 worksheet->repeat_rows.first_row + 1, in _prepare_defined_names()
1386 worksheet->repeat_rows.last_row + 1); in _prepare_defined_names()
H A Dworksheet.c9922 self->repeat_rows.in_use = LXW_TRUE; in worksheet_repeat_rows()
9923 self->repeat_rows.first_row = first_row; in worksheet_repeat_rows()
9924 self->repeat_rows.last_row = last_row; in worksheet_repeat_rows()
/dports/textproc/p5-Spreadsheet-WriteExcelXML/Spreadsheet-WriteExcelXML-0.15/
H A DChanges75 repeat_rows()
/dports/devel/R-cran-gdata/gdata/inst/perl/Spreadsheet/ParseExcel/SaveParser/
H A DWorkbook.pm207 $oWrS->repeat_rows(@$raW);
/dports/textproc/p5-Spreadsheet-ParseExcel/Spreadsheet-ParseExcel-0.65/lib/Spreadsheet/ParseExcel/SaveParser/
H A DWorkbook.pm207 $oWrS->repeat_rows(@$raW);
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/include/xlsxwriter/
H A Dworksheet.h2217 struct lxw_repeat_rows repeat_rows; member
/dports/textproc/p5-Spreadsheet-WriteExcelXML/Spreadsheet-WriteExcelXML-0.15/lib/Spreadsheet/WriteExcelXML/
H A DWorksheet.pm626 sub repeat_rows { subroutine
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/
H A DChanges1014 repeat_rows()
/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/
H A DChanges1395 * :func:`repeat_rows`
/dports/textproc/p5-Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.40/lib/Spreadsheet/WriteExcel/
H A DWorksheet.pm945 sub repeat_rows { subroutine
/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/xlsxwriter/
H A Dworksheet.py3843 def repeat_rows(self, first_row, last_row=None): member in Worksheet
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/lib/Excel/Writer/XLSX/
H A DWorksheet.pm1236 sub repeat_rows { subroutine