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
1a0dbb9f
Kaydet (Commit)
1a0dbb9f
authored
Eyl 30, 2010
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Get rid of USE_NO_NAMESPACE
Nice cleanup from Seo Sanghyeon <sanxiyn@gmail.com>
üst
cf544e37
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
21 deletions
+1
-21
sbxbool.cxx
basic/source/sbx/sbxbool.cxx
+0
-5
sbxchar.cxx
basic/source/sbx/sbxchar.cxx
+0
-5
sbxstr.cxx
basic/source/sbx/sbxstr.cxx
+1
-6
sbxvalue.cxx
basic/source/sbx/sbxvalue.cxx
+0
-5
No files found.
basic/source/sbx/sbxbool.cxx
Dosyayı görüntüle @
1a0dbb9f
...
@@ -32,11 +32,6 @@
...
@@ -32,11 +32,6 @@
#include "sbxconv.hxx"
#include "sbxconv.hxx"
#include "sbxres.hxx"
#include "sbxres.hxx"
// AB 29.10.99 Unicode
#ifndef _USE_NO_NAMESPACE
using
namespace
rtl
;
#endif
enum
SbxBOOL
ImpGetBool
(
const
SbxValues
*
p
)
enum
SbxBOOL
ImpGetBool
(
const
SbxValues
*
p
)
{
{
enum
SbxBOOL
nRes
;
enum
SbxBOOL
nRes
;
...
...
basic/source/sbx/sbxchar.cxx
Dosyayı görüntüle @
1a0dbb9f
...
@@ -31,11 +31,6 @@
...
@@ -31,11 +31,6 @@
#include <basic/sbx.hxx>
#include <basic/sbx.hxx>
#include "sbxconv.hxx"
#include "sbxconv.hxx"
// AB 29.10.99 Unicode
#ifndef _USE_NO_NAMESPACE
using
namespace
rtl
;
#endif
xub_Unicode
ImpGetChar
(
const
SbxValues
*
p
)
xub_Unicode
ImpGetChar
(
const
SbxValues
*
p
)
{
{
SbxValues
aTmp
;
SbxValues
aTmp
;
...
...
basic/source/sbx/sbxstr.cxx
Dosyayı görüntüle @
1a0dbb9f
...
@@ -35,11 +35,6 @@
...
@@ -35,11 +35,6 @@
#ifndef _RTL_USTRBUF_HXX_
#ifndef _RTL_USTRBUF_HXX_
#include <rtl/ustrbuf.hxx>
#include <rtl/ustrbuf.hxx>
#endif
#endif
// AB 29.10.99 Unicode
#ifndef _USE_NO_NAMESPACE
using
namespace
rtl
;
#endif
// Die Konversion eines Items auf String wird ueber die Put-Methoden
// Die Konversion eines Items auf String wird ueber die Put-Methoden
// der einzelnen Datentypen abgewickelt, um doppelten Code zu vermeiden.
// der einzelnen Datentypen abgewickelt, um doppelten Code zu vermeiden.
...
@@ -293,7 +288,7 @@ SbxArray* StringToByteArray(const ::rtl::OUString& rStr)
...
@@ -293,7 +288,7 @@ SbxArray* StringToByteArray(const ::rtl::OUString& rStr)
::
rtl
::
OUString
ByteArrayToString
(
SbxArray
*
pArr
)
::
rtl
::
OUString
ByteArrayToString
(
SbxArray
*
pArr
)
{
{
USHORT
nCount
=
pArr
->
Count
();
USHORT
nCount
=
pArr
->
Count
();
OUStringBuffer
aStrBuf
;
::
rtl
::
OUStringBuffer
aStrBuf
;
sal_Unicode
aChar
=
0
;
sal_Unicode
aChar
=
0
;
for
(
USHORT
i
=
0
;
i
<
nCount
;
i
++
)
for
(
USHORT
i
=
0
;
i
<
nCount
;
i
++
)
{
{
...
...
basic/source/sbx/sbxvalue.cxx
Dosyayı görüntüle @
1a0dbb9f
...
@@ -36,11 +36,6 @@
...
@@ -36,11 +36,6 @@
#include "sbxconv.hxx"
#include "sbxconv.hxx"
#include <math.h>
#include <math.h>
#include "runtime.hxx"
#include "runtime.hxx"
// AB 29.10.99 Unicode
#ifndef _USE_NO_NAMESPACE
using
namespace
rtl
;
#endif
TYPEINIT1
(
SbxValue
,
SbxBase
)
TYPEINIT1
(
SbxValue
,
SbxBase
)
...
...
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