Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/unocore/
H A Dunofield.cxx2404 OUString sServiceNameCC( rOld ); in OldNameToNewName_Impl() local
2405 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() local
2422 return sServiceName == rServiceName || sServiceNameCC == rServiceName || in supportsService()
2433 OUString sServiceNameCC( OldNameToNewName_Impl( sServiceName ) ); in getSupportedServiceNames() local
2434 sal_Int32 nLen = sServiceName == sServiceNameCC ? 2 : 3; in getSupportedServiceNames()
[all …]

Completed in 26 milliseconds