Lines Matching refs:app
61 app.dispatch("private:factory/swriter"); in newTextDocument()
67 app.dispatch("private:factory/scalc"); in newSpreadsheet()
73 app.dispatch("private:factory/simpress"); in newPresentation()
79 app.dispatch("private:factory/sdraw"); in newDrawing()
85 app.dispatch("private:factory/smath"); in newFormula()
91 app.dispatch(".uno:Open"); in open()
96 app.dispatch(".uno:SaveAs"); in saveAs()
106 app.waitSlot(5 * 60); // 5 minutes in saveAs()
110 app.dispatch(".uno:CloseDoc"); in close()
120 app.dispatch(".uno:CloseDoc"); in discard()
141 app.setClipboard(".d.i.r.t.y."); in copyAll()
143 app.dispatch(".uno:SelectAll"); in copyAll()
145 app.dispatch(".uno:Select"); in copyAll()
147 app.dispatch(".uno:Copy"); in copyAll()
148 return app.getClipboard(); in copyAll()
241 app.dispatch(".uno:InsertGraphic"); in insertPicture()