Searched refs:aReplacementStr (Results 1 – 2 of 2) sorted by relevance
486 const OUString aReplacementStr( RTL_CONSTASCII_USTRINGPARAM( "%NUMBER" )); in fillSeriesListBox() local487 sal_Int32 nIndex = aResString.indexOf( aReplacementStr ); in fillSeriesListBox()490 nIndex, aReplacementStr.getLength(), in fillSeriesListBox()618 const OUString aReplacementStr( RTL_CONSTASCII_USTRINGPARAM( "%VALUETYPE" )); in IMPL_LINK() local619 sal_Int32 nIndex = m_aFixedTextRange.indexOf( aReplacementStr ); in IMPL_LINK()624 nIndex, aReplacementStr.getLength(), aSelectedRoleUI ))); in IMPL_LINK()
69 const rtl::OUString aReplacementStr( RTL_CONSTASCII_USTRINGPARAM( "%LIGHTNUMBER" )); in LightButton() local70 sal_Int32 nIndex = aTipHelp.indexOf( aReplacementStr ); in LightButton()73 aTipHelp = aTipHelp.replaceAt(nIndex, aReplacementStr.getLength(), in LightButton()
Completed in 31 milliseconds