Home
last modified time | relevance | path

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

/trunk/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()
124 OUString ScVbaHyperlink::getAddress() throw (uno::RuntimeException) in getAddress()
136 OUString ScVbaHyperlink::getSubAddress() throw (uno::RuntimeException) in getSubAddress()
158 OUString ScVbaHyperlink::getTextToDisplay() throw (uno::RuntimeException) in getTextToDisplay()
172 sal_Int32 SAL_CALL ScVbaHyperlink::getType() throw (uno::RuntimeException) in getType()
202 VBAHELPER_IMPL_XHELPERINTERFACE( ScVbaHyperlink, "ooo.vba.excel.Hyperlink" )
206 void ScVbaHyperlink::ensureTextField() throw (uno::RuntimeException) in ensureTextField()
[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()

Completed in 25 milliseconds