Home
last modified time | relevance | path

Searched refs:pivot_tables (Results 1 – 8 of 8) sorted by relevance

/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/test/unit/worksheet/
H A Dtest_worksheet_write_sheet_protection.c278 lxw_protection options = {.pivot_tables = 1}; in CTEST()
376 .pivot_tables = 1, in CTEST()
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/t/worksheet/
H A Dsub_write_sheet_protection.t270 %options = ( pivot_tables => 1 );
356 pivot_tables => 1,
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/test/unit/chartsheet/
H A Dtest_chartsheet_write_sheet_protection.c159 .pivot_tables = 1, in CTEST()
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/t/chartsheet/
H A Dsub_write_sheet_protection.t158 pivot_tables => 1,
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/include/xlsxwriter/
H A Dworksheet.h2041 uint8_t pivot_tables; member
2071 uint8_t pivot_tables; member
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/data/
H A Dowpivot.py142 def pivot_tables(self) -> Table: member in Pivot
973 *self.pivot.pivot_tables)
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/lib/Excel/Writer/XLSX/
H A DWorksheet.pm530 pivot_tables => 0,
9020 push @attributes, ( "pivotTables" => 0 ) if $arg{pivot_tables};
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dworksheet.c5590 if (protect->pivot_tables) in _worksheet_write_sheet_protection()
10158 protect->pivot_tables = options->pivot_tables; in worksheet_protect()