Searched refs:aOS (Results 1 – 5 of 5) sorted by relevance
105 String aOS; in ScExportDif() local124 aOS = pKeyTABLE; in ScExportDif()128 aOS += aString; in ScExportDif()133 aOS = pKeyVECTORS; in ScExportDif()136 aOS += sal_Unicode('\n'); in ScExportDif()141 aOS = pKeyTUPLES; in ScExportDif()149 aOS = pKeyDATA; in ScExportDif()161 aOS += pKeyBOT; in ScExportDif()188 aOS += aString; in ScExportDif()216 aOS += aString; in ScExportDif()[all …]
31 String aOS = (String) System.getProperty( "os.name" ); in createFrame() local34 if( aOS.startsWith( "SunOS" ) ) in createFrame()
323 String aOS = System.getProperty("os.name"); in getProgramPath() local326 if (aOS.startsWith("Windows")) in getProgramPath()
482 String aOS = System.getProperty("os.name"); in getProgramPath() local485 if (aOS.startsWith("Windows")) in getProgramPath()
2131 OFSTRUCT aOS; in StartPresentation() local2132 OpenFile( "SAGE.DLL", &aOS, OF_EXIST ); in StartPresentation()2134 if ( !aOS.nErrCode ) in StartPresentation()2136 … oslModule mhSageInst = osl_loadAsciiModule( aOS.szPathName, SAL_LOADMODULE_DEFAULT ); in StartPresentation()
Completed in 203 milliseconds