Searched refs:sOffice (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/scripting/source/pyprov/ |
H A D | officehelper.py | 48 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)
|
/aoo41x/main/javaunohelper/com/sun/star/comp/helper/ |
H A D | Bootstrap.java | 237 String sOffice = in bootstrap() local 241 Bootstrap.class.getClassLoader(), sOffice ); in bootstrap()
|
/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | ReportDesignerTest.java | 189 File sOffice = new File(sOfficePath); in checkIfOfficeExists() local 190 if (! sOffice.exists()) in checkIfOfficeExists()
|
Completed in 61 milliseconds