Searched refs:insertTextIntoCell (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/scripting/examples/python/pythonSamples/ |
H A D | TableSample.py | 31 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 )
|
/aoo4110/main/pyuno/demo/ |
H A D | swriter.py | 34 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 D | swritercomp.py | 35 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 )
|
Completed in 14 milliseconds