Searched refs:ScVbaHyperlinks (Results 1 – 4 of 4) sorted by relevance
208 ScVbaHyperlinks::ScVbaHyperlinks( const uno::Reference< XHelperInterface >& rxParent, in ScVbaHyperlinks() function in ScVbaHyperlinks215 ScVbaHyperlinks::ScVbaHyperlinks( const uno::Reference< XHelperInterface >& rxParent, in ScVbaHyperlinks() function in ScVbaHyperlinks224 ScVbaHyperlinks::~ScVbaHyperlinks() in ~ScVbaHyperlinks()230 uno::Reference< excel::XHyperlink > SAL_CALL ScVbaHyperlinks::Add( in Add()257 void SAL_CALL ScVbaHyperlinks::Delete() throw (uno::RuntimeException) in Delete()265 uno::Reference< container::XEnumeration > SAL_CALL ScVbaHyperlinks::createEnumeration() throw (uno:… in createEnumeration()272 uno::Type SAL_CALL ScVbaHyperlinks::getElementType() throw (uno::RuntimeException) in getElementType()279 uno::Any ScVbaHyperlinks::createCollectionObject( const uno::Any& rSource ) in createCollectionObject()287 VBAHELPER_IMPL_XHELPERINTERFACE( ScVbaHyperlinks, "ooo.vba.excel.Hyperlinks" )
55 class ScVbaHyperlinks;56 typedef ::rtl::Reference< ScVbaHyperlinks > ScVbaHyperlinksRef;106 class ScVbaHyperlinks : private vba_detail::ScVbaHlinkContainerMember, public ScVbaHyperlinks_BASE class109 explicit ScVbaHyperlinks(113 explicit ScVbaHyperlinks(118 virtual ~ScVbaHyperlinks();
728 mxHlinks.set( new ScVbaHyperlinks( this, mxContext ) ); in Hyperlinks()
4861 ScVbaHyperlinksRef xScSheetHlinks( dynamic_cast< ScVbaHyperlinks* >( xSheetHlinks.get() ) ); in Hyperlinks()4866 …ScVbaHyperlinksRef xHlinks( new ScVbaHyperlinks( getParent(), mxContext, xScSheetHlinks, getScRang… in Hyperlinks()
Completed in 60 milliseconds