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
c9cfc18e
Kaydet (Commit)
c9cfc18e
authored
Mar 16, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher update list
üst
07786897
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
cow_wrapper.hxx
o3tl/inc/o3tl/cow_wrapper.hxx
+1
-1
test-cow_wrapper.cxx
o3tl/qa/test-cow_wrapper.cxx
+9
-0
unusedcode.easy
unusedcode.easy
+1
-2
No files found.
o3tl/inc/o3tl/cow_wrapper.hxx
Dosyayı görüntüle @
c9cfc18e
...
...
@@ -165,7 +165,7 @@ void cow_wrapper_client::modify( int nVal )
{
maImpl->setValue( nVal );
}
void
cow_wrapper_client::queryUnmodified() const
int
cow_wrapper_client::queryUnmodified() const
{
return maImpl->getValue();
}
...
...
o3tl/qa/test-cow_wrapper.cxx
Dosyayı görüntüle @
c9cfc18e
...
...
@@ -97,16 +97,25 @@ public:
{
aTestObj1
=
cow_wrapper_client1
(
1
);
CPPUNIT_ASSERT_EQUAL
(
aTestObj1
.
queryUnmodified
(),
1
);
aTestObj2
.
modify
(
2
);
CPPUNIT_ASSERT_EQUAL
(
aTestObj2
.
queryUnmodified
(),
2
);
aTestObj3
.
modify
(
3
);
CPPUNIT_ASSERT_EQUAL
(
aTestObj3
.
queryUnmodified
(),
3
);
aTestObj4
=
cow_wrapper_client2
(
4
);
CPPUNIT_ASSERT_EQUAL
(
aTestObj4
.
queryUnmodified
(),
4
);
aTestObj5
.
modify
(
5
);
CPPUNIT_ASSERT_EQUAL
(
aTestObj5
.
queryUnmodified
(),
5
);
aTestObj6
.
modify
(
6
);
CPPUNIT_ASSERT_EQUAL
(
aTestObj6
.
queryUnmodified
(),
6
);
aTestObj7
=
cow_wrapper_client3
(
7
);
CPPUNIT_ASSERT_EQUAL
(
aTestObj7
.
queryUnmodified
(),
7
);
aTestObj8
.
modify
(
8
);
CPPUNIT_ASSERT_EQUAL
(
aTestObj8
.
queryUnmodified
(),
8
);
aTestObj9
.
modify
(
9
);
CPPUNIT_ASSERT_EQUAL
(
aTestObj9
.
queryUnmodified
(),
9
);
}
// all three temporaries are dead now
...
...
unusedcode.easy
Dosyayı görüntüle @
c9cfc18e
...
...
@@ -885,9 +885,8 @@ nullcanvas::SpriteCanvasHelper::backgroundPaint(basegfx::B2DRange const&)
nullcanvas::SpriteCanvasHelper::genericUpdate(basegfx::B2DConnectedRanges<canvas::SpriteRedrawManager::SpriteInfo>::ConnectedComponents const&)
nullcanvas::SpriteCanvasHelper::opaqueUpdate(basegfx::B2DConnectedRanges<canvas::SpriteRedrawManager::SpriteInfo>::ConnectedComponents const&)
nullcanvas::SpriteCanvasHelper::scrollUpdate(basegfx::B2DRange const&, basegfx::B2DRange const&, basegfx::B2DConnectedRanges<canvas::SpriteRedrawManager::SpriteInfo>::ConnectedComponents const&)
o3tltests::cow_wrapper_client2::queryUnmodified() const
o3tltests::cow_wrapper_client3::queryUnmodified() const
ooo::vba::extractIntFromAny(com::sun::star::uno::Any const&)
oox::core::PowerPointExport::WriteTextStyleLevel(boost::shared_ptr<sax_fastparser::FastSerializerHelper>, int, int)
oox::drawingml::ChartExport::exportDataSeq(com::sun::star::uno::Reference<com::sun::star::chart2::data::XDataSequence> const&, int)
oox::drawingml::ChartExport::exportXAxis(oox::drawingml::AxisIdPair)
oox::drawingml::ChartExport::exportYAxis(oox::drawingml::AxisIdPair)
...
...
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