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
c6ac33db
Kaydet (Commit)
c6ac33db
authored
Tem 21, 2015
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
extract some code for reuse by chart2 sidebar
Change-Id: I44e2378dafa66f53588027cca56dc52cb4cec794
üst
ab0c81c0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
AreaPropertyPanelBase.hxx
include/svx/sidebar/AreaPropertyPanelBase.hxx
+8
-0
AreaPropertyPanelBase.cxx
svx/source/sidebar/area/AreaPropertyPanelBase.cxx
+0
-0
No files found.
include/svx/sidebar/AreaPropertyPanelBase.hxx
Dosyayı görüntüle @
c6ac33db
...
@@ -97,6 +97,14 @@ public:
...
@@ -97,6 +97,14 @@ public:
virtual
void
setFillStyleAndHatch
(
const
XFillStyleItem
*
pStyleItem
,
const
XFillHatchItem
&
aHatchItem
)
=
0
;
virtual
void
setFillStyleAndHatch
(
const
XFillStyleItem
*
pStyleItem
,
const
XFillHatchItem
&
aHatchItem
)
=
0
;
virtual
void
setFillStyleAndBitmap
(
const
XFillStyleItem
*
pStyleItem
,
const
XFillBitmapItem
&
aHatchItem
)
=
0
;
virtual
void
setFillStyleAndBitmap
(
const
XFillStyleItem
*
pStyleItem
,
const
XFillBitmapItem
&
aHatchItem
)
=
0
;
void
updateFillTransparence
(
bool
bDisabled
,
bool
bDefault
,
const
SfxUInt16Item
*
pItem
);
void
updateFillFloatTransparence
(
bool
bDisabled
,
bool
bDefault
,
const
XFillFloatTransparenceItem
*
pItem
);
void
updateFillStyle
(
bool
bDisabled
,
bool
bDefault
,
const
XFillStyleItem
*
pItem
);
void
updateFillGradient
(
bool
bDisabled
,
bool
bDefault
,
const
XFillGradientItem
*
pItem
);
void
updateFillHatch
(
bool
bDisabled
,
bool
bDefault
,
const
XFillHatchItem
*
pItem
);
void
updateFillColor
(
bool
bDefault
,
const
XFillColorItem
*
pItem
);
void
updateFillBitmap
(
bool
BDisabled
,
bool
bDefault
,
const
XFillBitmapItem
*
pItem
);
protected
:
protected
:
sal_uInt16
meLastXFS
;
sal_uInt16
meLastXFS
;
...
...
svx/source/sidebar/area/AreaPropertyPanelBase.cxx
Dosyayı görüntüle @
c6ac33db
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