Lines Matching refs:app
48 app.start();
52 app.dispatch(".uno:InsertTable");
57 app.stop();
100 app.dispatch(".uno:TableDialog");
110 app.dispatch(".uno:EntireCell");
116 app.dispatch(".uno:FormatArea");
134 app.dispatch(".uno:TableDialog");
153 app.dispatch(".uno:TableDialog");
178 app.dispatch(".uno:TableDialog");
193 app.dispatch(".uno:TableDialog");
221 app.dispatch(".uno:TableDialog");
515 app.dispatch(".uno:ConvertTableToText");
522 app.dispatch(".uno:SelectAll");
523 app.dispatch(".uno:Copy");
526 app.getClipboard());
528 assertEquals("Converted text", "1\t2\n3\t4\n", app.getClipboard());
578 app.start();
582 app.dispatch(".uno:InsertTable");
587 app.stop();
630 app.dispatch(".uno:TableDialog");
640 app.dispatch(".uno:EntireCell");
646 app.dispatch(".uno:FormatArea");
664 app.dispatch(".uno:TableDialog");
683 app.dispatch(".uno:TableDialog");
708 app.dispatch(".uno:TableDialog");
723 app.dispatch(".uno:TableDialog");
752 app.dispatch(".uno:TableDialog");
1046 app.dispatch(".uno:ConvertTableToText");
1053 app.dispatch(".uno:SelectAll");
1054 app.dispatch(".uno:Copy");
1057 app.getClipboard());
1059 assertEquals("Converted text", "1\t2\n3\t4\n", app.getClipboard());