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
d4c467f7
Kaydet (Commit)
d4c467f7
authored
Şub 27, 2012
tarafından
Santiago Martinez
Kaydeden (comit)
Caolán McNamara
Şub 28, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused code in BiffObjLineModel.
üst
5279616d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
9 deletions
+0
-9
drawingmanager.hxx
oox/inc/oox/xls/drawingmanager.hxx
+0
-3
drawingmanager.cxx
oox/source/xls/drawingmanager.cxx
+0
-5
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
oox/inc/oox/xls/drawingmanager.hxx
Dosyayı görüntüle @
d4c467f7
...
@@ -59,9 +59,6 @@ struct BiffObjLineModel
...
@@ -59,9 +59,6 @@ struct BiffObjLineModel
bool
mbAuto
;
/// True = automatic line format.
bool
mbAuto
;
/// True = automatic line format.
explicit
BiffObjLineModel
();
explicit
BiffObjLineModel
();
/** Returns true, if the line formatting is visible (automatic or explicit). */
bool
isVisible
()
const
;
};
};
// ============================================================================
// ============================================================================
...
...
oox/source/xls/drawingmanager.cxx
Dosyayı görüntüle @
d4c467f7
...
@@ -191,11 +191,6 @@ BiffObjLineModel::BiffObjLineModel() :
...
@@ -191,11 +191,6 @@ BiffObjLineModel::BiffObjLineModel() :
{
{
}
}
bool
BiffObjLineModel
::
isVisible
()
const
{
return
mbAuto
||
(
mnStyle
!=
BIFF_OBJ_LINE_NONE
);
}
BiffInputStream
&
operator
>>
(
BiffInputStream
&
rStrm
,
BiffObjLineModel
&
rModel
)
BiffInputStream
&
operator
>>
(
BiffInputStream
&
rStrm
,
BiffObjLineModel
&
rModel
)
{
{
sal_uInt8
nFlags
;
sal_uInt8
nFlags
;
...
...
unusedcode.easy
Dosyayı görüntüle @
d4c467f7
...
@@ -1060,7 +1060,6 @@ oox::xls::BiffHelper::calcRkFromDouble(int&, double)
...
@@ -1060,7 +1060,6 @@ oox::xls::BiffHelper::calcRkFromDouble(int&, double)
oox::xls::BiffInputStream::sizeBase() const
oox::xls::BiffInputStream::sizeBase() const
oox::xls::BiffInputStream::skipByteString(bool)
oox::xls::BiffInputStream::skipByteString(bool)
oox::xls::BiffInputStream::skipUniString()
oox::xls::BiffInputStream::skipUniString()
oox::xls::BiffObjLineModel::isVisible() const
oox::xls::BiffOutputStream::BiffOutputStream(oox::BinaryOutputStream&, unsigned short)
oox::xls::BiffOutputStream::BiffOutputStream(oox::BinaryOutputStream&, unsigned short)
oox::xls::BiffOutputStream::endRecord()
oox::xls::BiffOutputStream::endRecord()
oox::xls::BiffOutputStream::fill(unsigned char, int, unsigned long)
oox::xls::BiffOutputStream::fill(unsigned char, int, unsigned long)
...
...
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