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
9c6021e1
Kaydet (Commit)
9c6021e1
authored
Nis 15, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
and SvxContourDlgItem is also unused now
Change-Id: I9696123d8ce9cd69520921cd19cf26e3f60bc61a
üst
ec2f7dfe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
30 deletions
+0
-30
contdlg.hxx
include/svx/contdlg.hxx
+0
-13
_contdlg.cxx
svx/source/dialog/_contdlg.cxx
+0
-17
No files found.
include/svx/contdlg.hxx
Dosyayı görüntüle @
9c6021e1
...
...
@@ -46,19 +46,6 @@ public:
class
SvxSuperContourDlg
;
class
SAL_WARN_UNUSED
SvxContourDlgItem
:
public
SfxControllerItem
{
SvxSuperContourDlg
&
rDlg
;
protected
:
virtual
void
StateChanged
(
sal_uInt16
nSID
,
SfxItemState
eState
,
const
SfxPoolItem
*
pState
)
SAL_OVERRIDE
;
public
:
SvxContourDlgItem
(
sal_uInt16
nId
,
SvxSuperContourDlg
&
rDlg
,
SfxBindings
&
rBindings
);
};
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
SvxContourDlg
:
public
SfxFloatingWindow
{
using
Window
::
Update
;
...
...
svx/source/dialog/_contdlg.cxx
Dosyayı görüntüle @
9c6021e1
...
...
@@ -46,23 +46,6 @@
SFX_IMPL_FLOATINGWINDOW_WITHID
(
SvxContourDlgChildWindow
,
SID_CONTOUR_DLG
);
SvxContourDlgItem
::
SvxContourDlgItem
(
sal_uInt16
_nId
,
SvxSuperContourDlg
&
rContourDlg
,
SfxBindings
&
rBindings
)
:
SfxControllerItem
(
_nId
,
rBindings
),
rDlg
(
rContourDlg
)
{
}
void
SvxContourDlgItem
::
StateChanged
(
sal_uInt16
nSID
,
SfxItemState
/*eState*/
,
const
SfxPoolItem
*
pItem
)
{
if
(
pItem
&&
(
SID_CONTOUR_EXEC
==
nSID
)
)
{
const
SfxBoolItem
*
pStateItem
=
PTR_CAST
(
SfxBoolItem
,
pItem
);
assert
(
pStateItem
);
//SfxBoolItem expected
if
(
pStateItem
)
rDlg
.
SetExecState
(
!
pStateItem
->
GetValue
());
}
}
SvxContourDlgChildWindow
::
SvxContourDlgChildWindow
(
vcl
::
Window
*
_pParent
,
sal_uInt16
nId
,
SfxBindings
*
pBindings
,
SfxChildWinInfo
*
pInfo
)
:
SfxChildWindow
(
_pParent
,
nId
)
...
...
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