Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/ui/vba/
H A Dvbaworksheets.cxx171 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()
[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.cxx280 …uno::Reference< excel::XWorksheets > xSheets( new ScVbaWorksheets( uno::Reference< XHelperInterfa… in SelectedSheets()
780 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()