Searched refs:nReplaceLength (Results 1 – 1 of 1) sorted by relevance
831 sal_Int32 nReplaceLength = 0; in impl_substituteVariable() local865 nReplaceLength = nLength; in impl_substituteVariable()877 nReplaceLength = nLength; in impl_substituteVariable()882 if ( nReplaceLength > 0 ) in impl_substituteVariable()885 aWorkText = aWorkText.replaceAt( nPosition, nReplaceLength, aReplacement ); in impl_substituteVariable()
Completed in 22 milliseconds