Searched refs:rTextToDisplay (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/sc/source/ui/vba/ |
| H A D | vbahyperlink.cxx | 55 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 D | vbahyperlinks.cxx | 231 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 D | vbahyperlink.hxx | 47 const css::uno::Any& rScreenTip, const css::uno::Any& rTextToDisplay ); 61 virtual void SAL_CALL setTextToDisplay( const ::rtl::OUString& rTextToDisplay );
|
| H A D | vbahyperlinks.hxx | 123 const css::uno::Any& rScreenTip, const css::uno::Any& rTextToDisplay );
|