Lines Matching refs:excel

41 bool lclContains( const ScRangeList& rScOuter, const uno::Reference< excel::XRange >& rxInner ) thr…  in lclContains()
58 uno::Reference< excel::XRange > mxAnchorRange;
61 …EqualAnchorFunctor( const uno::Reference< excel::XHyperlink >& rxHlink ) throw (uno::RuntimeExcept…
62 …bool operator()( const uno::Reference< excel::XHyperlink >& rxHlink ) const throw (uno::RuntimeExc…
65 EqualAnchorFunctor::EqualAnchorFunctor( const uno::Reference< excel::XHyperlink >& rxHlink ) throw … in EqualAnchorFunctor()
82 bool EqualAnchorFunctor::operator()( const uno::Reference< excel::XHyperlink >& rxHlink ) const thr… in operator ()()
92 … uno::Reference< excel::XRange > xAnchorRange( rxHlink->getRange(), uno::UNO_QUERY_THROW ); in operator ()()
123 …void insertHyperlink( const uno::Reference< excel::XHyperlink >& rxHlink ) throw (uno::RuntimeExce…
134 typedef ::std::vector< uno::Reference< excel::XHyperlink > > HyperlinkVector;
150 …uno::Reference< excel::XHyperlink > xHlink( rxSheetContainer->getByIndex( nIndex ), uno::UNO_QUERY… in ScVbaHlinkContainer()
151 uno::Reference< excel::XRange > xHlinkRange( xHlink->getRange(), uno::UNO_QUERY_THROW ); in ScVbaHlinkContainer()
161 void ScVbaHlinkContainer::insertHyperlink( const uno::Reference< excel::XHyperlink >& rxHlink ) thr… in insertHyperlink()
185 return excel::XHyperlink::static_type( 0 ); in getElementType()
230 uno::Reference< excel::XHyperlink > SAL_CALL ScVbaHyperlinks::Add( in Add()
248 uno::Reference< excel::XHyperlink > xHlink( new ScVbaHyperlink( in Add()
274 return excel::XHyperlink::static_type( 0 ); in getElementType()