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
d48faab3
Kaydet (Commit)
d48faab3
authored
Şub 22, 2013
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
some clean-up in the comments
Change-Id: I373d315ccfd5580efd5d4b860280ed29fc77b4e3
üst
a51f2248
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
38 deletions
+1
-38
fupoor.cxx
sc/source/ui/drawfunc/fupoor.cxx
+1
-38
No files found.
sc/source/ui/drawfunc/fupoor.cxx
Dosyayı görüntüle @
d48faab3
...
...
@@ -31,12 +31,6 @@
#include <vcl/svapp.hxx>
#include <svx/sdrhittesthelper.hxx>
/*************************************************************************
|*
|* Konstruktor
|*
\************************************************************************/
FuPoor
::
FuPoor
(
ScTabViewShell
*
pViewSh
,
Window
*
pWin
,
ScDrawView
*
pViewP
,
SdrModel
*
pDoc
,
SfxRequest
&
rReq
)
:
pView
(
pViewP
),
...
...
@@ -56,27 +50,14 @@ FuPoor::FuPoor(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pViewP,
aDragTimer
.
SetTimeout
(
SELENG_DRAGDROP_TIMEOUT
);
}
/*************************************************************************
|*
|* Destruktor
|*
\************************************************************************/
FuPoor
::~
FuPoor
()
{
aDragTimer
.
Stop
();
aScrollTimer
.
Stop
();
if
(
pDialog
)
delete
pDialog
;
delete
pDialog
;
}
/*************************************************************************
|*
|* Function aktivieren
|*
\************************************************************************/
void
FuPoor
::
Activate
()
{
if
(
pDialog
)
...
...
@@ -85,12 +66,6 @@ void FuPoor::Activate()
}
}
/*************************************************************************
|*
|* Function deaktivieren
|*
\************************************************************************/
void
FuPoor
::
Deactivate
()
{
aDragTimer
.
Stop
();
...
...
@@ -226,12 +201,6 @@ sal_uInt8 FuPoor::Command(const CommandEvent& rCEvt)
return
pView
->
Command
(
rCEvt
,
pWindow
);
}
/*************************************************************************
|*
|* Cut object to clipboard
|*
\************************************************************************/
void
FuPoor
::
DoCut
()
{
if
(
pView
)
...
...
@@ -254,12 +223,6 @@ void FuPoor::DoCopy()
}
}
/*************************************************************************
|*
|* Paste object from clipboard
|*
\************************************************************************/
void
FuPoor
::
DoPaste
()
{
if
(
pView
)
...
...
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