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
76258ecb
Kaydet (Commit)
76258ecb
authored
Tem 17, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SvxBitmapCtl::nLines is never read
Change-Id: Ib03eb766b1f45247204e64543dbf80c24f8608c7
üst
147d18ad
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
7 deletions
+1
-7
tppattern.cxx
cui/source/tabpages/tppattern.cxx
+0
-3
dlgctrl.hxx
include/svx/dlgctrl.hxx
+0
-2
dlgctrl.cxx
svx/source/dialog/dlgctrl.cxx
+1
-2
No files found.
cui/source/tabpages/tppattern.cxx
Dosyayı görüntüle @
76258ecb
...
@@ -263,9 +263,6 @@ bool SvxPatternTabPage::FillItemSet( SfxItemSet* _rOutAttrs )
...
@@ -263,9 +263,6 @@ bool SvxPatternTabPage::FillItemSet( SfxItemSet* _rOutAttrs )
void
SvxPatternTabPage
::
Reset
(
const
SfxItemSet
*
)
void
SvxPatternTabPage
::
Reset
(
const
SfxItemSet
*
)
{
{
// aLbBitmaps.SelectEntryPos( 0 );
m_pBitmapCtl
->
SetLines
(
m_pCtlPixel
->
GetLineCount
()
);
m_pBitmapCtl
->
SetPixelColor
(
m_pLbColor
->
GetSelectEntryColor
()
);
m_pBitmapCtl
->
SetPixelColor
(
m_pLbColor
->
GetSelectEntryColor
()
);
m_pBitmapCtl
->
SetBackgroundColor
(
m_pLbBackgroundColor
->
GetSelectEntryColor
()
);
m_pBitmapCtl
->
SetBackgroundColor
(
m_pLbBackgroundColor
->
GetSelectEntryColor
()
);
m_pBitmapCtl
->
SetBmpArray
(
m_pCtlPixel
->
GetBitmapPixelPtr
()
);
m_pBitmapCtl
->
SetBmpArray
(
m_pCtlPixel
->
GetBitmapPixelPtr
()
);
...
...
include/svx/dlgctrl.hxx
Dosyayı görüntüle @
76258ecb
...
@@ -148,7 +148,6 @@ public:
...
@@ -148,7 +148,6 @@ public:
class
SAL_WARN_UNUSED
SVX_DLLPUBLIC
SvxBitmapCtl
class
SAL_WARN_UNUSED
SVX_DLLPUBLIC
SvxBitmapCtl
{
{
protected
:
protected
:
sal_uInt16
nLines
;
Color
aPixelColor
,
aBackgroundColor
;
Color
aPixelColor
,
aBackgroundColor
;
const
sal_uInt16
*
pBmpArray
;
const
sal_uInt16
*
pBmpArray
;
...
@@ -159,7 +158,6 @@ public:
...
@@ -159,7 +158,6 @@ public:
BitmapEx
GetBitmapEx
();
BitmapEx
GetBitmapEx
();
void
SetBmpArray
(
const
sal_uInt16
*
pPixel
)
{
pBmpArray
=
pPixel
;
}
void
SetBmpArray
(
const
sal_uInt16
*
pPixel
)
{
pBmpArray
=
pPixel
;
}
void
SetLines
(
sal_uInt16
nLns
)
{
nLines
=
nLns
;
}
void
SetPixelColor
(
Color
aColor
)
{
aPixelColor
=
aColor
;
}
void
SetPixelColor
(
Color
aColor
)
{
aPixelColor
=
aColor
;
}
void
SetBackgroundColor
(
Color
aColor
)
{
aBackgroundColor
=
aColor
;
}
void
SetBackgroundColor
(
Color
aColor
)
{
aBackgroundColor
=
aColor
;
}
};
};
...
...
svx/source/dialog/dlgctrl.cxx
Dosyayı görüntüle @
76258ecb
...
@@ -1106,8 +1106,7 @@ void SvxPixelCtl::Reset()
...
@@ -1106,8 +1106,7 @@ void SvxPixelCtl::Reset()
// Constructor: BitmapCtl for SvxPixelCtl
// Constructor: BitmapCtl for SvxPixelCtl
SvxBitmapCtl
::
SvxBitmapCtl
()
SvxBitmapCtl
::
SvxBitmapCtl
()
:
nLines
(
0
)
:
pBmpArray
(
nullptr
)
,
pBmpArray
(
nullptr
)
{
{
}
}
...
...
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