Searched refs:nLibModuleSeparator (Results 1 – 1 of 1) sorted by relevance
1673 sal_Int32 nLibModuleSeparator = sScriptName.indexOf( '.' ); in impl_adjustScriptLibrary_nothrow() local1674 if ( nLibModuleSeparator < 0 ) in impl_adjustScriptLibrary_nothrow()1686 ::rtl::OUString sLibrary = sScriptName.copy( 0, nLibModuleSeparator ); in impl_adjustScriptLibrary_nothrow()1694 aNewLocation.append( sScriptName.copy( nLibModuleSeparator ) ); in impl_adjustScriptLibrary_nothrow()
Completed in 25 milliseconds