Home
last modified time | relevance | path

Searched refs:ScVbaWorksheets (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/sc/source/ui/vba/
H A Dvbaworksheets.cxx181 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 Dvbaworksheets.hxx43 class ScVbaWorksheets : public ScVbaWorksheets_BASE class
51ScVbaWorksheets( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Refer…
52ScVbaWorksheets( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Refer…
53 virtual ~ScVbaWorksheets() {} in ~ScVbaWorksheets()
H A Dvbaworksheet.cxx112 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 Dvbawindow.cxx281 …uno::Reference< excel::XWorksheets > xSheets( new ScVbaWorksheets( uno::Reference< XHelperInterfa… in SelectedSheets()
781 if ( !ScVbaWorksheets::nameExists (xSpreadDoc, xActiveSheet->getName(), nTab) ) in setZoom()
H A Dvbaworkbook.cxx237 …uno::Reference< XCollection > xWorkSheets( new ScVbaWorksheets( this, mxContext, xSheets, xModel … in Worksheets()

Completed in 29 milliseconds