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
54e1c897
Kaydet (Commit)
54e1c897
authored
Ock 31, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
drop unnecessary dtors
Change-Id: I033349bc554bca46a4b1d622cd8fb64d4c1f4866
üst
48e14ccf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
16 deletions
+2
-16
cuigrfflt.cxx
cui/source/dialogs/cuigrfflt.cxx
+0
-12
cuigrfflt.hxx
cui/source/inc/cuigrfflt.hxx
+2
-4
No files found.
cui/source/dialogs/cuigrfflt.cxx
Dosyayı görüntüle @
54e1c897
...
@@ -40,12 +40,6 @@ GraphicFilterDialog::PreviewWindow::PreviewWindow( Window* pParent, const ResId&
...
@@ -40,12 +40,6 @@ GraphicFilterDialog::PreviewWindow::PreviewWindow( Window* pParent, const ResId&
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
GraphicFilterDialog
::
PreviewWindow
::~
PreviewWindow
()
{
}
// -----------------------------------------------------------------------------
void
GraphicFilterDialog
::
PreviewWindow
::
Paint
(
const
Rectangle
&
rRect
)
void
GraphicFilterDialog
::
PreviewWindow
::
Paint
(
const
Rectangle
&
rRect
)
{
{
Control
::
Paint
(
rRect
);
Control
::
Paint
(
rRect
);
...
@@ -136,12 +130,6 @@ GraphicFilterDialog::GraphicFilterDialog( Window* pParent, const ResId& rResId,
...
@@ -136,12 +130,6 @@ GraphicFilterDialog::GraphicFilterDialog( Window* pParent, const ResId& rResId,
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
GraphicFilterDialog
::~
GraphicFilterDialog
()
{
}
// -----------------------------------------------------------------------------
IMPL_LINK_NOARG
(
GraphicFilterDialog
,
ImplPreviewTimeoutHdl
)
IMPL_LINK_NOARG
(
GraphicFilterDialog
,
ImplPreviewTimeoutHdl
)
{
{
maTimer
.
Stop
();
maTimer
.
Stop
();
...
...
cui/source/inc/cuigrfflt.hxx
Dosyayı görüntüle @
54e1c897
...
@@ -50,8 +50,7 @@ private:
...
@@ -50,8 +50,7 @@ private:
public
:
public
:
PreviewWindow
(
Window
*
pParent
,
const
ResId
&
rResId
);
PreviewWindow
(
Window
*
pParent
,
const
ResId
&
rResId
);
~
PreviewWindow
();
void
SetGraphic
(
const
Graphic
&
rGraphic
);
void
SetGraphic
(
const
Graphic
&
rGraphic
);
};
};
...
@@ -80,8 +79,7 @@ protected:
...
@@ -80,8 +79,7 @@ protected:
public
:
public
:
GraphicFilterDialog
(
Window
*
pParent
,
const
ResId
&
rResId
,
const
Graphic
&
rGraphic
);
GraphicFilterDialog
(
Window
*
pParent
,
const
ResId
&
rResId
,
const
Graphic
&
rGraphic
);
~
GraphicFilterDialog
();
virtual
Graphic
GetFilteredGraphic
(
const
Graphic
&
rGraphic
,
double
fScaleX
,
double
fScaleY
)
=
0
;
virtual
Graphic
GetFilteredGraphic
(
const
Graphic
&
rGraphic
,
double
fScaleX
,
double
fScaleY
)
=
0
;
};
};
...
...
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