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
b9b36572
Kaydet (Commit)
b9b36572
authored
Şub 26, 2011
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove "using namespace ::rtl"
üst
06315269
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
39 additions
and
24 deletions
+39
-24
ucbprops.cxx
ucb/source/core/ucbprops.cxx
+2
-1
ftpdirp.cxx
ucb/source/ucp/ftp/ftpdirp.cxx
+1
-2
gvfs_stream.cxx
ucb/source/ucp/gvfs/gvfs_stream.cxx
+2
-1
pkguri.cxx
ucb/source/ucp/package/pkguri.cxx
+2
-1
DateTimeHelper.cxx
ucb/source/ucp/webdav/DateTimeHelper.cxx
+3
-1
NeonInputStream.cxx
ucb/source/ucp/webdav/NeonInputStream.cxx
+0
-2
NeonPropFindRequest.cxx
ucb/source/ucp/webdav/NeonPropFindRequest.cxx
+4
-1
services.cxx
uui/source/services.cxx
+2
-1
facreg.cxx
xmloff/source/core/facreg.cxx
+2
-1
i18nmap.cxx
xmloff/source/core/i18nmap.cxx
+1
-1
xmlcnitm.cxx
xmloff/source/core/xmlcnitm.cxx
+2
-1
xmltkmap.cxx
xmloff/source/core/xmltkmap.cxx
+2
-1
XMLNumberStyles.cxx
xmloff/source/draw/XMLNumberStyles.cxx
+2
-1
viewcontext.cxx
xmloff/source/draw/viewcontext.cxx
+2
-1
impastp1.cxx
xmloff/source/style/impastp1.cxx
+1
-1
impastp2.cxx
xmloff/source/style/impastp2.cxx
+3
-1
impastp3.cxx
xmloff/source/style/impastp3.cxx
+2
-1
xml_byteseq.cxx
xmlscript/source/xml_helper/xml_byteseq.cxx
+1
-1
xml_element.cxx
xmlscript/source/xml_helper/xml_element.cxx
+1
-2
xmllib_export.cxx
xmlscript/source/xmllib_imexp/xmllib_export.cxx
+2
-1
xmlmod_export.cxx
xmlscript/source/xmlmod_imexp/xmlmod_export.cxx
+2
-1
No files found.
ucb/source/core/ucbprops.cxx
Dosyayı görüntüle @
b9b36572
...
...
@@ -43,13 +43,14 @@
#include <com/sun/star/ucb/XDataContainer.hpp>
#include "ucbprops.hxx"
using
namespace
rtl
;
using
namespace
com
::
sun
::
star
::
beans
;
using
namespace
com
::
sun
::
star
::
lang
;
using
namespace
com
::
sun
::
star
::
ucb
;
using
namespace
com
::
sun
::
star
::
uno
;
using
namespace
com
::
sun
::
star
::
util
;
using
::
rtl
::
OUString
;
//=========================================================================
//
// struct PropertyTableEntry
...
...
ucb/source/ucp/ftp/ftpdirp.cxx
Dosyayı görüntüle @
b9b36572
...
...
@@ -38,10 +38,9 @@
#include <osl/time.h>
using
namespace
rtl
;
using
namespace
ftp
;
using
::
rtl
::
OUString
;
typedef
sal_uInt32
ULONG
;
...
...
ucb/source/ucp/gvfs/gvfs_stream.cxx
Dosyayı görüntüle @
b9b36572
...
...
@@ -35,12 +35,13 @@
#include <libgnomevfs/gnome-vfs-ops.h>
using
namespace
cppu
;
using
namespace
rtl
;
using
namespace
com
::
sun
::
star
::
io
;
using
namespace
com
::
sun
::
star
::
uno
;
using
namespace
com
::
sun
::
star
::
ucb
;
using
namespace
gvfs
;
using
::
rtl
::
OUString
;
Stream
::
Stream
(
GnomeVFSHandle
*
handle
,
const
GnomeVFSFileInfo
*
aInfo
)
:
m_eof
(
sal_False
),
...
...
ucb/source/ucp/package/pkguri.cxx
Dosyayı görüntüle @
b9b36572
...
...
@@ -44,7 +44,8 @@
#include "pkguri.hxx"
using
namespace
package_ucp
;
using
namespace
rtl
;
using
::
rtl
::
OUString
;
//=========================================================================
//=========================================================================
...
...
ucb/source/ucp/webdav/DateTimeHelper.cxx
Dosyayı görüntüle @
b9b36572
...
...
@@ -35,10 +35,12 @@
#include "DateTimeHelper.hxx"
using
namespace
com
::
sun
::
star
::
util
;
using
namespace
rtl
;
using
namespace
webdav_ucp
;
using
::
rtl
::
OUString
;
using
::
rtl
::
OString
;
bool
DateTimeHelper
::
ISO8601_To_DateTime
(
const
OUString
&
s
,
DateTime
&
dateTime
)
{
...
...
ucb/source/ucp/webdav/NeonInputStream.cxx
Dosyayı görüntüle @
b9b36572
...
...
@@ -32,12 +32,10 @@
#include <rtl/memory.h>
using
namespace
cppu
;
using
namespace
rtl
;
using
namespace
com
::
sun
::
star
::
io
;
using
namespace
com
::
sun
::
star
::
uno
;
using
namespace
webdav_ucp
;
// -------------------------------------------------------------------
// Constructor
// -------------------------------------------------------------------
...
...
ucb/source/ucp/webdav/NeonPropFindRequest.cxx
Dosyayı görüntüle @
b9b36572
...
...
@@ -40,12 +40,15 @@
#include "LockEntrySequence.hxx"
#include "UCBDeadPropertyValue.hxx"
using
namespace
rtl
;
using
namespace
com
::
sun
::
star
::
uno
;
using
namespace
com
::
sun
::
star
::
ucb
;
using
namespace
std
;
using
namespace
webdav_ucp
;
using
::
rtl
::
OUString
;
using
::
rtl
::
OString
;
using
::
rtl
::
OStringToOUString
;
// -------------------------------------------------------------------
namespace
{
...
...
uui/source/services.cxx
Dosyayı görüntüle @
b9b36572
...
...
@@ -37,11 +37,12 @@
#include "requeststringresolver.hxx"
#include "passwordcontainer.hxx"
using
namespace
rtl
;
using
namespace
com
::
sun
::
star
::
uno
;
using
namespace
com
::
sun
::
star
::
lang
;
using
namespace
com
::
sun
::
star
::
registry
;
using
::
rtl
::
OUString
;
namespace
{
sal_Bool
writeInfo
(
void
*
pRegistryKey
,
...
...
xmloff/source/core/facreg.cxx
Dosyayı görüntüle @
b9b36572
...
...
@@ -43,9 +43,10 @@
#include <uno/lbnames.h>
#include "xmlreg.hxx"
using
namespace
rtl
;
using
namespace
com
::
sun
::
star
;
using
::
rtl
::
OUString
;
#define SERVICE( className ) \
extern OUString SAL_CALL className##_getImplementationName() throw(); \
extern uno::Sequence< OUString > SAL_CALL className##_getSupportedServiceNames() throw();\
...
...
xmloff/source/core/i18nmap.cxx
Dosyayı görüntüle @
b9b36572
...
...
@@ -33,7 +33,7 @@
#include <svl/svarray.hxx>
#include "i18nmap.hxx"
using
namespace
rtl
;
using
::
rtl
::
OUString
;
class
SvI18NMapEntry_Impl
{
...
...
xmloff/source/core/xmlcnitm.cxx
Dosyayı görüntüle @
b9b36572
...
...
@@ -35,12 +35,13 @@
#include <xmloff/xmlcnimp.hxx>
#include "unoatrcn.hxx"
using
namespace
rtl
;
using
namespace
::
com
::
sun
::
star
::
uno
;
using
namespace
::
com
::
sun
::
star
::
container
;
using
namespace
::
com
::
sun
::
star
::
lang
;
using
namespace
::
com
::
sun
::
star
::
xml
;
using
::
rtl
::
OUString
;
typedef
::
rtl
::
OUString
*
OUStringPtr
;
SV_DECL_PTRARR_DEL
(
SvXMLAttrContainerData_Impl
,
OUStringPtr
,
5
,
5
)
SV_IMPL_PTRARR
(
SvXMLAttrContainerData_Impl
,
OUStringPtr
)
...
...
xmloff/source/core/xmltkmap.cxx
Dosyayı görüntüle @
b9b36572
...
...
@@ -34,9 +34,10 @@
#include <xmloff/xmltkmap.hxx>
#include <xmloff/xmltoken.hxx>
using
namespace
rtl
;
using
namespace
::
xmloff
::
token
;
using
::
rtl
::
OUString
;
class
SvXMLTokenMapEntry_Impl
{
sal_uInt16
nPrefixKey
;
...
...
xmloff/source/draw/XMLNumberStyles.cxx
Dosyayı görüntüle @
b9b36572
...
...
@@ -39,9 +39,10 @@
#include "sdxmlexp_impl.hxx"
#include "sdxmlimp_impl.hxx"
using
namespace
rtl
;
using
namespace
::
xmloff
::
token
;
using
::
rtl
::
OUString
;
struct
SdXMLDataStyleNumber
{
enum
XMLTokenEnum
meNumberStyle
;
...
...
xmloff/source/draw/viewcontext.cxx
Dosyayı görüntüle @
b9b36572
...
...
@@ -36,11 +36,12 @@
#include "VisAreaContext.hxx"
using
namespace
com
::
sun
::
star
;
using
namespace
rtl
;
using
::
xmloff
::
token
::
IsXMLToken
;
using
::
xmloff
::
token
::
XML_EMBEDDED_VISIBLE_AREA
;
using
::
rtl
::
OUString
;
//------------------------------------------------------------------
SdXMLViewSettingsContext
::
SdXMLViewSettingsContext
(
SdXMLImport
&
rImport
,
USHORT
nPrfx
,
const
OUString
&
rLName
,
const
uno
::
Reference
<
xml
::
sax
::
XAttributeList
>&
)
:
...
...
xmloff/source/style/impastp1.cxx
Dosyayı görüntüle @
b9b36572
...
...
@@ -31,7 +31,7 @@
#include <tools/debug.hxx>
#include "impastpl.hxx"
using
namespace
rtl
;
using
::
rtl
::
OUString
;
//#############################################################################
//
...
...
xmloff/source/style/impastp2.cxx
Dosyayı görüntüle @
b9b36572
...
...
@@ -32,7 +32,9 @@
#include "impastpl.hxx"
using
namespace
std
;
using
namespace
rtl
;
using
::
rtl
::
OUString
;
using
::
rtl
::
OUStringBuffer
;
//#############################################################################
//
...
...
xmloff/source/style/impastp3.cxx
Dosyayı görüntüle @
b9b36572
...
...
@@ -32,7 +32,8 @@
#include <xmloff/xmlprmap.hxx>
using
namespace
std
;
using
namespace
rtl
;
using
::
rtl
::
OUString
;
//#############################################################################
//
...
...
xmlscript/source/xml_helper/xml_byteseq.cxx
Dosyayı görüntüle @
b9b36572
...
...
@@ -34,11 +34,11 @@
#include <xmlscript/xml_helper.hxx>
using
namespace
rtl
;
using
namespace
osl
;
using
namespace
com
::
sun
::
star
;
using
namespace
com
::
sun
::
star
::
uno
;
using
::
rtl
::
ByteSequence
;
namespace
xmlscript
{
...
...
xmlscript/source/xml_helper/xml_element.cxx
Dosyayı görüntüle @
b9b36572
...
...
@@ -31,11 +31,10 @@
#include <xmlscript/xml_helper.hxx>
using
namespace
rtl
;
using
namespace
com
::
sun
::
star
;
using
namespace
com
::
sun
::
star
::
uno
;
using
::
rtl
::
OUString
;
namespace
xmlscript
{
...
...
xmlscript/source/xmllib_imexp/xmllib_export.cxx
Dosyayı görüntüle @
b9b36572
...
...
@@ -34,7 +34,8 @@
using
namespace
com
::
sun
::
star
::
uno
;
using
namespace
com
::
sun
::
star
;
using
namespace
rtl
;
using
::
rtl
::
OUString
;
namespace
xmlscript
{
...
...
xmlscript/source/xmlmod_imexp/xmlmod_export.cxx
Dosyayı görüntüle @
b9b36572
...
...
@@ -34,7 +34,8 @@
using
namespace
com
::
sun
::
star
::
uno
;
using
namespace
com
::
sun
::
star
;
using
namespace
rtl
;
using
::
rtl
::
OUString
;
namespace
xmlscript
{
...
...
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