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
5670f4ca
Kaydet (Commit)
5670f4ca
authored
Agu 31, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cui: prefix members of SvxHatchTabPage
Change-Id: I8f005d72c73d7e058fdb06351e8bc075d049d0f7
üst
3b40329f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
22 deletions
+22
-22
cuitabarea.hxx
cui/source/inc/cuitabarea.hxx
+22
-22
tphatch.cxx
cui/source/tabpages/tphatch.cxx
+0
-0
No files found.
cui/source/inc/cuitabarea.hxx
Dosyayı görüntüle @
5670f4ca
...
...
@@ -479,24 +479,24 @@ private:
VclPtr
<
PushButton
>
m_pBtnLoad
;
VclPtr
<
PushButton
>
m_pBtnSave
;
const
SfxItemSet
&
rOutAttrs
;
const
SfxItemSet
&
m_
rOutAttrs
;
XColorListRef
pColorList
;
XHatchListRef
pHatchingList
;
XColorListRef
m_
pColorList
;
XHatchListRef
m_
pHatchingList
;
ChangeType
*
pnHatchingListState
;
ChangeType
*
pnColorListState
;
sal_uInt16
*
pPageType
;
sal_uInt16
nDlgType
;
sal_Int32
*
pPos
;
bool
*
pbAreaTP
;
ChangeType
*
m_
pnHatchingListState
;
ChangeType
*
m_
pnColorListState
;
sal_uInt16
*
m_
pPageType
;
sal_uInt16
m_
nDlgType
;
sal_Int32
*
m_
pPos
;
bool
*
m_
pbAreaTP
;
XFillStyleItem
aXFStyleItem
;
XFillHatchItem
aXHatchItem
;
XFillAttrSetItem
aXFillAttr
;
SfxItemSet
&
rXFSet
;
XFillStyleItem
m_
aXFStyleItem
;
XFillHatchItem
m_
aXHatchItem
;
XFillAttrSetItem
m_
aXFillAttr
;
SfxItemSet
&
m_
rXFSet
;
SfxMapUnit
ePoolUnit
;
SfxMapUnit
m_
ePoolUnit
;
DECL_LINK
(
ChangeHatchHdl_Impl
,
void
*
);
DECL_LINK
(
ModifiedHdl_Impl
,
void
*
);
...
...
@@ -524,17 +524,17 @@ public:
virtual
void
PointChanged
(
vcl
::
Window
*
pWindow
,
RECT_POINT
eRP
)
SAL_OVERRIDE
;
void
SetColorList
(
XColorListRef
pColTab
)
{
pColorList
=
pColTab
;
}
void
SetColorList
(
XColorListRef
pColTab
)
{
m_
pColorList
=
pColTab
;
}
void
SetHatchingList
(
XHatchListRef
pHtchLst
)
{
pHatchingList
=
pHtchLst
;
}
{
m_
pHatchingList
=
pHtchLst
;
}
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
SetHtchChgd
(
ChangeType
*
pIn
)
{
pnHatchingListState
=
pIn
;
}
void
SetColorChgd
(
ChangeType
*
pIn
)
{
pnColorListState
=
pIn
;
}
void
SetHtchChgd
(
ChangeType
*
pIn
)
{
m_
pnHatchingListState
=
pIn
;
}
void
SetColorChgd
(
ChangeType
*
pIn
)
{
m_
pnColorListState
=
pIn
;
}
virtual
void
DataChanged
(
const
DataChangedEvent
&
rDCEvt
)
SAL_OVERRIDE
;
};
...
...
cui/source/tabpages/tphatch.cxx
Dosyayı görüntüle @
5670f4ca
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