LibreOffice Module svx (master) 1
galleryfilestorage.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 <svx/galmisc.hxx>
23#include <svx/svxdllapi.h>
24#include <svx/fmmodel.hxx>
27#include <tools/urlobj.hxx>
28#include <sot/storage.hxx>
29#include <vcl/salctype.hxx>
30
31#include <tools/datetime.hxx>
32
33#include <memory>
34
36class SgaObjectSvDraw;
37class SgaObjectBmp;
38class SgaObject;
39class SotStorage;
40struct GalleryObject;
41class FmFormModel;
42class GalleryTheme;
44
46{
47private:
52 OUString m_aDestDir;
54
55 const INetURLObject& GetSdgURL() const { return maGalleryStorageLocations.GetSdgURL(); }
56 const INetURLObject& GetSdvURL() const { return maGalleryStorageLocations.GetSdvURL(); }
57 const INetURLObject& GetThmURL() const { return maGalleryStorageLocations.GetThmURL(); }
58
59public:
60 GalleryFileStorage(const GalleryStorageLocations& rGalleryStorageLocations,
61 GalleryObjectCollection& rGalleryObjectCollection, bool bReadOnly);
62 SAL_DLLPRIVATE ~GalleryFileStorage();
63
64 void clearSotStorage();
65
66 void setDestDir(const OUString& rDestDir, bool bRelative);
67
68 SAL_DLLPRIVATE void ImplCreateSvDrawStorage();
69 SAL_DLLPRIVATE const tools::SvRef<SotStorage>& GetSvDrawStorage() const;
70
71 const INetURLObject& getThemeURL() const { return maGalleryStorageLocations.getThemeURL(); }
72
73 SAL_DLLPRIVATE bool implWrite(const GalleryTheme& rTheme, const GalleryThemeEntry* pThm);
74
75 void insertObject(const SgaObject& rObj, GalleryObject* pFoundEntry, sal_uInt32 nInsertPos);
76 void removeObject(const std::unique_ptr<GalleryObject>& pEntry);
77
78 std::unique_ptr<SgaObject> implReadSgaObject(GalleryObject const* pEntry);
79 bool implWriteSgaObject(const SgaObject& rObj, sal_uInt32 nPos, GalleryObject* pExistentEntry);
80
81 bool readModel(const GalleryObject* pObject, SdrModel& rModel);
82 SgaObjectSvDraw insertModel(const FmFormModel& rModel, const INetURLObject& rUserURL);
83
84 bool readModelStream(const GalleryObject* pObject,
85 tools::SvRef<SotTempStream> const& rxModelStream);
86 SgaObjectSvDraw insertModelStream(const tools::SvRef<SotTempStream>& rxModelStream,
87 const INetURLObject& rUserURL);
88
89 INetURLObject implCreateUniqueURL(SgaObjKind eObjKind, const INetURLObject& rUserURL,
90 ConvertDataFormat nFormat = ConvertDataFormat::Unknown);
91
92 SgaObjectBmp insertGraphic(const Graphic& rGraphic, const GfxLink& aGfxLink,
93 const ConvertDataFormat& nExportFormat,
94 const INetURLObject& rUserURL);
95
96 SgaObjectSvDraw updateSvDrawObject(const GalleryObject* pEntry);
97
98 void updateTheme();
99 static void insertFileOrDirURL(const INetURLObject& rFileOrDirURL,
100 std::vector<INetURLObject>& rURLVector);
101
102 SvStream& writeGalleryTheme(SvStream& rOStm, const GalleryTheme& rTheme,
103 const GalleryThemeEntry* pThm);
104
105 DateTime getModificationDate() const;
106};
107
108/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
tools::SvRef< SotStorage > m_aSvDrawStorageRef
const INetURLObject & GetSdgURL() const
const INetURLObject & getThemeURL() const
const GalleryStorageLocations & maGalleryStorageLocations
GalleryObjectCollection & mrGalleryObjectCollection
const INetURLObject & GetSdvURL() const
const INetURLObject & GetThmURL() const
const INetURLObject & getThemeURL() const
const INetURLObject & GetSdgURL() const
const INetURLObject & GetSdvURL() const
const INetURLObject & GetThmURL() const
bool bReadOnly
SgaObjKind
Definition: galmisc.hxx:57
ConvertDataFormat
#define SVXCORE_DLLPUBLIC
Definition: svxdllapi.h:35