Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
8c9f48cd
Kaydet (Commit)
8c9f48cd
authored
Agu 11, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
m_pFT_HeaderText now unused
Change-Id: Ibfce3f5ffcdaa60e7b243ed43631ca133c3917ed
üst
93ea1a09
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
adminpages.cxx
dbaccess/source/ui/dlg/adminpages.cxx
+0
-8
adminpages.hxx
dbaccess/source/ui/dlg/adminpages.hxx
+0
-3
No files found.
dbaccess/source/ui/dlg/adminpages.cxx
Dosyayı görüntüle @
8c9f48cd
...
@@ -63,7 +63,6 @@ namespace dbaui
...
@@ -63,7 +63,6 @@ namespace dbaui
,
m_abEnableRoadmap
(
false
)
,
m_abEnableRoadmap
(
false
)
,
m_pAdminDialog
(
NULL
)
,
m_pAdminDialog
(
NULL
)
,
m_pItemSetHelper
(
NULL
)
,
m_pItemSetHelper
(
NULL
)
,
m_pFT_HeaderText
(
NULL
)
{
{
SetExchangeSupport
(
true
);
SetExchangeSupport
(
true
);
...
@@ -74,18 +73,11 @@ namespace dbaui
...
@@ -74,18 +73,11 @@ namespace dbaui
,
m_abEnableRoadmap
(
false
)
,
m_abEnableRoadmap
(
false
)
,
m_pAdminDialog
(
NULL
)
,
m_pAdminDialog
(
NULL
)
,
m_pItemSetHelper
(
NULL
)
,
m_pItemSetHelper
(
NULL
)
,
m_pFT_HeaderText
(
NULL
)
{
{
SetExchangeSupport
(
true
);
SetExchangeSupport
(
true
);
}
}
OGenericAdministrationPage
::~
OGenericAdministrationPage
()
{
DELETEZ
(
m_pFT_HeaderText
);
}
int
OGenericAdministrationPage
::
DeactivatePage
(
SfxItemSet
*
_pSet
)
int
OGenericAdministrationPage
::
DeactivatePage
(
SfxItemSet
*
_pSet
)
{
{
if
(
_pSet
)
if
(
_pSet
)
...
...
dbaccess/source/ui/dlg/adminpages.hxx
Dosyayı görüntüle @
8c9f48cd
...
@@ -98,15 +98,12 @@ namespace dbaui
...
@@ -98,15 +98,12 @@ namespace dbaui
protected
:
protected
:
IDatabaseSettingsDialog
*
m_pAdminDialog
;
IDatabaseSettingsDialog
*
m_pAdminDialog
;
IItemSetHelper
*
m_pItemSetHelper
;
IItemSetHelper
*
m_pItemSetHelper
;
FixedText
*
m_pFT_HeaderText
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>
m_xORB
;
m_xORB
;
public
:
public
:
OGenericAdministrationPage
(
Window
*
_pParent
,
const
ResId
&
_rId
,
const
SfxItemSet
&
_rAttrSet
);
OGenericAdministrationPage
(
Window
*
_pParent
,
const
ResId
&
_rId
,
const
SfxItemSet
&
_rAttrSet
);
OGenericAdministrationPage
(
Window
*
_pParent
,
const
OString
&
_rId
,
const
OUString
&
_rUIXMLDescription
,
const
SfxItemSet
&
_rAttrSet
);
OGenericAdministrationPage
(
Window
*
_pParent
,
const
OString
&
_rId
,
const
OUString
&
_rUIXMLDescription
,
const
SfxItemSet
&
_rAttrSet
);
virtual
~
OGenericAdministrationPage
();
/// set a handler which gets called every time something on the page has been modified
/// set a handler which gets called every time something on the page has been modified
void
SetModifiedHandler
(
const
Link
&
_rHandler
)
{
m_aModifiedHandler
=
_rHandler
;
}
void
SetModifiedHandler
(
const
Link
&
_rHandler
)
{
m_aModifiedHandler
=
_rHandler
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment