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
ab706f99
Kaydet (Commit)
ab706f99
authored
Ock 09, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove duplicate createHex
üst
c8352a6c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
23 deletions
+1
-23
rtl_cipher.cxx
sal/qa/rtl/cipher/rtl_cipher.cxx
+0
-20
unusedcode.easy
unusedcode.easy
+1
-3
No files found.
sal/qa/rtl/cipher/rtl_cipher.cxx
Dosyayı görüntüle @
ab706f99
...
...
@@ -43,26 +43,6 @@
namespace
rtl_cipher
{
rtl
::
OString
createHex
(
sal_uInt8
*
_pKeyBuffer
,
sal_uInt32
_nKeyLen
)
{
// Create hex-value string from the value to keep the string size minimal
rtl
::
OStringBuffer
aBuffer
(
_nKeyLen
*
2
+
1
);
for
(
sal_uInt32
i
=
0
;
i
<
_nKeyLen
;
i
++
)
{
sal_Int32
nValue
=
(
sal_Int32
)
_pKeyBuffer
[
i
];
if
(
nValue
<
16
)
// maximul hex value for 1 byte
{
sal_Int32
nil
=
sal_Int32
(
0
);
aBuffer
.
append
(
nil
,
16
/* radix */
);
}
aBuffer
.
append
(
nValue
,
16
/* radix */
);
}
return
aBuffer
.
makeStringAndClear
();
}
// -----------------------------------------------------------------------------
class
create
:
public
CppUnit
::
TestFixture
{
public
:
...
...
unusedcode.easy
Dosyayı görüntüle @
ab706f99
...
...
@@ -1831,7 +1831,6 @@ pyuno::importToGlobal(_object*, _object*, _object*)
rptui::OFieldExpressionControl::LinkStubAsynchActivate(void*, void*)
rptui::OFieldExpressionControl::LinkStubAsynchDeactivate(void*, void*)
rptui::OReportController::LinkStubOnInvalidateClipboard(void*, void*)
rtl_cipher::createHex(unsigned char*, unsigned int)
salhelper::ORealDynamicLoader::acquire()
salhelper::ORealDynamicLoader::getApi() const
salhelper::ORealDynamicLoader::newInstance(salhelper::ORealDynamicLoader**, rtl::OUString const&, rtl::OUString const&)
...
...
@@ -1971,4 +1970,4 @@ vcl::PDFExtOutDevData::SetOutlineItemText(int, rtl::OUString const&)
vcl::PDFWriter::DrawPixel(Polygon const&, Color const*)
vcl::PDFWriterImpl::drawPolyPolygon(PolyPolygon const&, int, bool)
vcl::unx::GtkPrintWrapper::print_operation_set_has_selection(_GtkPrintOperation*, int) const
vcl::unx::GtkPrintWrapper::print_operation_set_support_selection(_GtkPrintOperation*, int) const
\ No newline at end of file
vcl::unx::GtkPrintWrapper::print_operation_set_support_selection(_GtkPrintOperation*, int) const
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