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
c648d428
Kaydet (Commit)
c648d428
authored
Eki 16, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
annoying border/child window confusion
Change-Id: I6ab919ff326a8525d1bed7db6474764de4e5bcf0
üst
4a057fdc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
builder.cxx
vcl/source/window/builder.cxx
+8
-1
No files found.
vcl/source/window/builder.cxx
Dosyayı görüntüle @
c648d428
...
...
@@ -1569,10 +1569,17 @@ OString VclBuilder::get_by_window(const Window *pWindow) const
sal_Int32
VclBuilder
::
get_window_packing_position
(
const
Window
*
pWindow
)
const
{
//We've stored the return of new Control, some of these get
//border windows placed around them which are what you get
//from GetChild, so scoot up a level if necessary to get the
//window whose position value we have
const
Window
*
pPropHolder
=
pWindow
->
mpWindowImpl
->
mpClientWindow
?
pWindow
->
mpWindowImpl
->
mpClientWindow
:
pWindow
;
for
(
std
::
vector
<
WinAndId
>::
const_iterator
aI
=
m_aChildren
.
begin
(),
aEnd
=
m_aChildren
.
end
();
aI
!=
aEnd
;
++
aI
)
{
if
(
aI
->
m_pWindow
==
p
Window
)
if
(
aI
->
m_pWindow
==
p
PropHolder
)
return
aI
->
m_nPosition
;
}
...
...
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