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
e62f74ca
Kaydet (Commit)
e62f74ca
authored
Mar 02, 2011
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove "using namespace ::rtl"
üst
5e25f9be
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
6 deletions
+14
-6
bridgetest.cxx
testtools/source/bridgetest/bridgetest.cxx
+4
-1
cppobj.cxx
testtools/source/bridgetest/cppobj.cxx
+3
-1
pseudo.cxx
testtools/source/performance/pseudo.cxx
+1
-2
ubobject.cxx
testtools/source/performance/ubobject.cxx
+2
-1
ubtest.cxx
testtools/source/performance/ubtest.cxx
+4
-1
No files found.
testtools/source/bridgetest/bridgetest.cxx
Dosyayı görüntüle @
e62f74ca
...
...
@@ -63,7 +63,6 @@
#include "currentcontextchecker.hxx"
#include "multi.hxx"
using
namespace
rtl
;
using
namespace
osl
;
using
namespace
cppu
;
using
namespace
com
::
sun
::
star
::
uno
;
...
...
@@ -72,6 +71,10 @@ using namespace com::sun::star::registry;
using
namespace
com
::
sun
::
star
::
bridge
;
using
namespace
test
::
testtools
::
bridgetest
;
using
::
rtl
::
OUString
;
using
::
rtl
::
OString
;
using
::
rtl
::
OUStringToOString
;
#define SERVICENAME "com.sun.star.test.bridge.BridgeTest"
#define IMPLNAME "com.sun.star.comp.bridge.BridgeTest"
...
...
testtools/source/bridgetest/cppobj.cxx
Dosyayı görüntüle @
e62f74ca
...
...
@@ -58,7 +58,6 @@
#include "currentcontextchecker.hxx"
#include "multi.hxx"
using
namespace
rtl
;
using
namespace
osl
;
using
namespace
cppu
;
using
namespace
com
::
sun
::
star
::
uno
;
...
...
@@ -66,6 +65,9 @@ using namespace com::sun::star::lang;
using
namespace
com
::
sun
::
star
::
registry
;
using
namespace
test
::
testtools
::
bridgetest
;
using
::
rtl
::
OUString
;
using
::
rtl
::
OUStringToOString
;
#define SERVICENAME "com.sun.star.test.bridge.CppTestObject"
#define IMPLNAME "com.sun.star.comp.bridge.CppTestObject"
...
...
testtools/source/performance/pseudo.cxx
Dosyayı görüntüle @
e62f74ca
...
...
@@ -37,8 +37,7 @@
#include <uno/mapping.h>
#include <uno/lbnames.h>
using
namespace
rtl
;
using
::
rtl
::
OUString
;
namespace
pseudo_uno
{
...
...
testtools/source/performance/ubobject.cxx
Dosyayı görüntüle @
e62f74ca
...
...
@@ -40,7 +40,6 @@
#include <com/sun/star/test/performance/XPerformanceTest.hpp>
using
namespace
rtl
;
using
namespace
osl
;
using
namespace
cppu
;
using
namespace
com
::
sun
::
star
::
uno
;
...
...
@@ -48,6 +47,8 @@ using namespace com::sun::star::lang;
using
namespace
com
::
sun
::
star
::
registry
;
using
namespace
com
::
sun
::
star
::
test
::
performance
;
using
::
rtl
::
OUString
;
#define SERVICENAME "com.sun.star.test.performance.PerformanceTestObject"
#define IMPLNAME "com.sun.star.comp.performance.PerformanceTestObject"
...
...
testtools/source/performance/ubtest.cxx
Dosyayı görüntüle @
e62f74ca
...
...
@@ -72,7 +72,6 @@
#define NLOOP 200000000
using
namespace
rtl
;
using
namespace
osl
;
using
namespace
cppu
;
using
namespace
com
::
sun
::
star
::
uno
;
...
...
@@ -83,6 +82,10 @@ using namespace com::sun::star::bridge;
using
namespace
com
::
sun
::
star
::
container
;
using
namespace
com
::
sun
::
star
::
test
::
performance
;
using
::
rtl
::
OUString
;
using
::
rtl
::
OString
;
using
::
rtl
::
OUStringToOString
;
#define SERVICENAME "com.sun.star.test.performance.PerformanceTest"
#define IMPLNAME "com.sun.star.comp.performance.PerformanceTest"
...
...
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