Searched refs:rScreenTip (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 64 rScreenTip >>= maScreenTip; in ScVbaHyperlink() 153 void SAL_CALL ScVbaHyperlink::setScreenTip( const OUString& rScreenTip ) throw (uno::RuntimeExcepti… in setScreenTip() argument 155 maScreenTip = rScreenTip; in setScreenTip()
|
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… 59 …virtual void SAL_CALL setScreenTip( const ::rtl::OUString& rScreenTip ) throw (css::uno::RuntimeEx…
|
H A D | vbahyperlinks.hxx | 123 const css::uno::Any& rScreenTip, const css::uno::Any& rTextToDisplay )
|
Completed in 13 milliseconds