Lines Matching refs:excel

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()
183 return excel::XWorksheet::static_type(0); in getElementType()
202 uno::Reference< XHelperInterface > xIf = excel::getUnoSheetModuleObj( xSheet ); in createCollectionObject()
208 …uno::Reference< excel::XWorksheet > xNewSheet( new ScVbaWorksheet( getParent(), mxContext, xSheet,… in createCollectionObject()
232 uno::Reference< excel::XWorksheet > xBeforeAfterSheet; in Add()
252 uno::Reference< excel::XApplication > xApplication( Application(), uno::UNO_QUERY_THROW ); in Add()
287 uno::Reference< excel::XWorksheet > xNewSheet( result, uno::UNO_QUERY ); in Add()
303 …uno::Reference< excel::XWorksheet > xSheet( Item( uno::makeAny( nItem ), uno::Any() ), uno::UNO_QU… in Delete()
332 …PrintOutHelper( excel::getBestViewShell( mxModel ), From, To, Copies, Preview, ActivePrinter, Prin… in PrintOut()
342 uno::Reference< excel::XWorksheet > xSheet( xEnum->nextElement(), uno::UNO_QUERY_THROW ); in getVisible()
361 uno::Reference< excel::XWorksheet > xSheet( xEnum->nextElement(), uno::UNO_QUERY_THROW ); in setVisible()
373 ScTabViewShell* pViewShell = excel::getBestViewShell( mxModel ); in Select()
387 …uno::Reference< excel::XWorksheet > xSheet( Item( uno::makeAny( nItem ), uno::Any() ), uno::UNO_QU… in Select()
420 …uno::Reference< excel::XWorksheet > xWorkSheet( ScVbaWorksheets_BASE::Item( sIndices[ index ], Ind… in Item()