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
250b492d
Kaydet (Commit)
250b492d
authored
Ock 26, 2006
tarafından
Jens-Heiner Rechtien
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS vcl47 (1.32.74); FILE MERGED
2005/10/28 13:34:00 ssa 1.32.74.1: #i55698# fix RTL comboboxes
üst
9edb82ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
floatwin.cxx
vcl/source/window/floatwin.cxx
+10
-3
No files found.
vcl/source/window/floatwin.cxx
Dosyayı görüntüle @
250b492d
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
*
*
* $RCSfile: floatwin.cxx,v $
* $RCSfile: floatwin.cxx,v $
*
*
* $Revision: 1.3
2
$
* $Revision: 1.3
3
$
*
*
* last change: $Author:
rt $ $Date: 2005-09-09 12:25:46
$
* last change: $Author:
hr $ $Date: 2006-01-26 18:10:12
$
*
*
* The Contents of this file are made available subject to
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
* the terms of GNU Lesser General Public License Version 2.1.
...
@@ -708,7 +708,14 @@ void FloatingWindow::StartPopupMode( const Rectangle& rRect, ULONG nFlags )
...
@@ -708,7 +708,14 @@ void FloatingWindow::StartPopupMode( const Rectangle& rRect, ULONG nFlags )
// so they can be compared across different frames
// so they can be compared across different frames
// !!! rRect is expected to be in screen coordinates of the parent frame window !!!
// !!! rRect is expected to be in screen coordinates of the parent frame window !!!
maFloatRect
=
rRect
;
maFloatRect
=
rRect
;
maFloatRect
.
SetPos
(
GetParent
()
->
OutputToAbsoluteScreenPixel
(
GetParent
()
->
ScreenToOutputPixel
(
rRect
.
TopLeft
()
)
)
);
if
(
GetParent
()
->
ImplHasMirroredGraphics
()
)
{
maFloatRect
.
SetPos
(
GetParent
()
->
ScreenToOutputPixel
(
rRect
.
TopLeft
()
)
);
maFloatRect
=
GetParent
()
->
ImplOutputToUnmirroredAbsoluteScreenPixel
(
maFloatRect
);
}
else
maFloatRect
.
SetPos
(
GetParent
()
->
OutputToAbsoluteScreenPixel
(
GetParent
()
->
ScreenToOutputPixel
(
rRect
.
TopLeft
()
)
)
);
maFloatRect
.
Left
()
-=
2
;
maFloatRect
.
Left
()
-=
2
;
maFloatRect
.
Top
()
-=
2
;
maFloatRect
.
Top
()
-=
2
;
maFloatRect
.
Right
()
+=
2
;
maFloatRect
.
Right
()
+=
2
;
...
...
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