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
9ca4c4f0
Kaydet (Commit)
9ca4c4f0
authored
Eki 16, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cid#1326334 Unguarded read
Change-Id: I8cfe2805f2b8c1ae23fa955a28ff9ec43f353e38
üst
1d3fc27b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
17 deletions
+11
-17
LocalOfficeWindow.java
bean/com/sun/star/comp/beans/LocalOfficeWindow.java
+11
-17
No files found.
bean/com/sun/star/comp/beans/LocalOfficeWindow.java
Dosyayı görüntüle @
9ca4c4f0
...
@@ -75,18 +75,6 @@ public class LocalOfficeWindow
...
@@ -75,18 +75,6 @@ public class LocalOfficeWindow
return
this
;
return
this
;
}
}
/**
* Retrieves an UNO XWindowPeer object associated with the OfficeWindow.
*
* @return The UNO XWindowPeer object associated with the OfficeWindow.
*/
public
XWindowPeer
getUNOWindowPeer
()
{
if
(
mWindow
==
null
)
createUNOWindowPeer
();
return
mWindow
;
}
/**
/**
* Receives a notification about the connection has been closed.
* Receives a notification about the connection has been closed.
* This method has to set the connection to <code>null</code>.
* This method has to set the connection to <code>null</code>.
...
@@ -171,11 +159,16 @@ public class LocalOfficeWindow
...
@@ -171,11 +159,16 @@ public class LocalOfficeWindow
releaseSystemWindow
();
releaseSystemWindow
();
}
}
/** Factory method for a UNO AWT toolkit window as a child of this Java window.
/**
*
* Retrieves an UNO XWindowPeer object associated with the OfficeWindow.
*/
*
private
synchronized
XWindowPeer
createUNOWindowPeer
()
* @return The UNO XWindowPeer object associated with the OfficeWindow.
{
*/
public
synchronized
XWindowPeer
getUNOWindowPeer
()
{
if
(
mWindow
!=
null
)
return
mWindow
;
try
try
{
{
// get this windows native window type
// get this windows native window type
...
@@ -217,6 +210,7 @@ public class LocalOfficeWindow
...
@@ -217,6 +210,7 @@ public class LocalOfficeWindow
return
mWindow
;
return
mWindow
;
}
}
/** We make sure that the office window is notified that the parent
/** We make sure that the office window is notified that the parent
* will be removed.
* will be removed.
*/
*/
...
...
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