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
d74271be
Kaydet (Commit)
d74271be
authored
Agu 18, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cui: prefix members of SvxShadowTabPage
Change-Id: I68fa37f511c3eb7aec2bd2754afd1a47ac8d1e83
üst
9eec1173
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
16 deletions
+16
-16
cuitabarea.hxx
cui/source/inc/cuitabarea.hxx
+16
-16
tpshadow.cxx
cui/source/tabpages/tpshadow.cxx
+0
-0
No files found.
cui/source/inc/cuitabarea.hxx
Dosyayı görüntüle @
d74271be
...
@@ -332,20 +332,20 @@ private:
...
@@ -332,20 +332,20 @@ private:
VclPtr
<
MetricField
>
m_pMtrTransparent
;
VclPtr
<
MetricField
>
m_pMtrTransparent
;
VclPtr
<
SvxXShadowPreview
>
m_pCtlXRectPreview
;
VclPtr
<
SvxXShadowPreview
>
m_pCtlXRectPreview
;
const
SfxItemSet
&
rOutAttrs
;
const
SfxItemSet
&
m_
rOutAttrs
;
RECT_POINT
eRP
;
RECT_POINT
m_
eRP
;
XColorListRef
pColorList
;
XColorListRef
m_
pColorList
;
ChangeType
*
pnColorListState
;
ChangeType
*
m_
pnColorListState
;
sal_uInt16
nPageType
;
sal_uInt16
m_
nPageType
;
sal_uInt16
nDlgType
;
sal_uInt16
m_
nDlgType
;
bool
*
pbAreaTP
;
bool
*
m_
pbAreaTP
;
bool
bDisable
;
bool
m_
bDisable
;
XFillAttrSetItem
aXFillAttr
;
XFillAttrSetItem
m_
aXFillAttr
;
SfxItemSet
&
rXFSet
;
SfxItemSet
&
m_
rXFSet
;
SfxMapUnit
ePoolUnit
;
SfxMapUnit
m_
ePoolUnit
;
DECL_LINK
(
ClickShadowHdl_Impl
,
void
*
);
DECL_LINK
(
ClickShadowHdl_Impl
,
void
*
);
DECL_LINK
(
ModifyShadowHdl_Impl
,
void
*
);
DECL_LINK
(
ModifyShadowHdl_Impl
,
void
*
);
...
@@ -365,11 +365,11 @@ public:
...
@@ -365,11 +365,11 @@ public:
virtual
sfxpg
DeactivatePage
(
SfxItemSet
*
pSet
)
SAL_OVERRIDE
;
virtual
sfxpg
DeactivatePage
(
SfxItemSet
*
pSet
)
SAL_OVERRIDE
;
virtual
void
PointChanged
(
vcl
::
Window
*
pWindow
,
RECT_POINT
eRP
)
SAL_OVERRIDE
;
virtual
void
PointChanged
(
vcl
::
Window
*
pWindow
,
RECT_POINT
eRP
)
SAL_OVERRIDE
;
void
SetColorList
(
XColorListRef
pCol
Tab
)
{
pColorList
=
pColTab
;
}
void
SetColorList
(
XColorListRef
pCol
orList
)
{
m_pColorList
=
pColorList
;
}
void
SetPageType
(
sal_uInt16
nInType
)
{
nPageType
=
nInType
;
}
void
SetPageType
(
sal_uInt16
nInType
)
{
m_
nPageType
=
nInType
;
}
void
SetDlgType
(
sal_uInt16
nInType
)
{
nDlgType
=
nInType
;
}
void
SetDlgType
(
sal_uInt16
nInType
)
{
m_
nDlgType
=
nInType
;
}
void
SetAreaTP
(
bool
*
pIn
)
{
pbAreaTP
=
pIn
;
}
void
SetAreaTP
(
bool
*
pIn
)
{
m_
pbAreaTP
=
pIn
;
}
void
SetColorChgd
(
ChangeType
*
pIn
)
{
pnColorListState
=
pIn
;
}
void
SetColorChgd
(
ChangeType
*
pIn
)
{
m_
pnColorListState
=
pIn
;
}
virtual
void
PageCreated
(
const
SfxAllItemSet
&
aSet
)
SAL_OVERRIDE
;
virtual
void
PageCreated
(
const
SfxAllItemSet
&
aSet
)
SAL_OVERRIDE
;
};
};
...
...
cui/source/tabpages/tpshadow.cxx
Dosyayı görüntüle @
d74271be
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