Home
last modified time | relevance | path

Searched refs:mxHlinks (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbaworksheet.cxx726 if( !mxHlinks.is() ) in Hyperlinks()
727 mxHlinks.set( new ScVbaHyperlinks( this, mxContext ) ); in Hyperlinks()
729 …return uno::Reference< XCollection >( mxHlinks, uno::UNO_QUERY_THROW )->Item( aIndex, uno::Any() ); in Hyperlinks()
730 return uno::Any( mxHlinks ); in Hyperlinks()
H A Dvbaworksheet.hxx59 css::uno::Reference< ov::excel::XHyperlinks > mxHlinks; member in ScVbaWorksheet