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
bbabdfd8
Kaydet (Commit)
bbabdfd8
authored
Haz 19, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: for higher debugging levels
Change-Id: Ibcf081c0c64381e8c188764f036687a8bfc0ea0e
üst
f86ec4cd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
17 deletions
+2
-17
textlayout.cxx
vcl/source/gdi/textlayout.cxx
+1
-1
graphite_layout.cxx
vcl/source/glyphs/graphite_layout.cxx
+1
-1
winproc.cxx
vcl/source/window/winproc.cxx
+0
-11
salframe.cxx
vcl/win/source/window/salframe.cxx
+0
-4
No files found.
vcl/source/gdi/textlayout.cxx
Dosyayı görüntüle @
bbabdfd8
...
...
@@ -188,7 +188,7 @@ namespace vcl
aTrace
.
append
(
" ): "
);
aTrace
.
append
(
nTextWidth
);
aTrace
.
append
(
" = ( "
);
for
(
s
ize_t
i
=
0
;
i
<
_nLength
;
)
for
(
s
al_Int32
i
=
0
;
i
<
_nLength
;
)
{
aTrace
.
append
(
_pDXAry
[
i
]
);
if
(
++
i
<
_nLength
)
...
...
vcl/source/glyphs/graphite_layout.cxx
Dosyayı görüntüle @
bbabdfd8
...
...
@@ -603,7 +603,7 @@ gr_segment * GraphiteLayout::CreateSegment(ImplLayoutArgs& rArgs)
if
(
pSegment
!=
NULL
)
{
#ifdef GRLAYOUT_DEBUG
fprintf
(
grLog
(),
"Gr::LayoutText %d-%d, context %d, len %d, numchars %
"
SAL_PRI_SIZET
"u
, rtl %d scaling %f:"
,
rArgs
.
mnMinCharPos
,
fprintf
(
grLog
(),
"Gr::LayoutText %d-%d, context %d, len %d, numchars %
d
, rtl %d scaling %f:"
,
rArgs
.
mnMinCharPos
,
rArgs
.
mnEndCharPos
,
limit
,
rArgs
.
mnLength
,
numchars
,
bRtl
,
mfScaling
);
for
(
int
i
=
mnSegCharOffset
;
i
<
limit
;
++
i
)
fprintf
(
grLog
(),
" %04X"
,
rArgs
.
mpStr
[
i
]);
...
...
vcl/source/window/winproc.cxx
Dosyayı görüntüle @
bbabdfd8
...
...
@@ -51,17 +51,6 @@
#include <com/sun/star/datatransfer/dnd/XDragSource.hpp>
#include <com/sun/star/awt/MouseEvent.hpp>
#if OSL_DEBUG_LEVEL > 1
char
dbgbuffer
[
1024
];
#ifndef WNT
#include <stdio.h>
#define MyOutputDebugString(s) (fprintf(stderr, s ))
#else
extern
void
MyOutputDebugString
(
char
*
s
);
#endif
#endif
// =======================================================================
#define IMPL_MIN_NEEDSYSWIN 49
...
...
vcl/win/source/window/salframe.cxx
Dosyayı görüntüle @
bbabdfd8
...
...
@@ -106,10 +106,6 @@ using namespace ::com::sun::star::beans;
# define WM_MOUSEHWHEEL 0x020E
#endif
#if OSL_DEBUG_LEVEL > 1
void
MyOutputDebugString
(
char
*
s
)
{
OutputDebugString
(
s
);
}
#endif
// =======================================================================
const
unsigned
int
WM_USER_SYSTEM_WINDOW_ACTIVATED
=
RegisterWindowMessageA
(
"SYSTEM_WINDOW_ACTIVATED"
);
...
...
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