Searched refs:sServiceNameCC (Results 1 – 1 of 1) sorted by relevance
2404 OUString sServiceNameCC( rOld ); in OldNameToNewName_Impl() local2405 sal_Int32 nIdx = sServiceNameCC.indexOf( aOldNamePart1 ); in OldNameToNewName_Impl()2407 sServiceNameCC = sServiceNameCC.replaceAt( nIdx, aOldNamePart1.getLength(), aNewNamePart1 ); in OldNameToNewName_Impl()2408 nIdx = sServiceNameCC.indexOf( aOldNamePart2 ); in OldNameToNewName_Impl()2410 sServiceNameCC = sServiceNameCC.replaceAt( nIdx, aOldNamePart2.getLength(), aNewNamePart2 ); in OldNameToNewName_Impl()2411 return sServiceNameCC; in OldNameToNewName_Impl()2420 OUString sServiceNameCC( OldNameToNewName_Impl( sServiceName ) ); in supportsService() local2422 return sServiceName == rServiceName || sServiceNameCC == rServiceName || in supportsService()2433 OUString sServiceNameCC( OldNameToNewName_Impl( sServiceName ) ); in getSupportedServiceNames() local2434 sal_Int32 nLen = sServiceName == sServiceNameCC ? 2 : 3; in getSupportedServiceNames()[all …]
Completed in 26 milliseconds