Searched refs:sProtocol (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/bridges/test/ |
H A D | testserver.cxx | 78 const OUString &sProtocol, in MyThread() argument 85 m_sProtocol( sProtocol ), in MyThread() 191 OUString sProtocol; in main() local 195 parseCommandLine( argv , &sConnectionString , &sProtocol , &bLatency , &bReverse ); in main() 223 sProtocol, in main()
|
H A D | testclient.cxx | 128 OUString sProtocol; in main() local 132 parseCommandLine( argv , &sConnectionString , &sProtocol , &bLatency , &bReverse ); in main() 178 sProtocol, in main()
|
H A D | testoffice.cxx | 215 OUString sProtocol; in main() local 218 parseCommandLine( argv , &sConnectionString , &sProtocol , &bLatency , &bReverse ); in main() 250 sProtocol, in main()
|
/aoo41x/main/jurt/com/sun/star/comp/bridgefactory/ |
H A D | BridgeFactory.java | 101 …public XBridge createBridge(String sName, String sProtocol, XConnection aConnection, XInstanceProv… in createBridge() argument 130 …mote", context, hasName ? new Object[]{sProtocol, aConnection, anInstanceProvider, sName} : new Ob… in createBridge() 138 …ntln("##### " + getClass().getName() + ".createBridge:" + sName + " " + sProtocol + " " + aConnect… in createBridge()
|
/aoo41x/main/writerfilter/source/dmapper/ |
H A D | OLEHandler.cxx | 228 …static const ::rtl::OUString sProtocol = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("vnd.sun.star… in copyOLEOStream() local 230 sRet = aPersistName.copy( sProtocol.getLength() ); in copyOLEOStream()
|
/aoo41x/main/udkapi/com/sun/star/bridge/ |
H A D | XBridgeFactory.idl | 48 @param sProtocol 69 [in] string sProtocol ,
|
/aoo41x/main/binaryurp/source/ |
H A D | bridgefactory.cxx | 126 rtl::OUString const & sName, rtl::OUString const & sProtocol, in createBridge() argument 141 if (!(sProtocol.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("urp")) && in createBridge()
|
H A D | bridgefactory.hxx | 100 rtl::OUString const & sName, rtl::OUString const & sProtocol,
|
/aoo41x/main/sw/source/core/graphic/ |
H A D | ndgrf.cxx | 1346 String sProtocol( RTL_CONSTASCII_STRINGPARAM( "vnd.sun.star.pkg:" ) ); in IsAsyncRetrieveInputStreamPossible() local 1347 if ( sGrfNm.CompareTo( sProtocol, sProtocol.Len() ) != 0 ) in IsAsyncRetrieveInputStreamPossible()
|
Completed in 37 milliseconds