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
988829d5
Kaydet (Commit)
988829d5
authored
Ock 10, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
valgrind: update unused code post virtual dtor cmis fix
üst
199fdd4a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
18 deletions
+0
-18
debug.cxx
tools/source/debug/debug.cxx
+0
-17
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
tools/source/debug/debug.cxx
Dosyayı görüntüle @
988829d5
...
...
@@ -376,16 +376,6 @@ namespace
};
lcl_writeConfigString
(
_pFile
,
_pKeyName
,
names
[
_nValue
]
);
}
void
lcl_writeHexByte
(
FILETYPE
_pFile
,
const
sal_Char
*
_pKeyName
,
sal_uInt8
_nValue
)
{
sal_Char
buf
[
RTL_STR_MAX_VALUEOFINT32
];
rtl_String
*
stringData
=
NULL
;
rtl_string_newFromStr_WithLength
(
&
stringData
,
buf
,
rtl_str_valueOfInt32
(
buf
,
_nValue
,
16
)
);
lcl_writeConfigString
(
_pFile
,
_pKeyName
,
stringData
->
buffer
);
rtl_string_release
(
stringData
);
}
bool
lcl_isConfigSection
(
const
sal_Char
*
_pLine
,
size_t
_nLineLen
)
{
if
(
_nLineLen
<
2
)
...
...
@@ -459,13 +449,6 @@ namespace
*
_out_pnAllFlags
&=
~
_nCheckFlag
;
}
}
void
lcl_tryReadHexByte
(
const
sal_Char
*
_pLine
,
size_t
_nLineLen
,
const
sal_Char
*
_pKeyName
,
sal_uInt8
*
_out_pnValue
)
{
sal_Char
aBuf
[
3
];
size_t
nValueLen
=
lcl_tryReadConfigString
(
_pLine
,
_nLineLen
,
_pKeyName
,
aBuf
,
sizeof
(
aBuf
)
);
if
(
nValueLen
)
*
_out_pnValue
=
(
sal_uInt8
)
rtl_str_toInt32
(
aBuf
,
16
);
}
}
// =======================================================================
...
...
unusedcode.easy
Dosyayı görüntüle @
988829d5
AtomDocument::AtomDocument(AtomPubSession*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)
AtomFolder::AtomFolder(AtomPubSession*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)
AtomPubSession::getCollectionUrl(Collection::Type)
AtomPubSession::~AtomPubSession()
BufferNode::childAt(int) const
ByteString::Assign(char const*, unsigned short)
ByteString::Assign(char)
...
...
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