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
33c3b601
Kaydet (Commit)
33c3b601
authored
Mar 04, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
one last DBG_UTIL consumer of this in writer
Change-Id: I6074c3bc265d405688f1984ddeb37dc332c02b33
üst
41be45ec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
tabdlg.hxx
sfx2/inc/sfx2/tabdlg.hxx
+1
-0
tabdlg.cxx
sfx2/source/dialog/tabdlg.cxx
+9
-0
No files found.
sfx2/inc/sfx2/tabdlg.hxx
Dosyayı görüntüle @
33c3b601
...
@@ -252,6 +252,7 @@ private:
...
@@ -252,6 +252,7 @@ private:
protected
:
protected
:
SfxTabPage
(
Window
*
pParent
,
const
ResId
&
,
const
SfxItemSet
&
rAttrSet
);
SfxTabPage
(
Window
*
pParent
,
const
ResId
&
,
const
SfxItemSet
&
rAttrSet
);
SfxTabPage
(
Window
*
pParent
,
const
rtl
::
OString
&
rID
,
const
rtl
::
OUString
&
rUIXMLDescription
,
const
SfxItemSet
&
rAttrSet
);
SfxTabPage
(
Window
*
pParent
,
const
rtl
::
OString
&
rID
,
const
rtl
::
OUString
&
rUIXMLDescription
,
const
SfxItemSet
&
rAttrSet
);
SfxTabPage
(
Window
*
pParent
,
WinBits
nStyle
,
const
SfxItemSet
&
rAttrSet
);
sal_uInt16
GetSlot
(
sal_uInt16
nWhich
)
const
sal_uInt16
GetSlot
(
sal_uInt16
nWhich
)
const
{
return
pSet
->
GetPool
()
->
GetSlotId
(
nWhich
);
}
{
return
pSet
->
GetPool
()
->
GetSlotId
(
nWhich
);
}
...
...
sfx2/source/dialog/tabdlg.cxx
Dosyayı görüntüle @
33c3b601
...
@@ -238,6 +238,15 @@ SfxTabPage::SfxTabPage(Window *pParent, const rtl::OString& rID, const rtl::OUSt
...
@@ -238,6 +238,15 @@ SfxTabPage::SfxTabPage(Window *pParent, const rtl::OString& rID, const rtl::OUSt
{
{
}
}
// -----------------------------------------------------------------------
SfxTabPage
::
SfxTabPage
(
Window
*
pParent
,
WinBits
nStyle
,
const
SfxItemSet
&
rAttrSet
)
:
TabPage
(
pParent
,
nStyle
),
pSet
(
&
rAttrSet
),
bHasExchangeSupport
(
sal_False
),
pTabDlg
(
NULL
),
pImpl
(
new
TabPageImpl
)
{
}
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
SfxTabPage
::~
SfxTabPage
()
SfxTabPage
::~
SfxTabPage
()
...
...
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