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
5dad2733
Kaydet (Commit)
5dad2733
authored
Mar 24, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:constantfunction: test
Change-Id: I86eb9e46bec561bf0ede60180754ae35cefadfd5
üst
9b0e09de
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
29 deletions
+0
-29
xpropertyset.hxx
include/test/beans/xpropertyset.hxx
+0
-4
xsheetoutline.hxx
include/test/sheet/xsheetoutline.hxx
+0
-1
xpropertyset.cxx
test/source/beans/xpropertyset.cxx
+0
-20
xsheetoutline.cxx
test/source/sheet/xsheetoutline.cxx
+0
-4
No files found.
include/test/beans/xpropertyset.hxx
Dosyayı görüntüle @
5dad2733
...
...
@@ -28,12 +28,8 @@ public:
virtual
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
init
()
=
0
;
void
testGetPropertySetInfo
();
void
testAddPropertyChangeListener
();
void
testAddVetoableChangeListener
();
void
testSetPropertyValue
();
void
testGetPropertyValue
();
void
testRemovePropertyChangeListener
();
void
testRemoveVetoableChangeListener
();
protected
:
virtual
bool
isPropertyValueChangeable
(
const
OUString
&
rName
);
...
...
include/test/sheet/xsheetoutline.hxx
Dosyayı görüntüle @
5dad2733
...
...
@@ -27,7 +27,6 @@ public:
void
testShowLevel
();
void
testUngroup
();
void
testGroup
();
void
testAutoOutline
();
void
testClearOutline
();
protected
:
...
...
test/source/beans/xpropertyset.cxx
Dosyayı görüntüle @
5dad2733
...
...
@@ -39,16 +39,6 @@ void XPropertySet::testGetPropertySetInfo()
}
}
void
XPropertySet
::
testAddPropertyChangeListener
()
{
// TODO: implement this.
}
void
XPropertySet
::
testAddVetoableChangeListener
()
{
// TODO: implement this.
}
void
XPropertySet
::
testSetPropertyValue
()
{
testGetPropertySetInfo
();
...
...
@@ -80,16 +70,6 @@ void XPropertySet::testGetPropertyValue()
}
}
void
XPropertySet
::
testRemovePropertyChangeListener
()
{
// TODO: implement this.
}
void
XPropertySet
::
testRemoveVetoableChangeListener
()
{
// TODO: implement this.
}
bool
XPropertySet
::
isPropertyValueChangeable
(
const
OUString
&
rName
)
{
uno
::
Reference
<
beans
::
XPropertySet
>
xPropSet
(
init
(),
UNO_QUERY_THROW
);
...
...
test/source/sheet/xsheetoutline.cxx
Dosyayı görüntüle @
5dad2733
...
...
@@ -245,10 +245,6 @@ void XSheetOutline::testUngroup()
}
void
XSheetOutline
::
testAutoOutline
()
{
}
void
XSheetOutline
::
testClearOutline
()
{
uno
::
Reference
<
sheet
::
XSpreadsheet
>
aSheet
(
init
(),
UNO_QUERY_THROW
);
...
...
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