Home
last modified time | relevance | path

Searched refs:aIniName (Results 1 – 2 of 2) sorted by path

/trunk/main/desktop/source/app/
H A Dapp.cxx3000 OUString aIniName; in OpenClients() local
3003 aInfo.getExecutableFile( aIniName ); in OpenClients()
3004 sal_uInt32 lastIndex = aIniName.lastIndexOf('/'); in OpenClients()
3007 aIniName = aIniName.copy( 0, lastIndex+1 ); in OpenClients()
3008 aIniName += OUString( RTL_CONSTASCII_USTRINGPARAM( "perftune" )); in OpenClients()
3010 aIniName += OUString( RTL_CONSTASCII_USTRINGPARAM( ".ini" )); in OpenClients()
3012 aIniName += OUString( RTL_CONSTASCII_USTRINGPARAM( "rc" )); in OpenClients()
3016 rtl::Bootstrap aPerfTuneIniFile( aIniName ); in OpenClients()
H A Dofficeipcthread.cxx454 OUString aIniName; in EnableOfficeIPCThread() local
456 aInfo.getExecutableFile( aIniName ); in EnableOfficeIPCThread()
457 sal_uInt32 lastIndex = aIniName.lastIndexOf('/'); in EnableOfficeIPCThread()
460 aIniName = aIniName.copy( 0, lastIndex+1 ); in EnableOfficeIPCThread()
461 aIniName += OUString( RTL_CONSTASCII_USTRINGPARAM( "perftune" )); in EnableOfficeIPCThread()
463 aIniName += OUString( RTL_CONSTASCII_USTRINGPARAM( ".ini" )); in EnableOfficeIPCThread()
465 aIniName += OUString( RTL_CONSTASCII_USTRINGPARAM( "rc" )); in EnableOfficeIPCThread()
469 ::rtl::Bootstrap aPerfTuneIniFile( aIniName ); in EnableOfficeIPCThread()

Completed in 27 milliseconds