LibreOffice Module sc (master)
1
|
#include <vbaworksheet.hxx>
Public Member Functions | |
ScVbaWorksheet (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::sheet::XSpreadsheet > &xSheet, const css::uno::Reference< css::frame::XModel > &xModel) | |
ScVbaWorksheet (css::uno::Sequence< css::uno::Any > const &aArgs, css::uno::Reference< css::uno::XComponentContext >const &xContext) | |
virtual | ~ScVbaWorksheet () override |
const css::uno::Reference< css::frame::XModel > & | getModel () const |
const css::uno::Reference< css::sheet::XSpreadsheet > & | getSheet () const |
css::uno::Reference< ov::excel::XWorksheet > | createSheetCopyInNewDoc (const OUString &) |
css::uno::Reference< ov::excel::XWorksheet > | createSheetCopy (css::uno::Reference< ov::excel::XWorksheet > const &xSheet, bool bAfter) |
virtual OUString SAL_CALL | getName () override |
virtual void SAL_CALL | setName (const OUString &rName) override |
virtual sal_Int32 SAL_CALL | getVisible () override |
virtual void SAL_CALL | setVisible (sal_Int32 nVisible) override |
virtual ::sal_Int32 SAL_CALL | getStandardWidth () override |
virtual ::sal_Int32 SAL_CALL | getStandardHeight () override |
virtual sal_Bool SAL_CALL | getProtectionMode () override |
virtual sal_Bool SAL_CALL | getProtectContents () override |
virtual sal_Bool SAL_CALL | getProtectDrawingObjects () override |
virtual sal_Bool SAL_CALL | getProtectScenarios () override |
virtual css::uno::Reference< ov::excel::XRange > SAL_CALL | getUsedRange () override |
virtual css::uno::Any SAL_CALL | ChartObjects (const css::uno::Any &Index) override |
virtual css::uno::Reference< ov::excel::XOutline > SAL_CALL | Outline () override |
virtual css::uno::Reference< ov::excel::XPageSetup > SAL_CALL | PageSetup () override |
virtual css::uno::Any SAL_CALL | HPageBreaks (const css::uno::Any &aIndex) override |
virtual css::uno::Any SAL_CALL | VPageBreaks (const css::uno::Any &aIndex) override |
virtual css::uno::Reference< ov::excel::XWorksheet > SAL_CALL | getNext () override |
virtual css::uno::Reference< ov::excel::XWorksheet > SAL_CALL | getPrevious () override |
virtual sal_Int16 SAL_CALL | getIndex () override |
virtual sal_Int32 SAL_CALL | getEnableSelection () override |
virtual void SAL_CALL | setEnableSelection (sal_Int32 nSelection) override |
virtual sal_Bool SAL_CALL | getAutoFilterMode () override |
virtual void SAL_CALL | setAutoFilterMode (sal_Bool bAutoFilterMode) override |
virtual void SAL_CALL | Activate () override |
virtual void SAL_CALL | Select () override |
virtual css::uno::Reference< ov::excel::XRange > SAL_CALL | Range (const css::uno::Any &Cell1, const css::uno::Any &Cell2) override |
virtual void SAL_CALL | Move (const css::uno::Any &Before, const css::uno::Any &After) override |
virtual void SAL_CALL | Copy (const css::uno::Any &Before, const css::uno::Any &After) override |
virtual void SAL_CALL | Paste (const css::uno::Any &Destination, const css::uno::Any &Link) override |
virtual void SAL_CALL | Delete () override |
virtual void SAL_CALL | Protect (const css::uno::Any &Password, const css::uno::Any &DrawingObjects, const css::uno::Any &Contents, const css::uno::Any &Scenarios, const css::uno::Any &UserInterfaceOnly) override |
virtual void SAL_CALL | Unprotect (const css::uno::Any &Password) override |
virtual void SAL_CALL | Calculate () override |
virtual void SAL_CALL | CheckSpelling (const css::uno::Any &CustomDictionary, const css::uno::Any &IgnoreUppercase, const css::uno::Any &AlwaysSuggest, const css::uno::Any &SpellingLang) override |
virtual css::uno::Reference< ov::excel::XRange > SAL_CALL | Cells (const css::uno::Any &nRow, const css::uno::Any &nCol) override |
virtual css::uno::Reference< ov::excel::XRange > SAL_CALL | Rows (const css::uno::Any &aIndex) override |
virtual css::uno::Reference< ov::excel::XRange > SAL_CALL | Columns (const css::uno::Any &aIndex) override |
virtual css::uno::Any SAL_CALL | Evaluate (const OUString &Name) override |
virtual css::uno::Any SAL_CALL | PivotTables (const css::uno::Any &Index) override |
virtual css::uno::Any SAL_CALL | Comments (const css::uno::Any &Index) override |
virtual css::uno::Any SAL_CALL | Hyperlinks (const css::uno::Any &aIndex) override |
virtual css::uno::Any SAL_CALL | Names (const css::uno::Any &aIndex) override |
virtual css::uno::Any SAL_CALL | OLEObjects (const css::uno::Any &Index) override |
virtual css::uno::Any SAL_CALL | Shapes (const css::uno::Any &aIndex) override |
virtual css::uno::Any SAL_CALL | Buttons (const css::uno::Any &rIndex) override |
virtual css::uno::Any SAL_CALL | CheckBoxes (const css::uno::Any &rIndex) override |
virtual css::uno::Any SAL_CALL | DropDowns (const css::uno::Any &rIndex) override |
virtual css::uno::Any SAL_CALL | GroupBoxes (const css::uno::Any &rIndex) override |
virtual css::uno::Any SAL_CALL | Labels (const css::uno::Any &rIndex) override |
virtual css::uno::Any SAL_CALL | ListBoxes (const css::uno::Any &rIndex) override |
virtual css::uno::Any SAL_CALL | OptionButtons (const css::uno::Any &rIndex) override |
virtual css::uno::Any SAL_CALL | ScrollBars (const css::uno::Any &rIndex) override |
virtual css::uno::Any SAL_CALL | Spinners (const css::uno::Any &rIndex) override |
virtual void SAL_CALL | setEnableCalculation (sal_Bool EnableCalculation) override |
virtual sal_Bool SAL_CALL | getEnableCalculation () override |
virtual void SAL_CALL | ShowDataForm () override |
virtual css::uno::Reference< css::beans::XIntrospectionAccess > SAL_CALL | getIntrospection () override |
virtual css::uno::Any SAL_CALL | invoke (const OUString &aFunctionName, const css::uno::Sequence< css::uno::Any > &aParams, css::uno::Sequence< ::sal_Int16 > &aOutParamIndex, css::uno::Sequence< css::uno::Any > &aOutParam) override |
virtual void SAL_CALL | setValue (const OUString &aPropertyName, const css::uno::Any &aValue) override |
virtual css::uno::Any SAL_CALL | getValue (const OUString &aPropertyName) override |
virtual sal_Bool SAL_CALL | hasMethod (const OUString &aName) override |
virtual sal_Bool SAL_CALL | hasProperty (const OUString &aName) override |
virtual OUString SAL_CALL | getCodeName () override |
sal_Int16 | getSheetID () const |
virtual void SAL_CALL | PrintOut (const css::uno::Any &From, const css::uno::Any &To, const css::uno::Any &Copies, const css::uno::Any &Preview, const css::uno::Any &ActivePrinter, const css::uno::Any &PrintToFile, const css::uno::Any &Collate, const css::uno::Any &PrToFileName, const css::uno::Any &IgnorePrintAreas) override |
virtual OUString | getServiceImplName () override |
virtual css::uno::Sequence< OUString > | getServiceNames () override |
virtual ::sal_Int64 SAL_CALL | getSomething (const css::uno::Sequence< sal_Int8 > &rId) override |
![]() | |
InheritedHelperInterfaceWeakImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext) | |
![]() | |
InheritedHelperInterfaceImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext) | |
virtual ::sal_Int32 SAL_CALL | getCreator () override |
virtual css::uno::Reference< ov::XHelperInterface > SAL_CALL | getParent () override |
virtual css::uno::Any SAL_CALL | Application () override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
Static Public Member Functions | |
static const css::uno::Sequence< sal_Int8 > & | getUnoTunnelId () |
Private Member Functions | |
css::uno::Reference< ov::excel::XWorksheet > | getSheetAtOffset (SCTAB offset) |
css::uno::Reference< ov::excel::XRange > | getSheetRange () |
css::uno::Reference< css::container::XNameAccess > | getFormControls () const |
css::uno::Any | getControlShape (std::u16string_view sName) |
css::uno::Any | getButtons (const css::uno::Any &rIndex, bool bOptionButtons) |
Private Attributes | |
css::uno::Reference< css::sheet::XSpreadsheet > | mxSheet |
css::uno::Reference< css::frame::XModel > | mxModel |
css::uno::Reference< ov::excel::XChartObjects > | mxCharts |
css::uno::Reference< ov::excel::XHyperlinks > | mxHlinks |
::rtl::Reference< ScVbaSheetObjectsBase > | mxButtons [2] |
bool | mbVeryHidden |
Additional Inherited Members | |
![]() | |
css::uno::WeakReference< ov::XHelperInterface > | mxParent |
css::uno::Reference< css::uno::XComponentContext > | mxContext |
Definition at line 44 of file vbaworksheet.hxx.
ScVbaWorksheet::ScVbaWorksheet | ( | const css::uno::Reference< ov::XHelperInterface > & | xParent, |
const css::uno::Reference< css::uno::XComponentContext > & | xContext, | ||
const css::uno::Reference< css::sheet::XSpreadsheet > & | xSheet, | ||
const css::uno::Reference< css::frame::XModel > & | xModel | ||
) |
css::uno::RuntimeException |
Referenced by getSheetAtOffset().
ScVbaWorksheet::ScVbaWorksheet | ( | css::uno::Sequence< css::uno::Any > const & | aArgs, |
css::uno::Reference< css::uno::XComponentContext >const & | xContext | ||
) |
css::lang::IllegalArgumentException | |
css::uno::RuntimeException |
|
overridevirtual |
Definition at line 169 of file vbaworksheet.cxx.
|
overridevirtual |
Definition at line 503 of file vbaworksheet.cxx.
References getModel(), and getSheet().
Referenced by Select().
|
overridevirtual |
Definition at line 808 of file vbaworksheet.cxx.
References getButtons().
|
overridevirtual |
Definition at line 641 of file vbaworksheet.cxx.
References getModel().
|
overridevirtual |
Definition at line 673 of file vbaworksheet.cxx.
References ScVbaRange::CellsHelper(), ooo::vba::excel::getDocShell(), ScDocShell::GetDocument(), getModel(), getSheet(), InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext, and xModel.
|
overridevirtual |
Definition at line 696 of file vbaworksheet.cxx.
References getSheet(), uno::Any::hasValue(), mxCharts, InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext, and mxSheet.
|
overridevirtual |
Definition at line 814 of file vbaworksheet.cxx.
|
overridevirtual |
Definition at line 656 of file vbaworksheet.cxx.
References dispatchRequests(), getModel(), and xModel.
|
overridevirtual |
Definition at line 690 of file vbaworksheet.cxx.
References getSheetRange().
|
overridevirtual |
Definition at line 730 of file vbaworksheet.cxx.
References getSheet(), uno::Any::hasValue(), InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext, and mxModel.
|
overridevirtual |
Definition at line 553 of file vbaworksheet.cxx.
References createSheetCopy(), createSheetCopyInNewDoc(), getName(), and uno::Any::hasValue().
css::uno::Reference< ov::excel::XWorksheet > ScVbaWorksheet::createSheetCopy | ( | css::uno::Reference< ov::excel::XWorksheet > const & | xSheet, |
bool | bAfter | ||
) |
Definition at line 210 of file vbaworksheet.cxx.
References InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::Application(), ooo::vba::excel::getDocShell(), getModel(), getName(), getNewSpreadsheetName(), ScVbaWorksheets::nameExists(), and ScDocShell::TransferTab().
Referenced by ScVbaWorksheets::Copy(), and Copy().
uno::Reference< ov::excel::XWorksheet > ScVbaWorksheet::createSheetCopyInNewDoc | ( | const OUString & | aCurrSheetName | ) |
Definition at line 184 of file vbaworksheet.cxx.
References ooo::vba::excel::getDocShell(), getSheet(), getUnoDocModule(), ooo::vba::excel::implnCopy(), ooo::vba::excel::implnPaste(), InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext, mxModel, openNewDoc(), ooo::vba::excel::setUpDocumentModules(), and xModel.
Referenced by ScVbaWorksheets::Copy(), and Copy().
|
overridevirtual |
Definition at line 577 of file vbaworksheet.cxx.
References getModel(), getName(), mxSheet, and ScVbaWorksheets::nameExists().
Referenced by Move().
|
overridevirtual |
Definition at line 820 of file vbaworksheet.cxx.
|
overridevirtual |
Definition at line 876 of file vbaworksheet.cxx.
References Range().
|
overridevirtual |
Definition at line 374 of file vbaworksheet.cxx.
References ScDocument::GetAnonymousDBData(), ooo::vba::excel::getDocShell(), ScDocShell::GetDocument(), getModel(), getSheetID(), ScDBData::HasAutoFilter(), and xModel.
|
private |
Definition at line 794 of file vbaworksheet.cxx.
References uno::Any::hasValue(), mxButtons, InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext, mxModel, and mxSheet.
Referenced by Buttons(), and OptionButtons().
|
overridevirtual |
Definition at line 1014 of file vbaworksheet.cxx.
References mxSheet.
|
private |
Definition at line 952 of file vbaworksheet.cxx.
References getSheet(), index, and nCount.
Referenced by getValue().
|
overridevirtual |
Definition at line 997 of file vbaworksheet.cxx.
References getModel().
|
overridevirtual |
Definition at line 308 of file vbaworksheet.cxx.
References ooo::vba::excel::getDocShell(), ScDocShell::GetDocument(), getModel(), getName(), ScDocument::GetTabProtection(), ScTableProtection::isOptionEnabled(), ScVbaWorksheets::nameExists(), ScTableProtection::SELECT_LOCKED_CELLS, ScTableProtection::SELECT_UNLOCKED_CELLS, and xModel.
|
private |
Definition at line 920 of file vbaworksheet.cxx.
References getSheet().
Referenced by hasProperty().
|
overridevirtual |
Definition at line 302 of file vbaworksheet.cxx.
References getSheetID().
|
overridevirtual |
Definition at line 886 of file vbaworksheet.cxx.
|
inline |
Definition at line 75 of file vbaworksheet.hxx.
References mxModel.
Referenced by Activate(), Calculate(), Cells(), CheckSpelling(), createSheetCopy(), Delete(), getAutoFilterMode(), getEnableCalculation(), getEnableSelection(), getProtectDrawingObjects(), getSheetAtOffset(), getValue(), Move(), PageSetup(), PrintOut(), setAutoFilterMode(), setEnableCalculation(), setEnableSelection(), Shapes(), and ShowDataForm().
|
overridevirtual |
Definition at line 252 of file vbaworksheet.cxx.
References getSheet().
Referenced by Copy(), createSheetCopy(), Delete(), getEnableSelection(), getProtectDrawingObjects(), getSheetAtOffset(), Move(), and setEnableSelection().
|
overridevirtual |
Definition at line 609 of file vbaworksheet.cxx.
References getSheetAtOffset().
|
overridevirtual |
Definition at line 615 of file vbaworksheet.cxx.
References getSheetAtOffset().
|
overridevirtual |
Definition at line 472 of file vbaworksheet.cxx.
References getSheet().
|
overridevirtual |
Definition at line 479 of file vbaworksheet.cxx.
References ooo::vba::excel::getDocShell(), ScDocShell::GetDocument(), getModel(), getName(), ScDocument::GetTabProtection(), ScTableProtection::isOptionEnabled(), ScVbaWorksheets::nameExists(), ScTableProtection::OBJECTS, and xModel.
|
overridevirtual |
Definition at line 466 of file vbaworksheet.cxx.
|
overridevirtual |
Definition at line 497 of file vbaworksheet.cxx.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 985 of file vbaworksheet.cxx.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 1004 of file vbaworksheet.cxx.
References aServiceNames.
|
inline |
Definition at line 77 of file vbaworksheet.hxx.
References mxSheet.
Referenced by Activate(), Cells(), ChartObjects(), Comments(), createSheetCopyInNewDoc(), getControlShape(), getFormControls(), getName(), getProtectContents(), getSheetRange(), getUsedRange(), getVisible(), HPageBreaks(), ScVbaWorksheets::Item(), Move(), Names(), OLEObjects(), Outline(), PageSetup(), PivotTables(), Protect(), Range(), setName(), setVisible(), Shapes(), Unprotect(), and VPageBreaks().
|
private |
css::uno::RuntimeException |
Definition at line 593 of file vbaworksheet.cxx.
References getModel(), getName(), InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::getParent(), InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext, ScVbaWorksheets::nameExists(), and ScVbaWorksheet().
Referenced by getNext(), and getPrevious().
sal_Int16 ScVbaWorksheet::getSheetID | ( | ) | const |
css::uno::RuntimeException |
Definition at line 1021 of file vbaworksheet.cxx.
References mxSheet.
Referenced by getAutoFilterMode(), getIndex(), ScVbaWorksheets::PrintPreview(), ScVbaWorksheets::Select(), and setAutoFilterMode().
|
private |
css::uno::RuntimeException |
Definition at line 664 of file vbaworksheet.cxx.
References getSheet(), and InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext.
|
override |
Definition at line 1044 of file vbaworksheet.cxx.
|
override |
Definition at line 460 of file vbaworksheet.cxx.
References STANDARDHEIGHT.
|
override |
Definition at line 454 of file vbaworksheet.cxx.
References STANDARDWIDTH.
|
static |
Definition at line 178 of file vbaworksheet.cxx.
|
overridevirtual |
Definition at line 410 of file vbaworksheet.cxx.
References getSheet(), and InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext.
|
overridevirtual |
Definition at line 903 of file vbaworksheet.cxx.
References getControlShape(), getModel(), and InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext.
Referenced by setValue().
|
overridevirtual |
Definition at line 266 of file vbaworksheet.cxx.
References bVisible, getSheet(), and mbVeryHidden.
|
overridevirtual |
Definition at line 826 of file vbaworksheet.cxx.
|
overridevirtual |
Definition at line 914 of file vbaworksheet.cxx.
|
overridevirtual |
Definition at line 943 of file vbaworksheet.cxx.
References getFormControls().
|
overridevirtual |
Definition at line 434 of file vbaworksheet.cxx.
References getSheet(), uno::Any::hasValue(), and InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext.
|
overridevirtual |
Definition at line 743 of file vbaworksheet.cxx.
References uno::Any::hasValue(), InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext, and mxHlinks.
|
overridevirtual |
Definition at line 892 of file vbaworksheet.cxx.
|
overridevirtual |
Definition at line 832 of file vbaworksheet.cxx.
|
overridevirtual |
Definition at line 838 of file vbaworksheet.cxx.
|
overridevirtual |
Definition at line 517 of file vbaworksheet.cxx.
References Delete(), getModel(), getName(), getSheet(), uno::Any::hasValue(), ooo::vba::excel::implnCopy(), ooo::vba::excel::implnPaste(), InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext, mxModel, ScVbaWorksheets::nameExists(), openNewDoc(), and xModel.
|
overridevirtual |
Definition at line 755 of file vbaworksheet.cxx.
References getSheet(), InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext, and mxModel.
|
overridevirtual |
Definition at line 766 of file vbaworksheet.cxx.
References getSheet(), uno::Any::hasValue(), and InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext.
|
overridevirtual |
Definition at line 844 of file vbaworksheet.cxx.
References getButtons().
|
overridevirtual |
Definition at line 421 of file vbaworksheet.cxx.
References getSheet(), and InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext.
|
overridevirtual |
Definition at line 428 of file vbaworksheet.cxx.
References getModel(), getSheet(), and InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext.
|
overridevirtual |
Definition at line 567 of file vbaworksheet.cxx.
References ooo::vba::excel::implnPaste(), and mxModel.
|
overridevirtual |
Definition at line 717 of file vbaworksheet.cxx.
References getSheet(), uno::Any::hasValue(), and InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext.
|
overridevirtual |
Definition at line 1028 of file vbaworksheet.cxx.
References ooo::vba::excel::getBestViewShell(), getModel(), PrintOutHelper(), and xModel.
|
overridevirtual |
Definition at line 621 of file vbaworksheet.cxx.
References getSheet().
|
overridevirtual |
Definition at line 648 of file vbaworksheet.cxx.
References getSheet(), and InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext.
Referenced by Evaluate().
|
overridevirtual |
Definition at line 684 of file vbaworksheet.cxx.
References getSheetRange().
|
overridevirtual |
Definition at line 850 of file vbaworksheet.cxx.
|
overridevirtual |
Definition at line 511 of file vbaworksheet.cxx.
References Activate().
Definition at line 384 of file vbaworksheet.cxx.
References ScRange::aEnd, ScDocument::ApplyFlagsTab(), ScRange::aStart, Auto, ScAddress::Col(), ScDocument::GetAnonymousDBData(), ScDBData::GetArea(), ooo::vba::excel::getDocShell(), ScDocShell::GetDocument(), getModel(), getSheetID(), Grid, ScDocShell::PostPaint(), ScDocument::RemoveFlagsTab(), ScAddress::Row(), ScDBData::SetAutoFilter(), ScAddress::SetRow(), ScAddress::Tab(), and xModel.
Definition at line 991 of file vbaworksheet.cxx.
References getModel().
|
overridevirtual |
Definition at line 334 of file vbaworksheet.cxx.
References ERRCODE_BASIC_BAD_PARAMETER, ooo::vba::excel::getDocShell(), ScDocShell::GetDocument(), getModel(), getName(), ScDocument::GetTabProtection(), ScVbaWorksheets::nameExists(), ScTableProtection::SELECT_LOCKED_CELLS, ScTableProtection::SELECT_UNLOCKED_CELLS, ScTableProtection::setOption(), ScDocument::SetTabProtection(), and xModel.
|
overridevirtual |
Definition at line 259 of file vbaworksheet.cxx.
References getSheet().
|
overridevirtual |
Definition at line 898 of file vbaworksheet.cxx.
References getValue(), and setDefaultPropByIntrospection().
|
overridevirtual |
Definition at line 276 of file vbaworksheet.cxx.
References bVisible, getSheet(), and mbVeryHidden.
|
overridevirtual |
Definition at line 780 of file vbaworksheet.cxx.
References getModel(), getSheet(), uno::Any::hasValue(), and InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext.
|
overridevirtual |
Definition at line 862 of file vbaworksheet.cxx.
References ScAbstractDialogFactory::Create(), ScAbstractDialogFactory::CreateScDataFormDlg(), VclAbstractDialog::Execute(), ooo::vba::excel::getBestViewShell(), SfxViewShell::GetFrameWeld(), getModel(), and xModel.
|
overridevirtual |
Definition at line 856 of file vbaworksheet.cxx.
|
overridevirtual |
Definition at line 632 of file vbaworksheet.cxx.
References getSheet().
|
overridevirtual |
Definition at line 444 of file vbaworksheet.cxx.
References getSheet(), uno::Any::hasValue(), and InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext.
|
private |
Definition at line 51 of file vbaworksheet.hxx.
Referenced by getVisible(), and setVisible().
|
private |
Definition at line 50 of file vbaworksheet.hxx.
Referenced by getButtons().
|
private |
Definition at line 48 of file vbaworksheet.hxx.
Referenced by ChartObjects().
|
private |
Definition at line 49 of file vbaworksheet.hxx.
Referenced by Hyperlinks().
|
private |
Definition at line 47 of file vbaworksheet.hxx.
Referenced by Comments(), createSheetCopyInNewDoc(), getButtons(), getModel(), Move(), Names(), and Paste().
|
private |
Definition at line 46 of file vbaworksheet.hxx.
Referenced by ChartObjects(), Delete(), getButtons(), getCodeName(), getSheet(), and getSheetID().