LibreOffice Module sc (master) 1
Namespaces | Functions
excelvbahelper.cxx File Reference
#include "excelvbahelper.hxx"
#include <basic/basmgr.hxx>
#include <comphelper/propertyvalue.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/servicehelper.hxx>
#include <osl/file.hxx>
#include <tools/urlobj.hxx>
#include <vbahelper/vbahelper.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/PropertyExistException.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/sheet/XSheetCellRange.hpp>
#include <com/sun/star/sheet/GlobalSheetSettings.hpp>
#include <com/sun/star/sheet/XUnnamedDatabaseRanges.hpp>
#include <com/sun/star/sheet/XSpreadsheet.hpp>
#include <com/sun/star/sheet/XDatabaseRange.hpp>
#include <com/sun/star/system/SystemShellExecute.hpp>
#include <com/sun/star/system/SystemShellExecuteFlags.hpp>
#include <com/sun/star/util/XCloneable.hpp>
#include <document.hxx>
#include <docuno.hxx>
#include <tabvwsh.hxx>
#include <transobj.hxx>
#include <cellsuno.hxx>
#include <gridwin.hxx>
#include <com/sun/star/script/vba/VBAEventId.hpp>
#include <com/sun/star/script/vba/XVBACompatibility.hpp>
#include <com/sun/star/script/vba/XVBAEventProcessor.hpp>
#include <com/sun/star/script/vba/XVBAModuleInfo.hpp>
#include <com/sun/star/script/ModuleInfo.hpp>
#include <com/sun/star/script/ModuleType.hpp>
Include dependency graph for excelvbahelper.cxx:

Go to the source code of this file.

Namespaces

namespace  ooo
 
namespace  ooo::vba
 
namespace  ooo::vba::excel
 

Functions

uno::Reference< sheet::XUnnamedDatabaseRanges > ooo::vba::excel::GetUnnamedDataBaseRanges (const ScDocShell *pShell)
 
uno::Reference< sheet::XDatabaseRange > ooo::vba::excel::GetAutoFiltRange (const ScDocShell *pShell, sal_Int16 nSheet)
 
ScDocShellooo::vba::excel::GetDocShellFromRange (const uno::Reference< uno::XInterface > &xRange)
 
uno::Reference< XHelperInterface > ooo::vba::excel::getUnoSheetModuleObj (const uno::Reference< table::XCellRange > &xRange)
 
void ooo::vba::excel::implSetZoom (const uno::Reference< frame::XModel > &xModel, sal_Int16 nZoom, std::vector< SCTAB > &nTabs)
 
void ooo::vba::excel::implnPaste (const uno::Reference< frame::XModel > &xModel)
 
void ooo::vba::excel::implnCopy (const uno::Reference< frame::XModel > &xModel)
 
void ooo::vba::excel::implnCut (const uno::Reference< frame::XModel > &xModel)
 
void ooo::vba::excel::implnPasteSpecial (const uno::Reference< frame::XModel > &xModel, InsertDeleteFlags nFlags, ScPasteFunc nFunction, bool bSkipEmpty, bool bTranspose)
 
ScDocShellooo::vba::excel::getDocShell (const css::uno::Reference< css::frame::XModel > &xModel)
 
ScTabViewShellooo::vba::excel::getBestViewShell (const css::uno::Reference< css::frame::XModel > &xModel)
 
ScTabViewShellooo::vba::excel::getCurrentBestViewShell (const uno::Reference< uno::XComponentContext > &xContext)
 
SfxViewFrameooo::vba::excel::getViewFrame (const uno::Reference< frame::XModel > &xModel)
 
uno::Reference< XHelperInterface > ooo::vba::excel::getUnoSheetModuleObj (const uno::Reference< sheet::XSpreadsheet > &xSheet)
 
uno::Reference< XHelperInterface > ooo::vba::excel::getUnoSheetModuleObj (const uno::Reference< sheet::XSheetCellRangeContainer > &xRanges)
 
uno::Reference< XHelperInterface > ooo::vba::excel::getUnoSheetModuleObj (const uno::Reference< table::XCell > &xCell)
 
uno::Reference< XHelperInterface > ooo::vba::excel::getUnoSheetModuleObj (const uno::Reference< frame::XModel > &xModel, SCTAB nTab)
 
void ooo::vba::excel::setUpDocumentModules (const uno::Reference< sheet::XSpreadsheetDocument > &xDoc)
 
void ooo::vba::excel::ExportAsFixedFormatHelper (const uno::Reference< frame::XModel > &xModel, const css::uno::Reference< XApplication > &xApplication, const css::uno::Any &Type, const css::uno::Any &FileName, const css::uno::Any &Quality, const css::uno::Any &IncludeDocProperties, const css::uno::Any &From, const css::uno::Any &To, const css::uno::Any &OpenAfterPublish)
 
void ooo::vba::excel::SetDocInfoState (const uno::Reference< frame::XModel > &xModel, const uno::Reference< css::document::XDocumentProperties > &i_xOldDocProps)
 

Variable Documentation

◆ bInitialWarningState

bool bInitialWarningState
private

Definition at line 123 of file excelvbahelper.cxx.