Home
last modified time | relevance | path

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

/aoo41x/main/bean/com/sun/star/beans/
H A DLocalOfficeConnection.java553 String aPipeName = System.getProperty("user.name") + OFFICE_ID_SUFFIX; in getPipeName() local
554 aPipeName = replaceAll( aPipeName, "_", "%B7" ); in getPipeName()
555 return replaceAll( replaceAll( java.net.URLEncoder.encode(aPipeName), "\\+", "%20" ), "%", "_" ); in getPipeName()
/aoo41x/main/jurt/com/sun/star/lib/connections/pipe/
H A DPipeConnection.java81 String aPipeName ; in PipeConnection() local
92 aPipeName = aPipeNameParam.substring( 5 ); in PipeConnection()
99 { createJNI( aPipeName ); } in PipeConnection()
/aoo41x/main/bean/com/sun/star/comp/beans/
H A DLocalOfficeConnection.java711 String aPipeName = System.getProperty("user.name") + OFFICE_ID_SUFFIX; in getPipeName() local
712 aPipeName = replaceAll( aPipeName, "_", "%B7" ); in getPipeName()
713 return replaceAll( replaceAll( java.net.URLEncoder.encode(aPipeName), "+", "%20" ), "%", "_" ); in getPipeName()

Completed in 20 milliseconds