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
dfb8c373
Kaydet (Commit)
dfb8c373
authored
Eyl 03, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cui: prefix members of SvxBitmapTabPage
Change-Id: I5f33c2eeeffdd2b3254ec464e5a2b96c09324df4
üst
36d0f779
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
tpbitmap.cxx
cui/source/tabpages/tpbitmap.cxx
+0
-0
No files found.
cui/source/inc/cuitabarea.hxx
Dosyayı görüntüle @
dfb8c373
...
...
@@ -563,24 +563,24 @@ private:
SvxBitmapCtl
*
m_pBitmapCtl
;
const
SfxItemSet
&
rOutAttrs
;
const
SfxItemSet
&
m_
rOutAttrs
;
XColorListRef
pColorList
;
XBitmapListRef
pBitmapList
;
XColorListRef
m_
pColorList
;
XBitmapListRef
m_
pBitmapList
;
ChangeType
*
pnBitmapListState
;
ChangeType
*
pnColorListState
;
sal_uInt16
*
pPageType
;
sal_uInt16
nDlgType
;
sal_Int32
*
pPos
;
bool
*
pbAreaTP
;
ChangeType
*
m_
pnBitmapListState
;
ChangeType
*
m_
pnColorListState
;
sal_uInt16
*
m_
pPageType
;
sal_uInt16
m_
nDlgType
;
sal_Int32
*
m_
pPos
;
bool
*
m_
pbAreaTP
;
bool
bBmpChanged
;
bool
m_
bBmpChanged
;
XFillStyleItem
aXFStyleItem
;
XFillBitmapItem
aXBitmapItem
;
XFillAttrSetItem
aXFillAttr
;
SfxItemSet
&
rXFSet
;
XFillStyleItem
m_
aXFStyleItem
;
XFillBitmapItem
m_
aXBitmapItem
;
XFillAttrSetItem
m_
aXFillAttr
;
SfxItemSet
&
m_
rXFSet
;
DECL_LINK_TYPED
(
ClickAddHdl_Impl
,
Button
*
,
void
);
DECL_LINK_TYPED
(
ClickImportHdl_Impl
,
Button
*
,
void
);
...
...
@@ -610,16 +610,16 @@ public:
virtual
void
PointChanged
(
vcl
::
Window
*
pWindow
,
RECT_POINT
eRP
)
SAL_OVERRIDE
;
void
SetColorList
(
XColorListRef
pCol
Tab
)
{
pColorList
=
pColTab
;
}
void
SetBitmapList
(
XBitmapListRef
pB
mpLst
)
{
pBitmapList
=
pBmpL
st
;
}
void
SetColorList
(
XColorListRef
pCol
orList
)
{
m_pColorList
=
pColorList
;
}
void
SetBitmapList
(
XBitmapListRef
pB
itmapList
)
{
m_pBitmapList
=
pBitmapLi
st
;
}
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
SetBmpChgd
(
ChangeType
*
pIn
)
{
pnBitmapListState
=
pIn
;
}
void
SetColorChgd
(
ChangeType
*
pIn
)
{
pnColorListState
=
pIn
;
}
void
SetBmpChgd
(
ChangeType
*
pIn
)
{
m_
pnBitmapListState
=
pIn
;
}
void
SetColorChgd
(
ChangeType
*
pIn
)
{
m_
pnColorListState
=
pIn
;
}
/** Return a label that is associated with the given control. This
label is used to the determine the name for the control.
...
...
cui/source/tabpages/tpbitmap.cxx
Dosyayı görüntüle @
dfb8c373
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