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
2381e89b
Kaydet (Commit)
2381e89b
authored
Eyl 20, 2013
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix Windows build, dbglevel=2
Change-Id: I7dba2852a32a1b1c8309b5981e6b535c6dfb1b8c
üst
09a546ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
pdfparse.cxx
sdext/source/pdfimport/pdfparse/pdfparse.cxx
+4
-4
No files found.
sdext/source/pdfimport/pdfparse/pdfparse.cxx
Dosyayı görüntüle @
2381e89b
...
...
@@ -559,16 +559,16 @@ PDFEntry* PDFReader::read( const char* pBuffer, unsigned int nLen )
aGrammar
,
boost
::
spirit
::
space_p
);
#if OSL_DEBUG_LEVEL > 1
SAL_INFO
(
"sdext.pdfimport.pdfparse"
,
"parseinfo: stop = "
<<
aInfo
.
stop
<<
" (buff="
<<
pBuffer
<<
", offset = "
<<
aInfo
.
stop
-
pBuffer
<<
"), hit = "
<<
aInfo
.
hit
?
"true"
:
"false"
<<
", full = "
<<
aInfo
.
full
?
"true"
:
"false"
<<
", length = "
<<
(
int
)
aInfo
.
length
);
SAL_INFO
(
"sdext.pdfimport.pdfparse"
,
"parseinfo: stop = "
<<
aInfo
.
stop
<<
" (buff="
<<
pBuffer
<<
", offset = "
<<
aInfo
.
stop
-
pBuffer
<<
"), hit = "
<<
(
aInfo
.
hit
?
OUString
(
"true"
)
:
OUString
(
"false"
))
<<
", full = "
<<
(
aInfo
.
full
?
OUString
(
"true"
)
:
OUString
(
"false"
))
<<
", length = "
<<
(
int
)
aInfo
.
length
);
#endif
}
catch
(
const
parser_error
<
const
char
*
,
const
char
*>&
rError
)
{
#if OSL_DEBUG_LEVEL > 1
O
U
String
aTmp
;
unsigned
int
nElem
=
aGrammar
.
m_aObjectStack
.
size
()
OString
aTmp
;
unsigned
int
nElem
=
aGrammar
.
m_aObjectStack
.
size
()
;
for
(
unsigned
int
i
=
0
;
i
<
nElem
;
i
++
)
aTmp
+=
" "
+
O
U
String
(
typeid
(
*
(
aGrammar
.
m_aObjectStack
[
i
])
).
name
());
aTmp
+=
" "
+
OString
(
typeid
(
*
(
aGrammar
.
m_aObjectStack
[
i
])
).
name
());
SAL_WARN
(
"sdext.pdfimport.pdfparse"
,
"parse error: "
<<
rError
.
descriptor
<<
" at buffer pos "
<<
rError
.
where
-
pBuffer
<<
", object stack: "
<<
aTmp
);
#endif
...
...
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