LibreOffice Module oox (master) 1
|
#include <vbaproject.hxx>
Public Member Functions | |
VbaFilterConfig (const css::uno::Reference< css::uno::XComponentContext > &rxContext, std::u16string_view rConfigCompName) | |
~VbaFilterConfig () | |
bool | isImportVba () const |
Returns true, if the VBA source code and forms should be imported. More... | |
bool | isImportVbaExecutable () const |
Returns true, if the VBA source code should be imported executable. More... | |
bool | isExportVba () const |
Returns true, if the VBA source code and forms should be exported. More... | |
Private Attributes | |
css::uno::Reference< css::uno::XInterface > | mxConfigAccess |
Definition at line 53 of file vbaproject.hxx.
|
explicit |
Definition at line 84 of file vbaproject.cxx.
References Exception, mxConfigAccess, comphelper::ReadOnly, and TOOLS_WARN_EXCEPTION.
oox::ole::VbaFilterConfig::~VbaFilterConfig | ( | ) |
Definition at line 100 of file vbaproject.cxx.
bool oox::ole::VbaFilterConfig::isExportVba | ( | ) | const |
Returns true, if the VBA source code and forms should be exported.
Definition at line 114 of file vbaproject.cxx.
References mxConfigAccess.
Referenced by oox::ole::VbaProject::importVbaProject().
bool oox::ole::VbaFilterConfig::isImportVba | ( | ) | const |
Returns true, if the VBA source code and forms should be imported.
Definition at line 104 of file vbaproject.cxx.
References mxConfigAccess.
Referenced by oox::ole::VbaProject::importVbaProject().
bool oox::ole::VbaFilterConfig::isImportVbaExecutable | ( | ) | const |
Returns true, if the VBA source code should be imported executable.
Definition at line 109 of file vbaproject.cxx.
References mxConfigAccess.
Referenced by oox::ole::VbaProject::importModulesAndForms(), and oox::ole::VbaProject::readVbaModules().
|
private |
Definition at line 70 of file vbaproject.hxx.
Referenced by isExportVba(), isImportVba(), isImportVbaExecutable(), and VbaFilterConfig().