Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/vba/
H A Dvbahyperlink.cxx55 const uno::Any& rScreenTip, const uno::Any& rTextToDisplay ) : in ScVbaHyperlink() argument
65 rTextToDisplay >>= aTextToDisplay; in ScVbaHyperlink()
166 void ScVbaHyperlink::setTextToDisplay( const OUString& rTextToDisplay ) in setTextToDisplay() argument
169 …tyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Representation" ) ), uno::Any( rTextToDisplay ) ); in setTextToDisplay()
H A Dvbahyperlinks.cxx231 const uno::Any& rScreenTip, const uno::Any& rTextToDisplay ) in Add() argument
240 return mxSheetHlinks->Add( rAnchor, rAddress, rSubAddress, rScreenTip, rTextToDisplay ); in Add()
248 xAnchor, mxContext, rAddress, rSubAddress, rScreenTip, rTextToDisplay ) ); in Add()
H A Dvbahyperlink.hxx47 const css::uno::Any& rScreenTip, const css::uno::Any& rTextToDisplay );
61 virtual void SAL_CALL setTextToDisplay( const ::rtl::OUString& rTextToDisplay );
H A Dvbahyperlinks.hxx123 const css::uno::Any& rScreenTip, const css::uno::Any& rTextToDisplay );