Lines Matching refs:ScVbaHyperlink

41 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()
153 void SAL_CALL ScVbaHyperlink::setScreenTip( const OUString& rScreenTip ) throw (uno::RuntimeExcepti… in setScreenTip()
158 OUString ScVbaHyperlink::getTextToDisplay() throw (uno::RuntimeException) in getTextToDisplay()
166 void ScVbaHyperlink::setTextToDisplay( const OUString& rTextToDisplay ) throw (uno::RuntimeExceptio… in setTextToDisplay()
172 sal_Int32 SAL_CALL ScVbaHyperlink::getType() throw (uno::RuntimeException) in getType()
177 uno::Reference< excel::XRange > SAL_CALL ScVbaHyperlink::getRange() throw (uno::RuntimeException) in getRange()
196 uno::Reference< msforms::XShape > SAL_CALL ScVbaHyperlink::getShape() throw (uno::RuntimeException) in getShape()
202 VBAHELPER_IMPL_XHELPERINTERFACE( ScVbaHyperlink, "ooo.vba.excel.Hyperlink" )
206 void ScVbaHyperlink::ensureTextField() throw (uno::RuntimeException) in ensureTextField()
212 ScVbaHyperlink::UrlComponents ScVbaHyperlink::getUrlComponents() throw (uno::RuntimeException) in getUrlComponents()
223 void ScVbaHyperlink::setUrlComponents( const UrlComponents& rUrlComp ) throw (uno::RuntimeException) in setUrlComponents()
235 sdecl::vba_service_class_<ScVbaHyperlink, sdecl::with_args<true> > serviceImpl;