Lines Matching refs:setFormula
192 setFormula( xSheet, "B5", "First cell" ); in doCellRangeSamples()
193 setFormula( xSheet, "B6", "Second cell" ); in doCellRangeSamples()
375 setFormula( xSheet, "I13", "Text 10" ); in doCellRangeSamples()
376 setFormula( xSheet, "E14", "Jan" ); in doCellRangeSamples()
441 setFormula( xSheet, "E26", "=E27^F26" ); in doCellRangeSamples()
448 setFormula( xSheet, "F33", "=SIN(E33)" ); in doCellRangeSamples()
449 setFormula( xSheet, "G33", "=COS(E33)" ); in doCellRangeSamples()
450 setFormula( xSheet, "H33", "=TAN(E33)" ); in doCellRangeSamples()
817 setFormula( xSheet, "A3", "=SUM(A2:B2)" ); in doDocumentSamples()
818 setFormula( xSheet, "B3", "=FORMULA(A3)" ); in doDocumentSamples()
862 setFormula( xSheet, "A6", "Insert values between 0.0 and 5.0 below:" ); in doDocumentSamples()
1025 xSheet.getCellByPosition( 6, 44 ).setFormula( "=ExampleName" ); in doNamedRangesSamples()
1026 xSheet.getCellByPosition( 7, 44 ).setFormula( "=ExampleName" ); in doNamedRangesSamples()
1067 xSheet.getCellByPosition( 8, 48 ).setFormula( "=Apples+Oranges" ); in doNamedRangesSamples()
1068 xSheet.getCellByPosition( 8, 49 ).setFormula( "=Apples+Oranges" ); in doNamedRangesSamples()