Searched refs:ScVbaHyperlink (Results 1 – 3 of 3) sorted by relevance
41 ScVbaHyperlink::ScVbaHyperlink( const uno::Sequence< uno::Any >& rArgs, in ScVbaHyperlink() function in ScVbaHyperlink52 ScVbaHyperlink::ScVbaHyperlink( const uno::Reference< XHelperInterface >& rxAnchor, in ScVbaHyperlink() function in ScVbaHyperlink109 ScVbaHyperlink::~ScVbaHyperlink() in ~ScVbaHyperlink()113 OUString ScVbaHyperlink::getName() throw (uno::RuntimeException) in getName()119 void ScVbaHyperlink::setName( const OUString& rName ) throw (uno::RuntimeException) in setName()124 OUString ScVbaHyperlink::getAddress() throw (uno::RuntimeException) in getAddress()129 void ScVbaHyperlink::setAddress( const OUString& rAddress ) throw (uno::RuntimeException) in setAddress()136 OUString ScVbaHyperlink::getSubAddress() throw (uno::RuntimeException) in getSubAddress()141 void ScVbaHyperlink::setSubAddress( const OUString& rSubAddress ) throw (uno::RuntimeException) in setSubAddress()148 OUString SAL_CALL ScVbaHyperlink::getScreenTip() throw (uno::RuntimeException) in getScreenTip()[all …]
36 class ScVbaHyperlink : public HyperlinkImpl_BASE class39 ScVbaHyperlink(43 ScVbaHyperlink(49 virtual ~ScVbaHyperlink();
248 uno::Reference< excel::XHyperlink > xHlink( new ScVbaHyperlink( in Add()