#include "xcalc.hxx"#include "tool/global.hxx"#include "unoglobal.hxx"#include <com/sun/star/beans/XPropertyContainer.hpp>#include <com/sun/star/beans/XProperty.hpp>#include <com/sun/star/beans/XPropertySet.hpp>#include <com/sun/star/beans/XPropertySetInfo.hpp>#include <com/sun/star/beans/PropertyAttribute.hpp>#include <com/sun/star/container/XIndexAccess.hpp>#include <com/sun/star/container/XNameAccess.hpp>#include <com/sun/star/document/XDocumentInfo.hpp>#include <com/sun/star/document/XDocumentInfoSupplier.hpp>#include <com/sun/star/frame/XDesktop.hpp>#include <com/sun/star/lang/XComponent.hpp>#include <com/sun/star/sheet/XCellRangeAddressable.hpp>#include <com/sun/star/sheet/XRangeSelection.hpp>#include <com/sun/star/sheet/XSpreadsheet.hpp>#include <com/sun/star/sheet/XSpreadsheetDocument.hpp>#include <com/sun/star/sheet/XSpreadsheetView.hpp>#include <com/sun/star/sheet/XSpreadsheets.hpp>#include <com/sun/star/table/XCell.hpp>#include <com/sun/star/table/XCellRange.hpp>#include <com/sun/star/uno/XComponentContext.hpp>#include <com/sun/star/ui/XModuleUIConfigurationManagerSupplier.hpp>#include <com/sun/star/ui/XUIConfigurationManager.hpp>#include <com/sun/star/ui/XUIConfigurationPersistence.hpp>#include <iostream>

Go to the source code of this file.
Namespaces | |
| namespace | scsolver |
Functions | |
| rtl::OUString | scsolver::lcl_resolveSheetName (const rtl::OUString &sSheetAddr) |
1.5.3