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
31cf3baa
Kaydet (Commit)
31cf3baa
authored
Mar 17, 2015
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
let all new conditional formatting objects use WeakImplHelper
Change-Id: I3b7bfb0104fb4b41c2c84d00723934faa8de5be9
üst
f2462b22
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
9 deletions
+5
-9
condformatuno.hxx
sc/source/ui/inc/condformatuno.hxx
+5
-9
No files found.
sc/source/ui/inc/condformatuno.hxx
Dosyayı görüntüle @
31cf3baa
...
...
@@ -171,9 +171,8 @@ private:
sal_Int32
mnKey
;
};
class
ScConditionEntryObj
:
public
com
::
sun
::
star
::
beans
::
XPropertySet
,
public
com
::
sun
::
star
::
sheet
::
XConditionEntry
,
public
cppu
::
OWeakObject
class
ScConditionEntryObj
:
public
cppu
::
WeakImplHelper2
<
com
::
sun
::
star
::
beans
::
XPropertySet
,
com
::
sun
::
star
::
sheet
::
XConditionEntry
>
{
public
:
...
...
@@ -232,8 +231,7 @@ private:
ScCondFormatEntry
*
pFormat
;
};
class
ScColorScaleFormatObj
:
public
com
::
sun
::
star
::
beans
::
XPropertySet
,
public
cppu
::
OWeakObject
class
ScColorScaleFormatObj
:
public
cppu
::
WeakImplHelper1
<
com
::
sun
::
star
::
beans
::
XPropertySet
>
{
public
:
...
...
@@ -288,8 +286,7 @@ private:
SfxItemPropertySet
maPropSet
;
};
class
ScDataBarFormatObj
:
public
com
::
sun
::
star
::
beans
::
XPropertySet
,
public
cppu
::
OWeakObject
class
ScDataBarFormatObj
:
public
cppu
::
WeakImplHelper1
<
com
::
sun
::
star
::
beans
::
XPropertySet
>
{
public
:
ScDataBarFormatObj
();
...
...
@@ -343,8 +340,7 @@ private:
SfxItemPropertySet
maPropSet
;
};
class
ScIconSetFormatObj
:
public
com
::
sun
::
star
::
beans
::
XPropertySet
,
public
cppu
::
OWeakObject
class
ScIconSetFormatObj
:
public
cppu
::
WeakImplHelper1
<
com
::
sun
::
star
::
beans
::
XPropertySet
>
{
public
:
ScIconSetFormatObj
();
...
...
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