Lines Matching refs:ScVbaWorksheets

171 ScVbaWorksheets::ScVbaWorksheets( const uno::Reference< XHelperInterface >& xParent, const uno::Ref…  in ScVbaWorksheets()  function in ScVbaWorksheets
175 ScVbaWorksheets::ScVbaWorksheets( const uno::Reference< XHelperInterface >& xParent, const uno::Ref… in ScVbaWorksheets() function in ScVbaWorksheets
181 ScVbaWorksheets::getElementType() throw (uno::RuntimeException) in getElementType()
187 ScVbaWorksheets::createEnumeration() throw (uno::RuntimeException) in createEnumeration()
199 ScVbaWorksheets::createCollectionObject( const uno::Any& aSource ) in createCollectionObject()
218 ScVbaWorksheets::Add( const uno::Any& Before, const uno::Any& After, in Add()
294 ScVbaWorksheets::Delete() throw (uno::RuntimeException) in Delete()
309 ScVbaWorksheets::isSelectedSheets() in isSelectedSheets()
315 ScVbaWorksheets::PrintOut( const uno::Any& From, const uno::Any& To, const uno::Any& Copies, const … in PrintOut()
336 ScVbaWorksheets::getVisible() throw (uno::RuntimeException) in getVisible()
353 ScVbaWorksheets::setVisible( const uno::Any& _visible ) throw (uno::RuntimeException) in setVisible()
371 ScVbaWorksheets::Select( const uno::Any& Replace ) throw (uno::RuntimeException) in Select()
407 ScVbaWorksheets::Item( const uno::Any& Index, const uno::Any& Index2 ) throw (uno::RuntimeExceptio… in Item()
430 …uno::Reference< XCollection > xSelectedSheets( new ScVbaWorksheets( this->getParent(), mxContext,… in Item()
437 ScVbaWorksheets::getItemByStringIndex( const rtl::OUString& sIndex ) throw (uno::RuntimeException) in getItemByStringIndex()
443 ScVbaWorksheets::getServiceImplName() in getServiceImplName()
450 ScVbaWorksheets::getServiceNames() in getServiceNames()
461 /*static*/ bool ScVbaWorksheets::nameExists( uno::Reference <sheet::XSpreadsheetDocument>& xSpreadD… in nameExists()