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
0f98a035
Kaydet (Commit)
0f98a035
authored
May 26, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Resolves: tdf#89904 allow the options color page to load/save palettes
Change-Id: I02c5d57db9ffb854b096c9382d740923e9cc3b89
üst
004b0268
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
15 deletions
+5
-15
cuitabarea.hxx
cui/source/inc/cuitabarea.hxx
+0
-1
tpcolor.cxx
cui/source/tabpages/tpcolor.cxx
+5
-14
No files found.
cui/source/inc/cuitabarea.hxx
Dosyayı görüntüle @
0f98a035
...
...
@@ -662,7 +662,6 @@ private:
DECL_LINK
(
ClickSaveHdl_Impl
,
void
*
);
XPropertyListRef
GetList
();
void
HideLoadSaveEmbed
();
bool
GetEmbed
();
void
SetEmbed
(
bool
bEmbed
);
void
UpdateTableName
();
...
...
cui/source/tabpages/tpcolor.cxx
Dosyayı görüntüle @
0f98a035
...
...
@@ -95,13 +95,6 @@ IMPL_LINK_NOARG(SvxColorTabPage, EmbedToggleHdl_Impl)
return
0
;
}
void
SvxColorTabPage
::
HideLoadSaveEmbed
()
{
m_pBtnLoad
->
Hide
();
m_pBtnSave
->
Hide
();
m_pBoxEmbed
->
Hide
();
}
void
SvxColorTabPage
::
UpdateTableName
()
{
// Truncate the name if necessary ...
...
...
@@ -165,9 +158,11 @@ IMPL_LINK_NOARG(SvxColorTabPage, ClickLoadHdl_Impl)
// FIXME: want to have a generic set and get method by type ...
if
(
pArea
)
pArea
->
SetNewColorList
(
pList
);
pArea
->
SetNewColorList
(
pList
);
else
if
(
pLine
)
pLine
->
SetNewColorList
(
pList
);
pLine
->
SetNewColorList
(
pList
);
else
SetColorList
(
pList
);
bLoaded
=
true
;
UpdateTableName
();
...
...
@@ -449,8 +444,6 @@ void SvxColorTabPage::Construct()
}
}
void
SvxColorTabPage
::
ActivatePage
(
const
SfxItemSet
&
)
{
if
(
nDlgType
==
0
)
// area dialog
...
...
@@ -500,11 +493,9 @@ void SvxColorTabPage::ActivatePage( const SfxItemSet& )
}
}
else
HideLoadSaveEmbed
();
m_pBoxEmbed
->
Hide
();
}
SfxTabPage
::
sfxpg
SvxColorTabPage
::
DeactivatePage
(
SfxItemSet
*
_pSet
)
{
if
(
CheckChanges_Impl
()
==
-
1L
)
...
...
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