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
c356bd37
Kaydet (Commit)
c356bd37
authored
Eyl 12, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Unused writerfilter::ooxml::OOXMLBooleanValue ctor
Change-Id: I8cf92c38a41423e5bae2852b8affeea2164646f0
üst
050c4a13
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
8 deletions
+0
-8
unusedcode.easy
unusedcode.easy
+0
-1
OOXMLPropertySetImpl.cxx
writerfilter/source/ooxml/OOXMLPropertySetImpl.cxx
+0
-6
OOXMLPropertySetImpl.hxx
writerfilter/source/ooxml/OOXMLPropertySetImpl.hxx
+0
-1
No files found.
unusedcode.easy
Dosyayı görüntüle @
c356bd37
...
@@ -218,4 +218,3 @@ svt::CheckInvariants(void const*)
...
@@ -218,4 +218,3 @@ svt::CheckInvariants(void const*)
svt::table::UnoControlTableModel::checkInvariants() const
svt::table::UnoControlTableModel::checkInvariants() const
vcl::MapChar(vcl::_TrueTypeFont*, unsigned short, bool)
vcl::MapChar(vcl::_TrueTypeFont*, unsigned short, bool)
writerfilter::dmapper::StyleSheetTable::GetStyleIdFromIndex(unsigned int)
writerfilter::dmapper::StyleSheetTable::GetStyleIdFromIndex(unsigned int)
writerfilter::ooxml::OOXMLBooleanValue::OOXMLBooleanValue(char const*)
writerfilter/source/ooxml/OOXMLPropertySetImpl.cxx
Dosyayı görüntüle @
c356bd37
...
@@ -286,12 +286,6 @@ OOXMLBooleanValue::OOXMLBooleanValue(bool bValue)
...
@@ -286,12 +286,6 @@ OOXMLBooleanValue::OOXMLBooleanValue(bool bValue)
{
{
}
}
OOXMLBooleanValue
::
OOXMLBooleanValue
(
const
char
*
pValue
)
:
mbValue
(
false
)
{
mbValue
=
GetBooleanValue
(
pValue
);
}
OOXMLBooleanValue
::~
OOXMLBooleanValue
()
OOXMLBooleanValue
::~
OOXMLBooleanValue
()
{
{
}
}
...
...
writerfilter/source/ooxml/OOXMLPropertySetImpl.hxx
Dosyayı görüntüle @
c356bd37
...
@@ -104,7 +104,6 @@ class OOXMLBooleanValue : public OOXMLValue
...
@@ -104,7 +104,6 @@ class OOXMLBooleanValue : public OOXMLValue
protected
:
protected
:
bool
mbValue
;
bool
mbValue
;
explicit
OOXMLBooleanValue
(
bool
bValue
);
explicit
OOXMLBooleanValue
(
bool
bValue
);
explicit
OOXMLBooleanValue
(
const
char
*
pValue
);
public
:
public
:
static
OOXMLValue
::
Pointer_t
Create
(
bool
bValue
);
static
OOXMLValue
::
Pointer_t
Create
(
bool
bValue
);
static
OOXMLValue
::
Pointer_t
Create
(
const
char
*
pValue
);
static
OOXMLValue
::
Pointer_t
Create
(
const
char
*
pValue
);
...
...
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