Home
last modified time | relevance | path

Searched refs:insertTextIntoCell (Results 1 – 3 of 3) sorted by relevance

/trunk/main/pyuno/demo/
H A Dswriter.py34 def insertTextIntoCell( table, cellName, text, color ): function
78 insertTextIntoCell( table, "A1", "FirstColumn", textColor )
79 insertTextIntoCell( table, "B1", "SecondColumn", textColor )
80 insertTextIntoCell( table, "C1", "ThirdColumn", textColor )
81 insertTextIntoCell( table, "D1", "SUM", textColor )
H A Dswritercomp.py35 def insertTextIntoCell( table, cellName, text, color ): function
80 insertTextIntoCell( table, "A1", "FirstColumn", textColor )
81 insertTextIntoCell( table, "B1", "SecondColumn", textColor )
82 insertTextIntoCell( table, "C1", "ThirdColumn", textColor )
83 insertTextIntoCell( table, "D1", "SUM", textColor )
/trunk/main/scripting/examples/python/pythonSamples/
H A DTableSample.py31 def insertTextIntoCell( table, cellName, text, color ): function
69 insertTextIntoCell( table, "A1", "FirstColumn", textColor )
70 insertTextIntoCell( table, "B1", "SecondColumn", textColor )
71 insertTextIntoCell( table, "C1", "ThirdColumn", textColor )
72 insertTextIntoCell( table, "D1", "SUM", textColor )

Completed in 17 milliseconds