Searched refs:aVarValue (Results 1 – 1 of 1) sorted by relevance
1068 rtl::OUString aVarValue = pIterUser->aVarName; in impl_reSubstituteVariables() local1069 sal_Int32 nPos = aURL.indexOf( aVarValue ); in impl_reSubstituteVariables()1075 aStrBuffer.append( aVarValue ); in impl_reSubstituteVariables()1077 …aStrBuffer.append( aURL.copy( nPos + aVarValue.getLength(), ( aURL.getLength() - ( nPos + aVarVal… in impl_reSubstituteVariables()