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
01d0f0f6
Kaydet (Commit)
01d0f0f6
authored
Eyl 17, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
"unnamed namespaces don't work well yet" is no longer true
Change-Id: I7a04c2d04e3fc52982d83119755e0b349d232a47
üst
e3813015
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
19 deletions
+10
-19
urlobj.cxx
tools/source/fsys/urlobj.cxx
+2
-5
inetmime.cxx
tools/source/inet/inetmime.cxx
+5
-8
regexp.cxx
ucb/source/regexp/regexp.cxx
+3
-6
No files found.
tools/source/fsys/urlobj.cxx
Dosyayı görüntüle @
01d0f0f6
...
...
@@ -46,9 +46,6 @@
#include <sax/tools/converter.hxx>
#include <rtl/uri.hxx>
namespace
unnamed_tools_urlobj
{}
using
namespace
unnamed_tools_urlobj
;
// unnamed namespaces don't work well yet...
using
namespace
css
;
// INetURLObject
...
...
@@ -420,7 +417,7 @@ inline void INetURLObject::appendEscape(OUStringBuffer & rTheText,
rTheText
.
append
(
(
sal_Unicode
)
INetMIME
::
getHexDigit
(
int
(
nOctet
&
15
))
);
}
namespace
unnamed_tools_urlobj
{
namespace
{
enum
{
...
...
@@ -616,7 +613,7 @@ std::unique_ptr<SvMemoryStream> INetURLObject::getData()
return
nullptr
;
}
namespace
unnamed_tools_urlobj
{
namespace
{
INetURLObject
::
FSysStyle
guessFSysStyleByCounting
(
sal_Unicode
const
*
pBegin
,
sal_Unicode
const
*
pEnd
,
...
...
tools/source/inet/inetmime.cxx
Dosyayı görüntüle @
01d0f0f6
...
...
@@ -27,10 +27,7 @@
#include <tools/inetmime.hxx>
#include <rtl/character.hxx>
namespace
unnamed_tools_inetmime
{}
using
namespace
unnamed_tools_inetmime
;
// unnamed namespaces don't work well yet
namespace
unnamed_tools_inetmime
{
namespace
{
class
Charset
{
...
...
@@ -98,7 +95,7 @@ inline INetMIMECharsetList_Impl::Node::Node(const Charset & rTheCharset,
m_pNext
(
pTheNext
)
{}
namespace
unnamed_tools_inetmime
{
namespace
{
struct
Parameter
{
...
...
@@ -174,7 +171,7 @@ bool Charset::contains(sal_uInt32 nChar) const
// appendISO88591
namespace
unnamed_tools_inetmime
{
namespace
{
void
appendISO88591
(
OUString
&
rText
,
sal_Char
const
*
pBegin
,
sal_Char
const
*
pEnd
)
...
...
@@ -251,7 +248,7 @@ Parameter ** ParameterList::find(const OString& rAttribute,
// parseParameters
namespace
unnamed_tools_inetmime
{
namespace
{
bool
parseParameters
(
ParameterList
const
&
rInput
,
INetContentTypeParameterList
*
pOutput
)
...
...
@@ -1025,7 +1022,7 @@ const sal_Char * INetMIME::getCharsetName(rtl_TextEncoding eEncoding)
}
}
namespace
unnamed_tools_inetmime
{
namespace
{
struct
EncodingEntry
{
...
...
ucb/source/regexp/regexp.cxx
Dosyayı görüntüle @
01d0f0f6
...
...
@@ -27,9 +27,6 @@
#include <rtl/ustrbuf.hxx>
#include <rtl/ustring.hxx>
namespace
unnamed_ucb_regexp
{}
using
namespace
unnamed_ucb_regexp
;
// unnamed namespaces don't work well yet...
using
namespace
com
::
sun
::
star
;
using
namespace
ucb_impl
;
...
...
@@ -56,7 +53,7 @@ inline Regexp::Regexp(Kind eTheKind, OUString const & rThePrefix,
}
namespace
unnamed_ucb_regexp
{
namespace
{
bool
matchStringIgnoreCase
(
sal_Unicode
const
**
pBegin
,
sal_Unicode
const
*
pEnd
,
...
...
@@ -174,7 +171,7 @@ bool Regexp::matches(OUString const & rString,
}
namespace
unnamed_ucb_regexp
{
namespace
{
bool
isScheme
(
OUString
const
&
rString
,
bool
bColon
)
{
...
...
@@ -292,7 +289,7 @@ OUString Regexp::getRegexp(bool bReverse) const
}
namespace
unnamed_ucb_regexp
{
namespace
{
bool
matchString
(
sal_Unicode
const
**
pBegin
,
sal_Unicode
const
*
pEnd
,
sal_Char
const
*
pString
,
size_t
nStringLength
)
...
...
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