Home
last modified time | relevance | path

Searched refs:maPipeIdent (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/desktop/source/app/
H A Dofficeipcthread.cxx435 pThread->maPipeIdent = OUString( RTL_CONSTASCII_USTRINGPARAM( "SingleOfficeIPC_" ) ); in EnableOfficeIPCThread()
493 pThread->maPipeIdent = pThread->maPipeIdent + aUserInstallPathHashCode; in EnableOfficeIPCThread()
500 if( pThread->maPipe.create( pThread->maPipeIdent.getStr(), OPipe::TOption_Open, rSecurity )) in EnableOfficeIPCThread()
508 if ( maSessionPipe.create( pThread->maPipeIdent.getStr(), OPipe::TOption_Create, rSecurity )) { in EnableOfficeIPCThread()
518 …else if ( pThread->maPipe.create( pThread->maPipeIdent.getStr(), OPipe::TOption_Create, rSecurity … in EnableOfficeIPCThread()
605 OPipe Pipe( pOfficeIPCThread->maPipeIdent, OPipe::TOption_Open, Security::get() ); in DisableOfficeIPCThread()
H A Dofficeipcthread.hxx77 rtl::OUString maPipeIdent; member in desktop::OfficeIPCThread

Completed in 26 milliseconds