Home
last modified time | relevance | path

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

/trunk/main/extensions/source/logging/
H A Dloggerconfig.cxx156 sal_Int32 nVariableIndex = _inout_rFileURL.indexOf( sPattern ); in lcl_substituteFileHandlerURLVariables_nothrow() local
157 if ( ( nVariableIndex == 0 ) in lcl_substituteFileHandlerURLVariables_nothrow()
158 || ( ( nVariableIndex > 0 ) in lcl_substituteFileHandlerURLVariables_nothrow()
159 && ( sPattern[ nVariableIndex - 1 ] != '$' ) in lcl_substituteFileHandlerURLVariables_nothrow()
164 …_inout_rFileURL = _inout_rFileURL.replaceAt( nVariableIndex, sPattern.getLength(), aVariables[i].s… in lcl_substituteFileHandlerURLVariables_nothrow()

Completed in 11 milliseconds