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
591e0fc5
Kaydet (Commit)
591e0fc5
authored
Mar 14, 2012
tarafından
Christina Rossmanith
Kaydeden (comit)
Caolán McNamara
Mar 20, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused code
üst
da803419
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
13 deletions
+0
-13
PresenterWindowManager.cxx
sdext/source/presenter/PresenterWindowManager.cxx
+0
-11
PresenterWindowManager.hxx
sdext/source/presenter/PresenterWindowManager.hxx
+0
-2
No files found.
sdext/source/presenter/PresenterWindowManager.cxx
Dosyayı görüntüle @
591e0fc5
...
@@ -1168,17 +1168,6 @@ void PresenterWindowManager::Invalidate (void)
...
@@ -1168,17 +1168,6 @@ void PresenterWindowManager::Invalidate (void)
{
{
mpPresenterController
->
GetPaintManager
()
->
Invalidate
(
mxParentWindow
);
mpPresenterController
->
GetPaintManager
()
->
Invalidate
(
mxParentWindow
);
}
}
Reference
<
awt
::
XWindow
>
PresenterWindowManager
::
GetParentWindow
(
void
)
const
{
return
mxParentWindow
;
}
Reference
<
rendering
::
XCanvas
>
PresenterWindowManager
::
GetParentCanvas
(
void
)
const
{
return
mxParentCanvas
;
}
void
PresenterWindowManager
::
Update
(
void
)
void
PresenterWindowManager
::
Update
(
void
)
{
{
mxClipPolygon
=
NULL
;
mxClipPolygon
=
NULL
;
...
...
sdext/source/presenter/PresenterWindowManager.hxx
Dosyayı görüntüle @
591e0fc5
...
@@ -97,8 +97,6 @@ public:
...
@@ -97,8 +97,6 @@ public:
const
double
nWidth
,
const
double
nWidth
,
const
double
nHeight
);
const
double
nHeight
);
void
SetPaneBorderPainter
(
const
::
rtl
::
Reference
<
PresenterPaneBorderPainter
>&
rPainter
);
void
SetPaneBorderPainter
(
const
::
rtl
::
Reference
<
PresenterPaneBorderPainter
>&
rPainter
);
css
::
uno
::
Reference
<
css
::
awt
::
XWindow
>
GetParentWindow
(
void
)
const
;
css
::
uno
::
Reference
<
css
::
rendering
::
XCanvas
>
GetParentCanvas
(
void
)
const
;
void
Update
(
void
);
void
Update
(
void
);
void
Layout
(
void
);
void
Layout
(
void
);
...
...
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