LibreOffice Module reportdesign (master)
1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
reportdesign
inc
RptPage.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
#ifndef INCLUDED_REPORTDESIGN_INC_RPTPAGE_HXX
20
#define INCLUDED_REPORTDESIGN_INC_RPTPAGE_HXX
21
22
#include "
dllapi.h
"
23
#include <
svx/svdpage.hxx
>
24
#include <com/sun/star/report/XReportComponent.hpp>
25
#include <com/sun/star/report/XSection.hpp>
26
27
namespace
rptui
28
{
29
30
// OReportPage
31
32
33
class
OReportModel;
34
35
class
REPORTDESIGN_DLLPUBLIC
OReportPage
final :
public
SdrPage
36
{
37
OReportPage
& operator=(
const
OReportPage
&) =
delete
;
38
OReportPage
(
const
OReportPage
&) =
delete
;
39
40
OReportModel
&
rModel
;
41
css::uno::Reference< css::report::XSection >
m_xSection
;
42
bool
m_bSpecialInsertMode
;
43
std::vector<SdrObject*>
m_aTemporaryObjectList
;
44
45
// method to remove temporary objects, created by 'special mode'
46
// (BegDragObj)
47
void
removeTempObject(
SdrObject
const
*_pToRemoveObj);
48
49
virtual
~
OReportPage
()
override
;
50
51
virtual
css::uno::Reference< css::uno::XInterface > createUnoPage()
override
;
52
public
:
53
54
OReportPage
(
OReportModel
& rModel
55
,
const
css::uno::Reference< css::report::XSection >& _xSection );
56
57
virtual
rtl::Reference<SdrPage>
CloneSdrPage(
SdrModel
& rTargetModel)
const override
;
58
59
virtual
void
NbcInsertObject(
SdrObject
* pObj,
size_t
nPos=SAL_MAX_SIZE)
override
;
60
virtual
SdrObject
* RemoveObject(
size_t
nObjNum)
override
;
61
65
size_t
getIndexOf(
const
css::uno::Reference< css::report::XReportComponent >& _xObject);
66
70
void
removeSdrObject(
const
css::uno::Reference< css::report::XReportComponent >& _xObject);
71
72
void
setSpecialMode
() {m_bSpecialInsertMode =
true
;}
73
bool
getSpecialMode
()
const
{
return
m_bSpecialInsertMode;}
74
// all temporary objects will remove and destroy
75
void
resetSpecialMode();
76
80
void
insertObject(
const
css::uno::Reference< css::report::XReportComponent >& _xObject);
81
82
const
css::uno::Reference< css::report::XSection >&
getSection
()
const
{
return
m_xSection;}
83
};
84
}
85
#endif // INCLUDED_REPORTDESIGN_INC_RPTPAGE_HXX
86
87
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
rtl::Reference< SdrPage >
rptui::OReportPage::rModel
OReportModel & rModel
Definition:
RptPage.hxx:40
rptui::OReportPage
Definition:
RptPage.hxx:35
REPORTDESIGN_DLLPUBLIC
#define REPORTDESIGN_DLLPUBLIC
Definition:
dllapi.h:28
rptui::OReportPage::getSection
const css::uno::Reference< css::report::XSection > & getSection() const
Definition:
RptPage.hxx:82
SdrObject
rptui::OReportPage::m_aTemporaryObjectList
std::vector< SdrObject * > m_aTemporaryObjectList
Definition:
RptPage.hxx:43
rptui::OReportPage::m_bSpecialInsertMode
bool m_bSpecialInsertMode
Definition:
RptPage.hxx:42
dllapi.h
rptui::OReportPage::getSpecialMode
bool getSpecialMode() const
Definition:
RptPage.hxx:73
rptui::OReportModel
Definition:
RptModel.hxx:40
svdpage.hxx
rptui::OReportPage::m_xSection
css::uno::Reference< css::report::XSection > m_xSection
Definition:
RptPage.hxx:41
rptui
Definition:
conditionupdater.hxx:29
rptui::OReportPage::setSpecialMode
void setSpecialMode()
Definition:
RptPage.hxx:72
SdrPage
SdrModel
Generated on Tue May 10 2022 12:19:10 for LibreOffice Module reportdesign (master) by
1.8.10