Home
last modified time | relevance | path

Searched refs:ScVbaHyperlink (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sc/source/ui/vba/
H A Dvbahyperlink.cxx41 ScVbaHyperlink::ScVbaHyperlink( const uno::Sequence< uno::Any >& rArgs, in ScVbaHyperlink() function in ScVbaHyperlink
52 ScVbaHyperlink::ScVbaHyperlink( const uno::Reference< XHelperInterface >& rxAnchor, in ScVbaHyperlink() function in ScVbaHyperlink
109 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 …]
H A Dvbahyperlink.hxx36 class ScVbaHyperlink : public HyperlinkImpl_BASE class
39 ScVbaHyperlink(
43 ScVbaHyperlink(
49 virtual ~ScVbaHyperlink();
H A Dvbahyperlinks.cxx248 uno::Reference< excel::XHyperlink > xHlink( new ScVbaHyperlink( in Add()