Searched refs:store_formula (Results 1 – 15 of 15) sorted by relevance
31 # 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)' );
54 $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");
28 $worksheet->store_formula('=Sheet1!A1');
29 $worksheet->store_formula('=Sheet1!A1');
26 my $formula = $worksheet->store_formula('=A1*5+4');
900 int store_formula = Mission_events[event].formula; in mission_process_event() local994 …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()
490 my $formula = $worksheet->store_formula('=A1 * 3 + 50');
884 int store_formula = Mission_events[event].formula; in mission_process_event() local1017 …if(MULTIPLAYER_MASTER && ((store_flags != Mission_events[event].flags) || (store_formula != Missio… in mission_process_event()
2445 sub store_formula { subroutine5875 $self->store_formula("='$name'!A1");6007 $self->store_formula($formula);
1818 sub store_formula{ subroutine
898 store_formula() and repeat_formula().
6919 sub store_formula { subroutine