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
63389fd1
Kaydet (Commit)
63389fd1
authored
Eyl 30, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-function
Change-Id: Ic8692444519af1d5d3532b2cd348fe3194ab47d4
üst
e9e134dc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
saxwriter.cxx
sax/source/expatwrap/saxwriter.cxx
+0
-17
No files found.
sax/source/expatwrap/saxwriter.cxx
Dosyayı görüntüle @
63389fd1
...
@@ -867,23 +867,6 @@ static inline sal_Int32 getFirstLineBreak( const OUString & str ) throw ()
...
@@ -867,23 +867,6 @@ static inline sal_Int32 getFirstLineBreak( const OUString & str ) throw ()
return
-
1
;
return
-
1
;
}
}
/** returns position of last ascii 10 within sequence, -1 when no 10 in string.
*/
static
inline
sal_Int32
getLastLineBreak
(
const
Sequence
<
sal_Int8
>
&
seq
)
throw
()
{
const
sal_Int8
*
pSource
=
seq
.
getConstArray
();
sal_Int32
nLen
=
seq
.
getLength
();
for
(
int
n
=
nLen
-
1
;
n
>=
0
;
n
--
)
{
if
(
LINEFEED
==
pSource
[
n
]
)
{
return
n
;
}
}
return
-
1
;
}
class
SAXWriter
:
class
SAXWriter
:
public
WeakImplHelper2
<
public
WeakImplHelper2
<
XWriter
,
XWriter
,
...
...
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