Searched refs:aPipeName (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/bean/com/sun/star/beans/ |
H A D | LocalOfficeConnection.java | 553 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()
|
/aoo4110/main/jurt/com/sun/star/lib/connections/pipe/ |
H A D | PipeConnection.java | 81 String aPipeName ; in PipeConnection() local 92 aPipeName = aPipeNameParam.substring( 5 ); in PipeConnection() 99 { createJNI( aPipeName ); } in PipeConnection()
|
/aoo4110/main/bean/com/sun/star/comp/beans/ |
H A D | LocalOfficeConnection.java | 711 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 24 milliseconds