LibreOffice Module sc (master) 1
servuno.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20#pragma once
21
22#include <com/sun/star/uno/Sequence.h>
23#include <com/sun/star/uno/Reference.h>
24
25namespace com::sun::star::uno { class XInterface; }
26
27class ScDocShell;
28
30{
31public:
32 enum class Type
33 {
34 SHEET , URLFIELD , PAGEFIELD , PAGESFIELD , DATEFIELD , TIMEFIELD , TITLEFIELD , FILEFIELD ,
35 SHEETFIELD , CELLSTYLE , PAGESTYLE , GRAPHICSTYLE ,
36 // sheet
37 AUTOFORMAT , AUTOFORMATS, CELLRANGES , FUNCTIONDESCRIPTIONS , GLOBALSHEETSETTINGS ,
38 RECENTFUNCTIONS ,
39 // drawing layer tables
40 GRADTAB , HATCHTAB , BITMAPTAB , TRGRADTAB , MARKERTAB , DASHTAB , NUMRULES ,
41
42 DOCDEFLTS , DRAWDEFLTS ,
43
44 DOCSPRSETT , DOCCONF ,
45
46 IMAP_RECT , IMAP_CIRC , IMAP_POLY ,
47 // Support creation of GraphicStorageHandler and EmbeddedObjectResolver
48 EXPORT_GRAPHIC_STORAGE_HANDLER , IMPORT_GRAPHIC_STORAGE_HANDLER , EXPORT_EOR , IMPORT_EOR ,
49
50 VALBIND , LISTCELLBIND , LISTSOURCE ,
51
52 CELLADDRESS , RANGEADDRESS ,
53
54 SHEETDOCSET ,
55
56 // BM
57 CHDATAPROV , CHART_PIVOTTABLE_DATAPROVIDER,
58 // formula parser
59 FORMULAPARS , OPCODEMAPPER ,
60 // VBA specific
61 VBAOBJECTPROVIDER , VBACODENAMEPROVIDER , VBAGLOBALS ,
62
63 EXT_TIMEFIELD ,
64
66 };
67
68 // pDocShell is not needed for all Services
69 static css::uno::Reference< css::uno::XInterface >
70 MakeInstance( Type nType, ScDocShell* pDocShell );
71 static css::uno::Sequence<OUString> GetAllServiceNames();
72 static Type GetProviderType(std::u16string_view rServiceName);
73};
74
75/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
static css::uno::Sequence< OUString > GetAllServiceNames()
Definition: servuno.cxx:614
static css::uno::Reference< css::uno::XInterface > MakeInstance(Type nType, ScDocShell *pDocShell)
Definition: servuno.cxx:396
static Type GetProviderType(std::u16string_view rServiceName)
Definition: servuno.cxx:372
@ SHEET
Definition: document.hxx:272
Type
INVALID
QPRO_FUNC_TYPE nType
Definition: qproform.cxx:398
constexpr OUStringLiteral CELLSTYLE
Definition: vbarange.cxx:681