Home
last modified time | relevance | path

Searched refs:ScVbaHyperlinks (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sc/source/ui/vba/
H A Dvbahyperlinks.cxx208 ScVbaHyperlinks::ScVbaHyperlinks( const uno::Reference< XHelperInterface >& rxParent, in ScVbaHyperlinks() function in ScVbaHyperlinks
215 ScVbaHyperlinks::ScVbaHyperlinks( const uno::Reference< XHelperInterface >& rxParent, in ScVbaHyperlinks() function in ScVbaHyperlinks
224 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" )
H A Dvbahyperlinks.hxx55 class ScVbaHyperlinks;
56 typedef ::rtl::Reference< ScVbaHyperlinks > ScVbaHyperlinksRef;
106 class ScVbaHyperlinks : private vba_detail::ScVbaHlinkContainerMember, public ScVbaHyperlinks_BASE class
109 explicit ScVbaHyperlinks(
113 explicit ScVbaHyperlinks(
118 virtual ~ScVbaHyperlinks();
H A Dvbaworksheet.cxx728 mxHlinks.set( new ScVbaHyperlinks( this, mxContext ) ); in Hyperlinks()
H A Dvbarange.cxx4861 ScVbaHyperlinksRef xScSheetHlinks( dynamic_cast< ScVbaHyperlinks* >( xSheetHlinks.get() ) ); in Hyperlinks()
4866 …ScVbaHyperlinksRef xHlinks( new ScVbaHyperlinks( getParent(), mxContext, xScSheetHlinks, getScRang… in Hyperlinks()

Completed in 52 milliseconds