Home
last modified time | relevance | path

Searched refs:store_formula (Results 1 – 15 of 15) sorted by relevance

/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/t/worksheet/
H A Dsub_repeat_formula.t31 # Test the store_formula/repeat_formula methods.
38 $formula = $worksheet->store_formula( '=SUM(A1:A10)' );
48 # Test the store_formula/repeat_formula methods.
55 $formula = $worksheet->store_formula( '=SUM(A1:A10)' );
65 # Test the store_formula/repeat_formula methods.
72 $formula = $worksheet->store_formula( '=SUM(A1:A10)' );
82 # Test the store_formula/repeat_formula methods.
89 $formula = $worksheet->store_formula( 'A1+A1' );
99 # Test the store_formula/repeat_formula methods.
106 $formula = $worksheet->store_formula( 'A1 + SIN(A1)' );
/dports/textproc/p5-Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.40/external_charts/
H A Dexternal_charts.pod54 $worksheet->store_formula('=Sheet1!A1');
81 $worksheet->store_formula('=Sheet1!A1');
109 $worksheet->store_formula("=Sheet1!A1");
130 $worksheet->store_formula('=Sheet1!A1');
161 $worksheet->store_formula('=Sheet3!A1');
169 $worksheet->store_formula("=Sheet3!A1");
H A Ddemo5.pl28 $worksheet->store_formula('=Sheet1!A1');
H A Ddemo1.pl29 $worksheet->store_formula('=Sheet1!A1');
H A Ddemo2.pl29 $worksheet->store_formula('=Sheet1!A1');
H A Ddemo4.pl28 $worksheet->store_formula('=Sheet1!A1');
H A Ddemo3.pl29 $worksheet->store_formula('=Sheet1!A1');
/dports/textproc/p5-Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.40/examples/
H A Drepeat.pl26 my $formula = $worksheet->store_formula('=A1*5+4');
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/mission/
H A Dmissiongoals.cpp900 int store_formula = Mission_events[event].formula; in mission_process_event() local
994 …events[event].flags) || (sindex != Mission_events[event].formula) || (store_formula != Mission_eve… in mission_process_event()
1050 …if(MULTIPLAYER_MASTER && ((store_flags != Mission_events[event].flags) || (store_formula != Missio… in mission_process_event()
/dports/textproc/p5-Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.40/t/
H A D04_dimensions.t490 my $formula = $worksheet->store_formula('=A1 * 3 + 50');
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/mission/
H A Dmissiongoals.cpp884 int store_formula = Mission_events[event].formula; in mission_process_event() local
1017 …if(MULTIPLAYER_MASTER && ((store_flags != Mission_events[event].flags) || (store_formula != Missio… in mission_process_event()
/dports/textproc/p5-Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.40/lib/Spreadsheet/WriteExcel/
H A DWorksheet.pm2445 sub store_formula { subroutine
5875 $self->store_formula("='$name'!A1");
6007 $self->store_formula($formula);
/dports/textproc/p5-Spreadsheet-WriteExcelXML/Spreadsheet-WriteExcelXML-0.15/lib/Spreadsheet/WriteExcelXML/
H A DWorksheet.pm1818 sub store_formula{ subroutine
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/
H A DChanges898 store_formula() and repeat_formula().
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/lib/Excel/Writer/XLSX/
H A DWorksheet.pm6919 sub store_formula { subroutine