Remove unnecessary includes of sot/storage.hxx from include/
Change-Id: I242cd126814bbebdb99ea38d9e66513189c313d9
This commit is contained in:
parent
0241519f32
commit
7df89ec7a2
@ -41,6 +41,7 @@
|
||||
#include <sfx2/docfile.hxx>
|
||||
#include <sfx2/printer.hxx>
|
||||
#include <sfx2/request.hxx>
|
||||
#include <sot/exchange.hxx>
|
||||
#include <svl/aeitem.hxx>
|
||||
#include <svl/srchitem.hxx>
|
||||
#include <svl/visitem.hxx>
|
||||
|
@ -19,6 +19,8 @@
|
||||
|
||||
#include "ChartTransferable.hxx"
|
||||
|
||||
#include <sot/exchange.hxx>
|
||||
#include <sot/storage.hxx>
|
||||
#include <unotools/streamwrap.hxx>
|
||||
#include <vcl/graph.hxx>
|
||||
#include <svl/itempool.hxx>
|
||||
|
@ -54,6 +54,7 @@
|
||||
|
||||
#include <editeng/frmdiritem.hxx>
|
||||
#include <rtl/uuid.h>
|
||||
#include <tools/globname.hxx>
|
||||
#include <comphelper/scopeguard.hxx>
|
||||
#include <comphelper/servicehelper.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include "sbagrid.hrc"
|
||||
#include "uiservices.hxx"
|
||||
|
||||
#include <sot/exchange.hxx>
|
||||
#include <svx/svxids.hrc>
|
||||
|
||||
#include <svx/numinf.hxx>
|
||||
|
@ -59,6 +59,7 @@
|
||||
|
||||
#include <comphelper/processfactory.hxx>
|
||||
|
||||
#include <sot/exchange.hxx>
|
||||
#include <sot/formats.hxx>
|
||||
|
||||
#include <unicode/ubidi.h>
|
||||
|
@ -36,6 +36,7 @@
|
||||
#include <sfx2/docfile.hxx>
|
||||
#include <sfx2/fcontnr.hxx>
|
||||
#include <sot/formats.hxx>
|
||||
#include <sot/storage.hxx>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include <unotools/streamwrap.hxx>
|
||||
#include <comphelper/storagehelper.hxx>
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
#include <basic/basmgr.hxx>
|
||||
#include <sfx2/objsh.hxx>
|
||||
#include <sot/storage.hxx>
|
||||
#include <svx/svxerr.hxx>
|
||||
#include <filter/msfilter/svxmsbas.hxx>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <com/sun/star/embed/XStorage.hpp>
|
||||
|
||||
#include <o3tl/sorted_vector.hxx>
|
||||
#include <sot/storage.hxx>
|
||||
#include <tools/ref.hxx>
|
||||
#include <tools/rtti.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <tools/time.hxx>
|
||||
@ -36,6 +36,7 @@
|
||||
|
||||
class CharClass;
|
||||
class SfxPoolItem;
|
||||
class SotStorage;
|
||||
class SvxAutoCorrect;
|
||||
class SfxObjectShell;
|
||||
namespace vcl { class Window; }
|
||||
|
@ -38,8 +38,6 @@
|
||||
#include <tools/color.hxx>
|
||||
#include <tools/gen.hxx>
|
||||
|
||||
#include <sot/storage.hxx>
|
||||
|
||||
#include <vcl/graph.hxx>
|
||||
|
||||
#include <svx/msdffdef.hxx>
|
||||
@ -49,6 +47,7 @@
|
||||
#include <filter/msfilter/msfilterdllapi.h>
|
||||
|
||||
class Graphic;
|
||||
class SotStorage;
|
||||
class SvStream;
|
||||
class SdrObject;
|
||||
class SdrOle2Obj;
|
||||
@ -68,6 +67,10 @@ class SdrObject;
|
||||
class SdrTextObj;
|
||||
struct DffObjData;
|
||||
|
||||
namespace com { namespace sun { namespace star { namespace embed {
|
||||
class XStorage;
|
||||
} } } }
|
||||
|
||||
class MSFILTER_DLLPUBLIC DffPropertyReader : public DffPropSet
|
||||
{
|
||||
const SvxMSDffManager& rManager;
|
||||
|
@ -19,8 +19,6 @@
|
||||
#ifndef INCLUDED_FILTER_MSFILTER_MSOCXIMEX_HXX
|
||||
#define INCLUDED_FILTER_MSFILTER_MSOCXIMEX_HXX
|
||||
|
||||
#include <sot/storage.hxx>
|
||||
|
||||
#include <filter/msfilter/msfilterdllapi.h>
|
||||
|
||||
namespace com{namespace sun{namespace star{
|
||||
|
@ -9,7 +9,6 @@
|
||||
#ifndef INCLUDED_FILTER_MSFILTER_MSTOOLBAR_HXX
|
||||
#define INCLUDED_FILTER_MSFILTER_MSTOOLBAR_HXX
|
||||
#include <filter/msfilter/msfilterdllapi.h>
|
||||
#include <sot/storage.hxx>
|
||||
#include <ostream>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
@ -19,6 +18,7 @@
|
||||
#include <com/sun/star/ui/ImageType.hpp>
|
||||
#include <com/sun/star/graphic/XGraphic.hpp>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <tools/stream.hxx>
|
||||
#include <vcl/bitmap.hxx>
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
|
||||
|
@ -23,11 +23,11 @@
|
||||
#include <tools/solar.h>
|
||||
#include <filter/msfilter/msfilterdllapi.h>
|
||||
|
||||
#include <sot/storage.hxx>
|
||||
#include <map>
|
||||
#include <unordered_map>
|
||||
|
||||
class SfxObjectShell;
|
||||
class SotStorage;
|
||||
|
||||
/* Construct with the root storage of the MS document, with bImportCode
|
||||
* set the visual basic code will be imported into the stardocument when Import
|
||||
|
@ -21,6 +21,7 @@
|
||||
#define INCLUDED_OOX_OLE_OLEHELPER_HXX
|
||||
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <tools/ref.hxx>
|
||||
#include <oox/helper/binarystreambase.hxx>
|
||||
#include <oox/helper/storagebase.hxx>
|
||||
#include <oox/helper/graphichelper.hxx>
|
||||
@ -37,8 +38,9 @@
|
||||
#include <com/sun/star/container/XIndexContainer.hpp>
|
||||
#include <filter/msfilter/msocximex.hxx>
|
||||
#include <oox/dllapi.h>
|
||||
#include <sot/storage.hxx>
|
||||
|
||||
class SotStorage;
|
||||
class SotStorageStream;
|
||||
class SvGlobalName;
|
||||
|
||||
namespace oox {
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <sfx2/dllapi.h>
|
||||
#include <sfx2/signaturestate.hxx>
|
||||
#include <sal/types.h>
|
||||
#include <tools/errcode.hxx>
|
||||
#include <com/sun/star/frame/XFrame.hpp>
|
||||
#include <com/sun/star/uno/Reference.h>
|
||||
#include <com/sun/star/uno/Sequence.hxx>
|
||||
@ -40,7 +41,8 @@
|
||||
#include <vcl/vclptr.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
#include <vcl/bitmap.hxx>
|
||||
#include <sot/storage.hxx>
|
||||
#include <sot/formats.hxx>
|
||||
#include <sot/object.hxx>
|
||||
#include <rsc/rscsfx.hxx>
|
||||
|
||||
#include <sfx2/XmlIdRegistry.hxx>
|
||||
|
@ -24,8 +24,8 @@
|
||||
#include <tools/globname.hxx>
|
||||
#include <tools/gen.hxx>
|
||||
#include <tools/link.hxx>
|
||||
#include <tools/ref.hxx>
|
||||
#include <sot/formats.hxx>
|
||||
#include <sot/storage.hxx>
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#include <cppuhelper/implbase4.hxx>
|
||||
#include <com/sun/star/frame/XTerminateListener.hpp>
|
||||
@ -49,6 +49,8 @@ class ImageMap;
|
||||
class INetBookmark;
|
||||
class INetImage;
|
||||
class FileList;
|
||||
class SotStorageStream;
|
||||
struct DataFlavorExVector;
|
||||
namespace vcl { class Window; }
|
||||
|
||||
// Drag&Drop defines
|
||||
|
@ -20,6 +20,9 @@
|
||||
#ifndef INCLUDED_SVX_DBAEXCHANGE_HXX
|
||||
#define INCLUDED_SVX_DBAEXCHANGE_HXX
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
#include <o3tl/typed_flags_set.hxx>
|
||||
#include <svtools/transfer.hxx>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/sdbc/XConnection.hpp>
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifndef INCLUDED_SVX_GALMISC_HXX
|
||||
#define INCLUDED_SVX_GALMISC_HXX
|
||||
|
||||
#include <sot/storage.hxx>
|
||||
#include <sot/formats.hxx>
|
||||
#include <tools/urlobj.hxx>
|
||||
#include <svtools/imap.hxx>
|
||||
#include <svl/hint.hxx>
|
||||
@ -33,6 +33,7 @@
|
||||
#include <tools/time.hxx>
|
||||
|
||||
class GalleryTheme;
|
||||
class SotStorageStream;
|
||||
|
||||
struct ExchangeData
|
||||
{
|
||||
|
@ -28,14 +28,12 @@
|
||||
#include <svl/SfxBroadcaster.hxx>
|
||||
#include <svl/lstner.hxx>
|
||||
#include <svtools/transfer.hxx>
|
||||
#include <sot/storage.hxx>
|
||||
#include <svx/svdmodel.hxx>
|
||||
#include <svx/galmisc.hxx>
|
||||
#include <vector>
|
||||
|
||||
|
||||
// - GalleryObject -
|
||||
|
||||
class SotStorage;
|
||||
class SotStorageStream;
|
||||
|
||||
// - SgaObjKind -
|
||||
|
||||
@ -182,7 +180,7 @@ public:
|
||||
SAL_DLLPRIVATE void AbortActualize() { bAbortActualize = true; }
|
||||
|
||||
SAL_DLLPRIVATE Gallery* GetParent() const { return pParent; }
|
||||
SAL_DLLPRIVATE tools::SvRef<SotStorage> GetSvDrawStorage() const { return aSvDrawStorageRef; }
|
||||
SAL_DLLPRIVATE tools::SvRef<SotStorage> GetSvDrawStorage() const;
|
||||
|
||||
public:
|
||||
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include <cppuhelper/weakref.hxx>
|
||||
#include <editeng/forbiddencharacterstable.hxx>
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <sot/storage.hxx>
|
||||
#include <tools/link.hxx>
|
||||
#include <tools/weakbase.hxx>
|
||||
#include <vcl/mapmod.hxx>
|
||||
@ -74,7 +73,6 @@ class XHatchList;
|
||||
class XLineEndList;
|
||||
class SvxForbiddenCharactersTable;
|
||||
class SvNumberFormatter;
|
||||
class SotStorage;
|
||||
class SdrOutlinerCache;
|
||||
class SdrUndoFactory;
|
||||
class ImageMap;
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
#include <cppuhelper/compbase2.hxx>
|
||||
#include <osl/mutex.hxx>
|
||||
#include <sot/storage.hxx>
|
||||
#include <map>
|
||||
#include <com/sun/star/container/XNameContainer.hpp>
|
||||
#include <com/sun/star/document/XEmbeddedObjectResolver.hpp>
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include "oox/ole/olehelper.hxx"
|
||||
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
#include <sot/storage.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
#include "oox/helper/binaryinputstream.hxx"
|
||||
#include "oox/helper/graphichelper.hxx"
|
||||
|
@ -18,6 +18,7 @@
|
||||
*/
|
||||
#include "GroupsSorting.hxx"
|
||||
#include <connectivity/dbtools.hxx>
|
||||
#include <sot/exchange.hxx>
|
||||
#include <svtools/editbrowsebox.hxx>
|
||||
#include <svtools/imgdef.hxx>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
|
@ -19,6 +19,7 @@
|
||||
#include "dlgedclip.hxx"
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
#include <sot/exchange.hxx>
|
||||
#include <com/sun/star/datatransfer/XMimeContentType.hpp>
|
||||
#include <com/sun/star/datatransfer/XMimeContentTypeFactory.hpp>
|
||||
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include <rsc/rscsfx.hxx>
|
||||
#include <sfx2/docfile.hxx>
|
||||
#include <sfx2/objsh.hxx>
|
||||
#include <sot/storage.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include <unotools/streamwrap.hxx>
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
#include <memory>
|
||||
#include <editeng/adjustitem.hxx>
|
||||
#include <sot/storage.hxx>
|
||||
#include <svx/algitem.hxx>
|
||||
#include <editeng/editview.hxx>
|
||||
#include <editeng/editstat.hxx>
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include <svl/urlbmk.hxx>
|
||||
#include <comphelper/classids.hxx>
|
||||
#include <sot/formats.hxx>
|
||||
#include <sot/storage.hxx>
|
||||
#include <vcl/graph.hxx>
|
||||
#include <vcl/virdev.hxx>
|
||||
#include <vcl/msgbox.hxx>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <editeng/editstat.hxx>
|
||||
#include <editeng/editview.hxx>
|
||||
#include <editeng/flditem.hxx>
|
||||
#include <sot/storage.hxx>
|
||||
#include <svx/hlnkitem.hxx>
|
||||
#include <editeng/langitem.hxx>
|
||||
#include <svx/svxerr.hxx>
|
||||
|
@ -37,6 +37,7 @@
|
||||
#include <comphelper/classids.hxx>
|
||||
#include <sot/formats.hxx>
|
||||
#include <sot/filelist.hxx>
|
||||
#include <sot/storage.hxx>
|
||||
#include <unotools/pathoptions.hxx>
|
||||
#include <svl/ptitem.hxx>
|
||||
#include <svl/stritem.hxx>
|
||||
|
@ -101,6 +101,7 @@
|
||||
#include <ucbhelper/content.hxx>
|
||||
#include <ucbhelper/interactionrequest.hxx>
|
||||
#include <sot/stg.hxx>
|
||||
#include <sot/storage.hxx>
|
||||
#include <unotools/saveopt.hxx>
|
||||
#include <svl/documentlockfile.hxx>
|
||||
#include <com/sun/star/document/DocumentRevisionListPersistence.hpp>
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
#include <string>
|
||||
#include <sot/exchange.hxx>
|
||||
#include <sot/storage.hxx>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include <comphelper/string.hxx>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
|
@ -87,6 +87,7 @@
|
||||
#include <unotools/tempfile.hxx>
|
||||
#include <unotools/docinfohelper.hxx>
|
||||
#include <ucbhelper/content.hxx>
|
||||
#include <sot/storage.hxx>
|
||||
#include <sot/storinfo.hxx>
|
||||
#include <sot/exchange.hxx>
|
||||
#include <sot/formats.hxx>
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <com/sun/star/embed/NoVisualAreaSizeException.hpp>
|
||||
#include <com/sun/star/datatransfer/XTransferable.hpp>
|
||||
#include <com/sun/star/embed/Aspects.hpp>
|
||||
|
||||
#include <sot/exchange.hxx>
|
||||
#include <svtools/embedtransfer.hxx>
|
||||
#include <tools/mapunit.hxx>
|
||||
#include <vcl/outdev.hxx>
|
||||
|
@ -17,6 +17,9 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
#include <sot/exchange.hxx>
|
||||
#include <svtools/stringtransfer.hxx>
|
||||
|
||||
|
||||
|
@ -17,7 +17,9 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
#include <sot/storage.hxx>
|
||||
#include <unotools/streamwrap.hxx>
|
||||
#include <unotools/ucbstreamhelper.hxx>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
|
@ -1533,6 +1533,12 @@ bool GalleryTheme::IsThemeNameFromResource() const { return pThm->IsNameFromReso
|
||||
bool GalleryTheme::IsReadOnly() const { return pThm->IsReadOnly(); }
|
||||
bool GalleryTheme::IsDefault() const { return pThm->IsDefault(); }
|
||||
bool GalleryTheme::IsModified() const { return pThm->IsModified(); }
|
||||
|
||||
tools::SvRef<SotStorage> GalleryTheme::GetSvDrawStorage() const
|
||||
{
|
||||
return aSvDrawStorageRef;
|
||||
}
|
||||
|
||||
const OUString& GalleryTheme::GetName() const { return pThm->GetThemeName(); }
|
||||
|
||||
void GalleryTheme::InsertAllThemes( ListBox& rListBox )
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
#include <set>
|
||||
|
||||
#include <sot/exchange.hxx>
|
||||
#include <svtools/transfer.hxx>
|
||||
#include <com/sun/star/uno/Sequence.hxx>
|
||||
#include <com/sun/star/container/XNameContainer.hpp>
|
||||
|
@ -17,7 +17,10 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
#include <sot/exchange.hxx>
|
||||
#include <sot/storage.hxx>
|
||||
#include <svx/dialogs.hrc>
|
||||
|
||||
#include <sfx2/viewsh.hxx>
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include <com/sun/star/embed/EmbedStates.hpp>
|
||||
#include <com/sun/star/embed/Aspects.hpp>
|
||||
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
|
||||
#include <sot/storage.hxx>
|
||||
#include <tools/debug.hxx>
|
||||
#include <unotools/streamwrap.hxx>
|
||||
#include <unotools/tempfile.hxx>
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
#include <FrameControlsManager.hxx>
|
||||
|
||||
#include <sot/exchange.hxx>
|
||||
#include <svx/svdobj.hxx>
|
||||
#include <tools/link.hxx>
|
||||
#include <vcl/timer.hxx>
|
||||
|
Loading…
x
Reference in New Issue
Block a user