Searched refs:mConnType (Results 1 – 2 of 2) sorted by relevance
57 private String mConnType; field in LocalOfficeConnection117 mConnType = aURL.getConnection(); in setUnoUrl()589 if ( mConnType.equals( "pipe" ) ) in startupService()592 else if ( mConnType.equals( "socket" ) ) in startupService()
66 private String mConnType; field in LocalOfficeConnection191 mConnType = aURL.getConnection(); in setUnoUrl()769 if ( mConnType.equals( "pipe" ) ) in startupService()772 else if ( mConnType.equals( "socket" ) ) in startupService()
Completed in 11 milliseconds