Searched refs:ScVbaWorksheets (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sc/source/ui/vba/ |
H A D | vbaworksheets.cxx | 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() 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() 443 ScVbaWorksheets::getServiceImplName() in getServiceImplName() [all …]
|
H A D | vbaworksheets.hxx | 43 class ScVbaWorksheets : public ScVbaWorksheets_BASE class 51 …ScVbaWorksheets( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Refer… 52 …ScVbaWorksheets( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Refer… 53 virtual ~ScVbaWorksheets() {} in ~ScVbaWorksheets()
|
H A D | vbaworksheet.cxx | 112 while ( ScVbaWorksheets::nameExists(xSpreadDoc,aNewName, nTab ) ) in getNewSpreadsheetName() 270 if ( ScVbaWorksheets::nameExists(xSpreadDoc, getName(), nTab) ) in getEnableSelection() 308 if ( ScVbaWorksheets::nameExists(xSpreadDoc, getName(), nTab) ) in setEnableSelection() 495 if ( ScVbaWorksheets::nameExists (xSpreadDoc, xSheet->getName(), nDest) ) in Move() 530 if ( ScVbaWorksheets::nameExists (xSpreadDoc, aSheetName, nDest ) ) in Copy() 560 if (!ScVbaWorksheets::nameExists(xSpreadDoc, aSheetName, nTab )) in Delete() 579 if ( !ScVbaWorksheets::nameExists (xSpreadDoc, getName(), nIdx ) ) in getSheetAtOffset()
|
H A D | vbawindow.cxx | 281 …uno::Reference< excel::XWorksheets > xSheets( new ScVbaWorksheets( uno::Reference< XHelperInterfa… in SelectedSheets() 781 if ( !ScVbaWorksheets::nameExists (xSpreadDoc, xActiveSheet->getName(), nTab) ) in setZoom()
|
H A D | vbaworkbook.cxx | 237 …uno::Reference< XCollection > xWorkSheets( new ScVbaWorksheets( this, mxContext, xSheets, xModel … in Worksheets()
|
Completed in 46 milliseconds