Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/dialogs/
H A Dtp_DataSource.cxx486 const OUString aReplacementStr( RTL_CONSTASCII_USTRINGPARAM( "%NUMBER" )); in fillSeriesListBox() local
487 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() local
619 sal_Int32 nIndex = m_aFixedTextRange.indexOf( aReplacementStr ); in IMPL_LINK()
624 nIndex, aReplacementStr.getLength(), aSelectedRoleUI ))); in IMPL_LINK()
H A Dtp_3D_SceneIllumination.cxx69 const rtl::OUString aReplacementStr( RTL_CONSTASCII_USTRINGPARAM( "%LIGHTNUMBER" )); in LightButton() local
70 sal_Int32 nIndex = aTipHelp.indexOf( aReplacementStr ); in LightButton()
73 aTipHelp = aTipHelp.replaceAt(nIndex, aReplacementStr.getLength(), in LightButton()

Completed in 22 milliseconds