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
90a8be80
Kaydet (Commit)
90a8be80
authored
Ara 16, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ImplDockFloatWin2::setPosSizePixel just forwards to parent class
Change-Id: Ia90a4c371e66f4a5b9a37b4c4ac7d3118ad518a5
üst
7324aa68
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
dockmgr.cxx
vcl/source/window/dockmgr.cxx
+0
-10
No files found.
vcl/source/window/dockmgr.cxx
Dosyayı görüntüle @
90a8be80
...
@@ -65,9 +65,6 @@ public:
...
@@ -65,9 +65,6 @@ public:
virtual
void
PopupModeEnd
()
SAL_OVERRIDE
;
virtual
void
PopupModeEnd
()
SAL_OVERRIDE
;
virtual
void
Resizing
(
Size
&
rSize
)
SAL_OVERRIDE
;
virtual
void
Resizing
(
Size
&
rSize
)
SAL_OVERRIDE
;
virtual
bool
Close
()
SAL_OVERRIDE
;
virtual
bool
Close
()
SAL_OVERRIDE
;
virtual
void
setPosSizePixel
(
long
nX
,
long
nY
,
long
nWidth
,
long
nHeight
,
sal_uInt16
nFlags
=
WINDOW_POSSIZE_ALL
)
SAL_OVERRIDE
;
};
};
ImplDockFloatWin2
::
ImplDockFloatWin2
(
vcl
::
Window
*
pParent
,
WinBits
nWinBits
,
ImplDockFloatWin2
::
ImplDockFloatWin2
(
vcl
::
Window
*
pParent
,
WinBits
nWinBits
,
...
@@ -256,13 +253,6 @@ void ImplDockFloatWin2::Resize()
...
@@ -256,13 +253,6 @@ void ImplDockFloatWin2::Resize()
}
}
}
}
void
ImplDockFloatWin2
::
setPosSizePixel
(
long
nX
,
long
nY
,
long
nWidth
,
long
nHeight
,
sal_uInt16
nFlags
)
{
FloatingWindow
::
setPosSizePixel
(
nX
,
nY
,
nWidth
,
nHeight
,
nFlags
);
}
void
ImplDockFloatWin2
::
TitleButtonClick
(
sal_uInt16
nButton
)
void
ImplDockFloatWin2
::
TitleButtonClick
(
sal_uInt16
nButton
)
{
{
FloatingWindow
::
TitleButtonClick
(
nButton
);
FloatingWindow
::
TitleButtonClick
(
nButton
);
...
...
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