Lines Matching refs:xSheet

81 		uno::Reference< sheet::XSpreadsheet > xSheet( *mIt++ );  in nextElement()  local
82 return uno::makeAny( xSheet ) ; in nextElement()
154 …uno::Reference< sheet::XSpreadsheet > xSheet( m_xEnumeration->nextElement(), uno::UNO_QUERY_THROW … in nextElement() local
155 uno::Reference< XHelperInterface > xIf = excel::getUnoSheetModuleObj( xSheet ); in nextElement()
161 …uno::Reference< excel::XWorksheet > xNewSheet( new ScVbaWorksheet( m_xParent, m_xContext, xSheet, … in nextElement()
201 uno::Reference< sheet::XSpreadsheet > xSheet( aSource, uno::UNO_QUERY ); in createCollectionObject() local
202 uno::Reference< XHelperInterface > xIf = excel::getUnoSheetModuleObj( xSheet ); in createCollectionObject()
208 …uno::Reference< excel::XWorksheet > xNewSheet( new ScVbaWorksheet( getParent(), mxContext, xSheet,… in createCollectionObject()
259 uno::Reference< sheet::XSpreadsheet > xSheet(m_xIndexAccess->getByIndex(i), uno::UNO_QUERY); in Add() local
260 uno::Reference< container::XNamed > xNamed( xSheet, uno::UNO_QUERY_THROW ); in Add()
303 …uno::Reference< excel::XWorksheet > xSheet( Item( uno::makeAny( nItem ), uno::Any() ), uno::UNO_QU… in Delete() local
304 xSheet->Delete(); in Delete()
342 uno::Reference< excel::XWorksheet > xSheet( xEnum->nextElement(), uno::UNO_QUERY_THROW ); in getVisible() local
343 if ( xSheet->getVisible() == sal_False ) in getVisible()
361 uno::Reference< excel::XWorksheet > xSheet( xEnum->nextElement(), uno::UNO_QUERY_THROW ); in setVisible() local
362 xSheet->setVisible( bState ); in setVisible()
387 …uno::Reference< excel::XWorksheet > xSheet( Item( uno::makeAny( nItem ), uno::Any() ), uno::UNO_QU… in Select() local
388 ScVbaWorksheet* pSheet = dynamic_cast< ScVbaWorksheet* >( xSheet.get() ); in Select()
424 uno::Reference< sheet::XSpreadsheet > xSheet( pWorkSheet->getSheet() , uno::UNO_QUERY_THROW ); in Item() local
425 uno::Reference< container::XNamed > xName( xSheet, uno::UNO_QUERY_THROW ); in Item()
426 mSheets.push_back( xSheet ); in Item()