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
926583bd
Kaydet (Commit)
926583bd
authored
Şub 27, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
debug only code SalDisplay::PrintInfo()
Change-Id: I9ead37ff69dc7198faae6758a346111ed1d029e3
üst
9ee630ee
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
unusedcode.easy
unusedcode.easy
+0
-1
saldisp.hxx
vcl/inc/unx/saldisp.hxx
+1
-1
saldisp.cxx
vcl/unx/generic/app/saldisp.cxx
+1
-1
No files found.
unusedcode.easy
Dosyayı görüntüle @
926583bd
...
@@ -56,7 +56,6 @@ OutputDevice::LogicToPixel(basegfx::B2DPolygon const&) const
...
@@ -56,7 +56,6 @@ OutputDevice::LogicToPixel(basegfx::B2DPolygon const&) const
OutputDevice::LogicToPixel(basegfx::B2DPolygon const&, MapMode const&) const
OutputDevice::LogicToPixel(basegfx::B2DPolygon const&, MapMode const&) const
OutputDevice::PixelToLogic(Region const&, MapMode const&) const
OutputDevice::PixelToLogic(Region const&, MapMode const&) const
PanelLayout::dispatch(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&)
PanelLayout::dispatch(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&)
SalDisplay::PrintInfo() const
SalGraphics::drawTransformedBitmap(basegfx::B2DPoint const&, basegfx::B2DPoint const&, basegfx::B2DPoint const&, SalBitmap const&, SalBitmap const*)
SalGraphics::drawTransformedBitmap(basegfx::B2DPoint const&, basegfx::B2DPoint const&, basegfx::B2DPoint const&, SalBitmap const&, SalBitmap const*)
ScDocument::CreateFormatTable() const
ScDocument::CreateFormatTable() const
ScExtIButton::GetSelected() const
ScExtIButton::GetSelected() const
...
...
vcl/inc/unx/saldisp.hxx
Dosyayı görüntüle @
926583bd
...
@@ -299,9 +299,9 @@ public:
...
@@ -299,9 +299,9 @@ public:
virtual
~
SalDisplay
();
virtual
~
SalDisplay
();
void
Init
();
void
Init
();
void
PrintInfo
()
const
;
#ifdef DBG_UTIL
#ifdef DBG_UTIL
void
PrintInfo
()
const
;
void
DbgPrintDisplayEvent
(
const
char
*
pComment
,
XEvent
*
pEvent
)
const
;
void
DbgPrintDisplayEvent
(
const
char
*
pComment
,
XEvent
*
pEvent
)
const
;
#endif
#endif
...
...
vcl/unx/generic/app/saldisp.cxx
Dosyayı görüntüle @
926583bd
...
@@ -2150,7 +2150,6 @@ void SalDisplay::DbgPrintDisplayEvent(const char *pComment, XEvent *pEvent) cons
...
@@ -2150,7 +2150,6 @@ void SalDisplay::DbgPrintDisplayEvent(const char *pComment, XEvent *pEvent) cons
pEvent
->
xany
.
send_event
,
pEvent
->
xany
.
send_event
,
pEvent
->
xany
.
window
);
pEvent
->
xany
.
window
);
}
}
#endif
void
SalDisplay
::
PrintInfo
()
const
void
SalDisplay
::
PrintInfo
()
const
{
{
...
@@ -2193,6 +2192,7 @@ void SalDisplay::PrintInfo() const
...
@@ -2193,6 +2192,7 @@ void SalDisplay::PrintInfo() const
<<
" 0x"
<<
GetVisual
(
m_nXDefaultScreen
).
green_mask
<<
" 0x"
<<
GetVisual
(
m_nXDefaultScreen
).
green_mask
<<
" 0x"
<<
GetVisual
(
m_nXDefaultScreen
).
blue_mask
);
<<
" 0x"
<<
GetVisual
(
m_nXDefaultScreen
).
blue_mask
);
}
}
#endif
void
SalDisplay
::
addXineramaScreenUnique
(
int
i
,
long
i_nX
,
long
i_nY
,
long
i_nWidth
,
long
i_nHeight
)
void
SalDisplay
::
addXineramaScreenUnique
(
int
i
,
long
i_nX
,
long
i_nY
,
long
i_nWidth
,
long
i_nHeight
)
{
{
...
...
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