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
d262cf19
Kaydet (Commit)
d262cf19
authored
Tem 04, 2014
tarafından
Krisztian Pinter
Kaydeden (comit)
Tomaž Vajngerl
Eyl 17, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix SvxColorWindow_Impl::StateChanged updating
Change-Id: Ifb884f8830280d44ea3c73caf319109593bbebf9
üst
e3fcf559
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
tbcontrl.cxx
svx/source/tbxctrls/tbcontrl.cxx
+1
-9
No files found.
svx/source/tbxctrls/tbcontrl.cxx
Dosyayı görüntüle @
d262cf19
...
...
@@ -1180,15 +1180,7 @@ void SvxColorWindow_Impl::StateChanged( sal_uInt16 nSID, SfxItemState eState, co
{
if
((
nSID
==
SID_COLOR_TABLE
)
&&
(
pState
->
ISA
(
SvxColorListItem
)))
{
XColorListRef
pColorList
=
((
SvxColorListItem
*
)
pState
)
->
GetColorList
();
const
long
nColorCount
(
pColorList
->
Count
());
const
Size
aNewSize
(
aColorSet
.
layoutAllVisible
(
nColorCount
));
aColorSet
.
SetOutputSizePixel
(
aNewSize
);
static
sal_Int32
nAdd
=
4
;
SetOutputSizePixel
(
Size
(
aNewSize
.
Width
()
+
nAdd
,
aNewSize
.
Height
()
+
nAdd
));
aColorSet
.
Clear
();
aColorSet
.
addEntriesForXColorList
(
*
pColorList
);
Update
();
}
else
if
(
SfxItemState
::
DEFAULT
<=
eState
)
{
...
...
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