Searched refs:rTextToDisplay (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbahyperlink.cxx | 55 const uno::Any& rScreenTip, const uno::Any& rTextToDisplay ) throw (uno::RuntimeException) : in ScVbaHyperlink() argument 65 rTextToDisplay >>= aTextToDisplay; in ScVbaHyperlink() 166 void ScVbaHyperlink::setTextToDisplay( const OUString& rTextToDisplay ) throw (uno::RuntimeExceptio… in setTextToDisplay() argument 169 …tyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Representation" ) ), uno::Any( rTextToDisplay ) ); in setTextToDisplay()
|
H A D | vbahyperlinks.cxx | 232 const uno::Any& rScreenTip, const uno::Any& rTextToDisplay ) throw (uno::RuntimeException) in Add() argument 241 return mxSheetHlinks->Add( rAnchor, rAddress, rSubAddress, rScreenTip, rTextToDisplay ); in Add() 249 xAnchor, mxContext, rAddress, rSubAddress, rScreenTip, rTextToDisplay ) ); in Add()
|
H A D | vbahyperlink.hxx | 47 …const css::uno::Any& rScreenTip, const css::uno::Any& rTextToDisplay ) throw (css::uno::RuntimeExc… 61 …virtual void SAL_CALL setTextToDisplay( const ::rtl::OUString& rTextToDisplay ) throw (css::uno::R…
|
H A D | vbahyperlinks.hxx | 123 const css::uno::Any& rScreenTip, const css::uno::Any& rTextToDisplay )
|
Completed in 20 milliseconds