Home
last modified time | relevance | path

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

/aoo4110/main/scripting/source/pyprov/
H A Dofficehelper.py48 sOffice = os.environ["UNO_PATH"]
50 sOffice = "" # lets hope for the best
51 sOffice = os.path.join(sOffice, "soffice")
53 sOffice += ".exe"
60 … cmdArray = (sOffice, "-nologo", "-nodefault", "".join(["-accept=pipe,name=", sPipeName, ";urp;"]))
61 os.spawnv(os.P_NOWAIT, sOffice, cmdArray)
/aoo4110/main/javaunohelper/com/sun/star/comp/helper/
H A DBootstrap.java237 String sOffice = in bootstrap() local
241 Bootstrap.class.getClassLoader(), sOffice ); in bootstrap()
/aoo4110/main/qadevOOo/runner/convwatch/
H A DReportDesignerTest.java189 File sOffice = new File(sOfficePath); in checkIfOfficeExists() local
190 if (! sOffice.exists()) in checkIfOfficeExists()

Completed in 27 milliseconds