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, css::uno::Reference< css::sheet::XSpreadsheet > xSheet, 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, css::uno::Reference< css::uno::XComponentContext > xContext) | |
virtual OUString | getServiceImplName ()=0 |
virtual css::uno::Sequence< OUString > | getServiceNames ()=0 |
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 43 of file vbaworksheet.hxx.
ScVbaWorksheet::ScVbaWorksheet | ( | const css::uno::Reference< ov::XHelperInterface > & | xParent, |
const css::uno::Reference< css::uno::XComponentContext > & | xContext, | ||
css::uno::Reference< css::sheet::XSpreadsheet > | xSheet, | ||
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 170 of file vbaworksheet.cxx.
|
overridevirtual |
Definition at line 500 of file vbaworksheet.cxx.
References getModel(), and getSheet().
Referenced by Select().
|
overridevirtual |
Definition at line 805 of file vbaworksheet.cxx.
References getButtons().
|
overridevirtual |
Definition at line 638 of file vbaworksheet.cxx.
References getModel().
|
overridevirtual |
Definition at line 670 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 693 of file vbaworksheet.cxx.
References getSheet(), mxCharts, InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext, and mxSheet.
|
overridevirtual |
Definition at line 811 of file vbaworksheet.cxx.
|
overridevirtual |
Definition at line 653 of file vbaworksheet.cxx.
References dispatchRequests(), getModel(), and xModel.
|
overridevirtual |
Definition at line 687 of file vbaworksheet.cxx.
References aIndex, and getSheetRange().
|
overridevirtual |
Definition at line 727 of file vbaworksheet.cxx.
References getSheet(), InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext, and mxModel.
|
overridevirtual |
Definition at line 550 of file vbaworksheet.cxx.
References Before, 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 207 of file vbaworksheet.cxx.
References InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::Application(), ooo::vba::excel::getDocShell(), getModel(), getName(), getNewSpreadsheetName(), ScVbaWorksheets::nameExists(), and ScDocShell::TransferTab().
Referenced by Copy(), and ScVbaWorksheets::Copy().
uno::Reference< ov::excel::XWorksheet > ScVbaWorksheet::createSheetCopyInNewDoc | ( | const OUString & | aCurrSheetName | ) |
Definition at line 181 of file vbaworksheet.cxx.
References ScDocument::GetCodeName(), ooo::vba::excel::getDocShell(), ScDocShell::GetDocument(), 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 Copy(), and ScVbaWorksheets::Copy().
|
overridevirtual |
Definition at line 574 of file vbaworksheet.cxx.
References getModel(), getName(), mxSheet, and ScVbaWorksheets::nameExists().
Referenced by Move().
|
overridevirtual |
Definition at line 817 of file vbaworksheet.cxx.
|
overridevirtual |
Definition at line 873 of file vbaworksheet.cxx.
|
overridevirtual |
Definition at line 371 of file vbaworksheet.cxx.
References ScDocument::GetAnonymousDBData(), ooo::vba::excel::getDocShell(), ScDocShell::GetDocument(), getModel(), getSheetID(), ScDBData::HasAutoFilter(), and xModel.
|
private |
Definition at line 791 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 1011 of file vbaworksheet.cxx.
References mxSheet.
|
private |
Definition at line 949 of file vbaworksheet.cxx.
References getSheet(), index, nCount, and sName.
Referenced by getValue().
|
overridevirtual |
Definition at line 994 of file vbaworksheet.cxx.
References getModel().
|
overridevirtual |
Definition at line 305 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 917 of file vbaworksheet.cxx.
References getSheet().
Referenced by hasProperty().
|
overridevirtual |
Definition at line 299 of file vbaworksheet.cxx.
References getSheetID().
|
overridevirtual |
Definition at line 883 of file vbaworksheet.cxx.
|
inline |
Definition at line 74 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 249 of file vbaworksheet.cxx.
References getSheet().
Referenced by Copy(), createSheetCopy(), Delete(), getEnableSelection(), getProtectDrawingObjects(), getSheetAtOffset(), Move(), and setEnableSelection().
|
overridevirtual |
Definition at line 606 of file vbaworksheet.cxx.
References getSheetAtOffset().
|
overridevirtual |
Definition at line 612 of file vbaworksheet.cxx.
References getSheetAtOffset().
|
overridevirtual |
Definition at line 469 of file vbaworksheet.cxx.
References getSheet().
|
overridevirtual |
Definition at line 476 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 463 of file vbaworksheet.cxx.
|
overridevirtual |
Definition at line 494 of file vbaworksheet.cxx.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 982 of file vbaworksheet.cxx.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 1001 of file vbaworksheet.cxx.
References aServiceNames.
|
inline |
Definition at line 76 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 590 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 1018 of file vbaworksheet.cxx.
References mxSheet.
Referenced by getAutoFilterMode(), getIndex(), ScVbaWorksheets::PrintPreview(), ScVbaWorksheets::Select(), and setAutoFilterMode().
|
private |
css::uno::RuntimeException |
Definition at line 661 of file vbaworksheet.cxx.
References getSheet(), and InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext.
|
override |
Definition at line 1041 of file vbaworksheet.cxx.
References comphelper::getSomethingImpl().
|
override |
Definition at line 457 of file vbaworksheet.cxx.
References STANDARDHEIGHT.
|
override |
Definition at line 451 of file vbaworksheet.cxx.
References STANDARDWIDTH.
|
static |
Definition at line 174 of file vbaworksheet.cxx.
References comphelper::UnoIdInit::getSeq().
|
overridevirtual |
Definition at line 407 of file vbaworksheet.cxx.
References getSheet(), and InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext.
|
overridevirtual |
Definition at line 900 of file vbaworksheet.cxx.
References getControlShape(), getModel(), and InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext.
Referenced by setValue().
|
overridevirtual |
Definition at line 263 of file vbaworksheet.cxx.
References bVisible, getSheet(), and mbVeryHidden.
|
overridevirtual |
Definition at line 823 of file vbaworksheet.cxx.
|
overridevirtual |
Definition at line 911 of file vbaworksheet.cxx.
|
overridevirtual |
Definition at line 940 of file vbaworksheet.cxx.
References aName, and getFormControls().
|
overridevirtual |
Definition at line 431 of file vbaworksheet.cxx.
References aIndex, getSheet(), and InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext.
|
overridevirtual |
Definition at line 740 of file vbaworksheet.cxx.
References aIndex, InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext, and mxHlinks.
|
overridevirtual |
Definition at line 889 of file vbaworksheet.cxx.
|
overridevirtual |
Definition at line 829 of file vbaworksheet.cxx.
|
overridevirtual |
Definition at line 835 of file vbaworksheet.cxx.
|
overridevirtual |
Definition at line 514 of file vbaworksheet.cxx.
References Before, 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 752 of file vbaworksheet.cxx.
References aIndex, getSheet(), InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext, and mxModel.
|
overridevirtual |
Definition at line 763 of file vbaworksheet.cxx.
References getSheet(), and InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext.
|
overridevirtual |
Definition at line 841 of file vbaworksheet.cxx.
References getButtons().
|
overridevirtual |
Definition at line 418 of file vbaworksheet.cxx.
References getSheet(), and InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext.
|
overridevirtual |
Definition at line 425 of file vbaworksheet.cxx.
References getModel(), getSheet(), and InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext.
|
overridevirtual |
Definition at line 564 of file vbaworksheet.cxx.
References ooo::vba::excel::implnPaste(), and mxModel.
|
overridevirtual |
Definition at line 714 of file vbaworksheet.cxx.
References getSheet(), and InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext.
|
overridevirtual |
Definition at line 1025 of file vbaworksheet.cxx.
References Copies, ooo::vba::excel::getBestViewShell(), getModel(), Preview, PrintOutHelper(), To, and xModel.
|
overridevirtual |
Definition at line 618 of file vbaworksheet.cxx.
References getSheet(), and Password.
|
overridevirtual |
Definition at line 645 of file vbaworksheet.cxx.
References getSheet(), and InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext.
Referenced by Evaluate().
|
overridevirtual |
Definition at line 681 of file vbaworksheet.cxx.
References aIndex, and getSheetRange().
|
overridevirtual |
Definition at line 847 of file vbaworksheet.cxx.
|
overridevirtual |
Definition at line 508 of file vbaworksheet.cxx.
References Activate().
|
overridevirtual |
Definition at line 381 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.
|
overridevirtual |
Definition at line 988 of file vbaworksheet.cxx.
References getModel().
|
overridevirtual |
Definition at line 331 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 256 of file vbaworksheet.cxx.
References getSheet().
|
overridevirtual |
Definition at line 895 of file vbaworksheet.cxx.
References getValue(), and setDefaultPropByIntrospection().
|
overridevirtual |
Definition at line 273 of file vbaworksheet.cxx.
References bVisible, getSheet(), and mbVeryHidden.
|
overridevirtual |
Definition at line 777 of file vbaworksheet.cxx.
References aIndex, getModel(), getSheet(), and InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext.
|
overridevirtual |
Definition at line 859 of file vbaworksheet.cxx.
References ScAbstractDialogFactory::Create(), ScAbstractDialogFactory::CreateScDataFormDlg(), ooo::vba::excel::getBestViewShell(), SfxViewShell::GetFrameWeld(), getModel(), and xModel.
|
overridevirtual |
Definition at line 853 of file vbaworksheet.cxx.
|
overridevirtual |
Definition at line 629 of file vbaworksheet.cxx.
References getSheet(), and Password.
|
overridevirtual |
Definition at line 441 of file vbaworksheet.cxx.
References aIndex, getSheet(), and InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext.
|
private |
Definition at line 50 of file vbaworksheet.hxx.
Referenced by getVisible(), and setVisible().
|
private |
Definition at line 49 of file vbaworksheet.hxx.
Referenced by getButtons().
|
private |
Definition at line 47 of file vbaworksheet.hxx.
Referenced by ChartObjects().
|
private |
Definition at line 48 of file vbaworksheet.hxx.
Referenced by Hyperlinks().
|
private |
Definition at line 46 of file vbaworksheet.hxx.
Referenced by Comments(), createSheetCopyInNewDoc(), getButtons(), getModel(), Move(), Names(), and Paste().
|
private |
Definition at line 45 of file vbaworksheet.hxx.
Referenced by ChartObjects(), Delete(), getButtons(), getCodeName(), getSheet(), and getSheetID().