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
cfe98a13
Kaydet (Commit)
cfe98a13
authored
Haz 09, 2012
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#46390 Move VERBOSE to OSL_DEBUG_LEVEL leftovers
Change-Id: Iebc7d58ad50777476d1ae69958ad90a8b86ed5d8
üst
aa563ff1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
PresenterAccessibility.cxx
sdext/source/presenter/PresenterAccessibility.cxx
+1
-1
gcach_layout.cxx
vcl/generic/glyphs/gcach_layout.cxx
+1
-1
No files found.
sdext/source/presenter/PresenterAccessibility.cxx
Dosyayı görüntüle @
cfe98a13
...
@@ -1617,7 +1617,7 @@ Sequence<css::beans::PropertyValue> SAL_CALL
...
@@ -1617,7 +1617,7 @@ Sequence<css::beans::PropertyValue> SAL_CALL
{
{
ThrowIfDisposed
();
ThrowIfDisposed
();
#if
def VERBOSE
#if
OSL_DEBUG_LEVEL > 1
OSL_TRACE
(
"PresenterAccessible::AccessibleParagraph::getCharacterAttributes at %x,%d returns empty set
\r
"
,
OSL_TRACE
(
"PresenterAccessible::AccessibleParagraph::getCharacterAttributes at %x,%d returns empty set
\r
"
,
this
,
nIndex
);
this
,
nIndex
);
for
(
sal_Int32
nAttributeIndex
(
0
),
nAttributeCount
(
rRequestedAttributes
.
getLength
());
for
(
sal_Int32
nAttributeIndex
(
0
),
nAttributeCount
(
rRequestedAttributes
.
getLength
());
...
...
vcl/generic/glyphs/gcach_layout.cxx
Dosyayı görüntüle @
cfe98a13
...
@@ -231,7 +231,7 @@ const void* IcuFontFromServerFont::getFontTable( LETag nICUTableTag ) const
...
@@ -231,7 +231,7 @@ const void* IcuFontFromServerFont::getFontTable( LETag nICUTableTag ) const
sal_uLong
nLength
;
sal_uLong
nLength
;
const
unsigned
char
*
pBuffer
=
mrServerFont
.
GetTable
(
pTagName
,
&
nLength
);
const
unsigned
char
*
pBuffer
=
mrServerFont
.
GetTable
(
pTagName
,
&
nLength
);
#if
def VERBOSE_DEBUG
#if
OSL_DEBUG_LEVEL > 1
fprintf
(
stderr
,
"IcuGetTable(
\"
%s
\"
) => %p
\n
"
,
pTagName
,
pBuffer
);
fprintf
(
stderr
,
"IcuGetTable(
\"
%s
\"
) => %p
\n
"
,
pTagName
,
pBuffer
);
int
mnHeight
=
mrServerFont
.
GetFontSelData
().
mnHeight
;
int
mnHeight
=
mrServerFont
.
GetFontSelData
().
mnHeight
;
const
char
*
pName
=
mrServerFont
.
GetFontFileName
()
->
getStr
();
const
char
*
pName
=
mrServerFont
.
GetFontFileName
()
->
getStr
();
...
...
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