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
f1b0e364
Kaydet (Commit)
f1b0e364
authored
Agu 19, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cui: prefix members of SvxGradientTabPage
Change-Id: Id3d2e7b404c70307ecccc2571072b12229265cf6
üst
6d64afb3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
21 deletions
+21
-21
cuitabarea.hxx
cui/source/inc/cuitabarea.hxx
+21
-21
tpgradnt.cxx
cui/source/tabpages/tpgradnt.cxx
+0
-0
No files found.
cui/source/inc/cuitabarea.hxx
Dosyayı görüntüle @
f1b0e364
...
...
@@ -401,22 +401,22 @@ private:
VclPtr
<
PushButton
>
m_pBtnLoad
;
VclPtr
<
PushButton
>
m_pBtnSave
;
const
SfxItemSet
&
rOutAttrs
;
const
SfxItemSet
&
m_
rOutAttrs
;
XColorListRef
pColorList
;
XGradientListRef
pGradientList
;
XColorListRef
m_
pColorList
;
XGradientListRef
m_
pGradientList
;
ChangeType
*
pnGradientListState
;
ChangeType
*
pnColorListState
;
sal_uInt16
*
pPageType
;
sal_uInt16
nDlgType
;
sal_Int32
*
pPos
;
bool
*
pbAreaTP
;
ChangeType
*
m_
pnGradientListState
;
ChangeType
*
m_
pnColorListState
;
sal_uInt16
*
m_
pPageType
;
sal_uInt16
m_
nDlgType
;
sal_Int32
*
m_
pPos
;
bool
*
m_
pbAreaTP
;
XFillStyleItem
aXFStyleItem
;
XFillGradientItem
aXGradientItem
;
XFillAttrSetItem
aXFillAttr
;
SfxItemSet
&
rXFSet
;
XFillStyleItem
m_
aXFStyleItem
;
XFillGradientItem
m_
aXGradientItem
;
XFillAttrSetItem
m_
aXFillAttr
;
SfxItemSet
&
m_
rXFSet
;
DECL_LINK
(
ClickAddHdl_Impl
,
void
*
);
DECL_LINK
(
ClickModifyHdl_Impl
,
void
*
);
...
...
@@ -443,17 +443,17 @@ public:
virtual
void
ActivatePage
(
const
SfxItemSet
&
rSet
)
SAL_OVERRIDE
;
virtual
sfxpg
DeactivatePage
(
SfxItemSet
*
pSet
)
SAL_OVERRIDE
;
void
SetColorList
(
XColorListRef
pCol
Tab
)
{
pColorList
=
pColTab
;
}
void
SetColorList
(
XColorListRef
pCol
orList
)
{
m_pColorList
=
pColorList
;
}
void
SetGradientList
(
XGradientListRef
pGrdLst
)
{
pGradientList
=
pGrdLst
;
}
{
m_
pGradientList
=
pGrdLst
;
}
void
SetPageType
(
sal_uInt16
*
pInType
)
{
pPageType
=
pInType
;
}
void
SetDlgType
(
sal_uInt16
nInType
)
{
nDlgType
=
nInType
;
}
void
SetPos
(
sal_Int32
*
pInPos
)
{
pPos
=
pInPos
;
}
void
SetAreaTP
(
bool
*
pIn
)
{
pbAreaTP
=
pIn
;
}
void
SetPageType
(
sal_uInt16
*
pInType
)
{
m_
pPageType
=
pInType
;
}
void
SetDlgType
(
sal_uInt16
nInType
)
{
m_
nDlgType
=
nInType
;
}
void
SetPos
(
sal_Int32
*
pInPos
)
{
m_
pPos
=
pInPos
;
}
void
SetAreaTP
(
bool
*
pIn
)
{
m_
pbAreaTP
=
pIn
;
}
void
SetGrdChgd
(
ChangeType
*
pIn
)
{
pnGradientListState
=
pIn
;
}
void
SetColorChgd
(
ChangeType
*
pIn
)
{
pnColorListState
=
pIn
;
}
void
SetGrdChgd
(
ChangeType
*
pIn
)
{
m_
pnGradientListState
=
pIn
;
}
void
SetColorChgd
(
ChangeType
*
pIn
)
{
m_
pnColorListState
=
pIn
;
}
};
/************************************************************************/
...
...
cui/source/tabpages/tpgradnt.cxx
Dosyayı görüntüle @
f1b0e364
This diff is collapsed.
Click to expand it.
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