IDocumentDrawModelAccess.hxx (1d2dbeb0) IDocumentDrawModelAccess.hxx (26ea3662)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 12 unchanged lines hidden (view full) ---

21
22
23
24#ifndef IDOCUMENTDRAWMODEL_HXX_INCLUDED
25#define IDOCUMENTDRAWMODEL_HXX_INCLUDED
26
27#include <svx/svdtypes.hxx>
28
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 12 unchanged lines hidden (view full) ---

21
22
23
24#ifndef IDOCUMENTDRAWMODEL_HXX_INCLUDED
25#define IDOCUMENTDRAWMODEL_HXX_INCLUDED
26
27#include <svx/svdtypes.hxx>
28
29class SdrModel;
29class SwDrawModel;
30class SdrPageView;
31
32/** IDocumentDrawModelAccess
33 */
34class IDocumentDrawModelAccess
35{
36public:
37
38 /** Draw Model and id accessors
39 */
30class SdrPageView;
31
32/** IDocumentDrawModelAccess
33 */
34class IDocumentDrawModelAccess
35{
36public:
37
38 /** Draw Model and id accessors
39 */
40 virtual const SdrModel* GetDrawModel() const = 0;
41 virtual SdrModel* GetDrawModel() = 0;
42 virtual SdrModel* _MakeDrawModel() = 0;
43 virtual SdrModel* GetOrCreateDrawModel() = 0;
40 virtual const SwDrawModel* GetDrawModel() const = 0;
41 virtual SwDrawModel* GetDrawModel() = 0;
42 virtual SwDrawModel* _MakeDrawModel() = 0;
43 virtual SwDrawModel* GetOrCreateDrawModel() = 0;
44 virtual SdrLayerID GetHeavenId() const = 0;
45 virtual SdrLayerID GetHellId() const = 0;
46 virtual SdrLayerID GetControlsId() const = 0;
47 virtual SdrLayerID GetInvisibleHeavenId() const = 0;
48 virtual SdrLayerID GetInvisibleHellId() const = 0;
49 virtual SdrLayerID GetInvisibleControlsId() const = 0;
50
51 /** method to notify drawing page view about the invisible layers

--- 56 unchanged lines hidden ---
44 virtual SdrLayerID GetHeavenId() const = 0;
45 virtual SdrLayerID GetHellId() const = 0;
46 virtual SdrLayerID GetControlsId() const = 0;
47 virtual SdrLayerID GetInvisibleHeavenId() const = 0;
48 virtual SdrLayerID GetInvisibleHellId() const = 0;
49 virtual SdrLayerID GetInvisibleControlsId() const = 0;
50
51 /** method to notify drawing page view about the invisible layers

--- 56 unchanged lines hidden ---