| LibreOffice Module sc (master) 1
    | 
#include "vbaworksheets.hxx"#include <sfx2/viewfrm.hxx>#include <cppuhelper/implbase.hxx>#include <com/sun/star/sheet/XSpreadsheetDocument.hpp>#include <com/sun/star/container/XEnumerationAccess.hpp>#include <com/sun/star/sheet/XSpreadsheet.hpp>#include <com/sun/star/container/XNamed.hpp>#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>#include <com/sun/star/script/XTypeConverter.hpp>#include <ooo/vba/excel/XApplication.hpp>#include <tabvwsh.hxx>#include "excelvbahelper.hxx"#include "vbaworksheet.hxx"#include <markdata.hxx>#include <utility>#include <vector>#include <prevwsh.hxx>#include <preview.hxx>Go to the source code of this file.
| Typedefs | |
| typedef std::vector< uno::Reference< sheet::XSpreadsheet > > | SheetMap | 
| typedef std::vector< uno::Reference< sheet::XSpreadsheet > > SheetMap | 
Definition at line 48 of file vbaworksheets.cxx.