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
06bc7619
Kaydet (Commit)
06bc7619
authored
Nis 30, 2013
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused RestoreXViewGraphics class
Change-Id: I5b4075623631a4c3148a53e80fe6c011ccabdc37
üst
f33753e5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
svdouno.cxx
svx/source/svdraw/svdouno.cxx
+0
-24
No files found.
svx/source/svdraw/svdouno.cxx
Dosyayı görüntüle @
06bc7619
...
...
@@ -255,30 +255,6 @@ void SdrUnoObj::SetContextWritingMode( const sal_Int16 _nContextWritingMode )
}
}
// ----------------------------------------------------------------------------
namespace
{
/** helper class to restore graphics at <awt::XView> object after <SdrUnoObj::Paint>
Restoration of graphics necessary to assure that paint on a window */
class
RestoreXViewGraphics
{
private
:
uno
::
Reference
<
awt
::
XView
>
m_rXView
;
uno
::
Reference
<
awt
::
XGraphics
>
m_rXGraphics
;
public
:
RestoreXViewGraphics
(
const
uno
::
Reference
<
awt
::
XView
>&
_rXView
)
{
m_rXView
=
_rXView
;
m_rXGraphics
=
m_rXView
->
getGraphics
();
}
~
RestoreXViewGraphics
()
{
m_rXView
->
setGraphics
(
m_rXGraphics
);
}
};
}
void
SdrUnoObj
::
TakeObjNameSingul
(
XubString
&
rName
)
const
{
rName
=
ImpGetResStr
(
STR_ObjNameSingulUno
);
...
...
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