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
c3c6a5f6
Kaydet (Commit)
c3c6a5f6
authored
Eyl 08, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SwBackgroundDlg can now be converted to SfxSingleTabDialog
Change-Id: I6e15b914e022674e27a14023144fe7a3add0ed43
üst
98dab08e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
25 deletions
+6
-25
pattern.cxx
sw/source/ui/frmdlg/pattern.cxx
+3
-21
pattern.hxx
sw/source/ui/inc/pattern.hxx
+3
-4
No files found.
sw/source/ui/frmdlg/pattern.cxx
Dosyayı görüntüle @
c3c6a5f6
...
@@ -23,16 +23,8 @@
...
@@ -23,16 +23,8 @@
#include "pattern.hxx"
#include "pattern.hxx"
#include "frmui.hrc"
#include "frmui.hrc"
SwBackgroundDlg
::
SwBackgroundDlg
(
Window
*
pParent
,
const
SfxItemSet
&
rSet
)
/****************************************************************************
:
SfxSingleTabDialog
(
pParent
,
rSet
)
Ctor
****************************************************************************/
SwBackgroundDlg
::
SwBackgroundDlg
(
Window
*
pParent
,
const
SfxItemSet
&
rSet
)
:
SfxNoLayoutSingleTabDialog
(
pParent
,
rSet
,
0
)
{
{
SetText
(
SW_RESSTR
(
STR_FRMUI_PATTERN
));
SetText
(
SW_RESSTR
(
STR_FRMUI_PATTERN
));
...
@@ -41,19 +33,9 @@ SwBackgroundDlg::SwBackgroundDlg(Window* pParent, const SfxItemSet& rSet) :
...
@@ -41,19 +33,9 @@ SwBackgroundDlg::SwBackgroundDlg(Window* pParent, const SfxItemSet& rSet) :
::
CreateTabPage
fnCreatePage
=
pFact
->
GetTabPageCreatorFunc
(
RID_SVXPAGE_BACKGROUND
);
::
CreateTabPage
fnCreatePage
=
pFact
->
GetTabPageCreatorFunc
(
RID_SVXPAGE_BACKGROUND
);
if
(
fnCreatePage
)
if
(
fnCreatePage
)
{
{
SetTabPage
((
*
fnCreatePage
)(
this
,
rSet
));
setTabPage
((
*
fnCreatePage
)(
get_content_area
(),
rSet
));
}
}
}
}
/****************************************************************************
Dtor
****************************************************************************/
SwBackgroundDlg
::~
SwBackgroundDlg
()
{
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sw/source/ui/inc/pattern.hxx
Dosyayı görüntüle @
c3c6a5f6
...
@@ -21,15 +21,14 @@
...
@@ -21,15 +21,14 @@
#define _PATTERN_HXX
#define _PATTERN_HXX
#include <sfx2/basedlgs.hxx>
#include <sfx2/basedlgs.hxx>
class
Window
;
class
Window
;
class
SfxItemSet
;
class
SfxItemSet
;
class
SwBackgroundDlg
:
public
Sfx
NoLayout
SingleTabDialog
class
SwBackgroundDlg
:
public
SfxSingleTabDialog
{
{
public
:
public
:
SwBackgroundDlg
(
Window
*
pParent
,
const
SfxItemSet
&
rSet
);
SwBackgroundDlg
(
Window
*
pParent
,
const
SfxItemSet
&
rSet
);
~
SwBackgroundDlg
();
};
};
#endif
#endif
...
...
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