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
20230afe
Kaydet (Commit)
20230afe
authored
Agu 26, 2002
tarafından
Andreas Schlüns
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#101842# disable UI again for loadComponentFromURL()
üst
af4ecfc1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
11 deletions
+3
-11
desktop.cxx
framework/source/services/desktop.cxx
+3
-11
No files found.
framework/source/services/desktop.cxx
Dosyayı görüntüle @
20230afe
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: desktop.cxx,v $
*
* $Revision: 1.4
5
$
* $Revision: 1.4
6
$
*
* last change: $Author: as $ $Date: 2002-08-
12 11:46:56
$
* last change: $Author: as $ $Date: 2002-08-
26 13:57:58
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -922,10 +922,6 @@ css::uno::Reference< css::lang::XComponent > SAL_CALL Desktop::loadComponentFrom
if
(
xDispatcher
.
is
()
==
sal_True
)
{
/* Enable UI Interaction used inside dispatch...() and allow macro execution by using the configured security rules
(configured by user)
// We should set us as interaction handler for possible exceptions during load proccess ...
// But we shouldn't do that - if anyone already is set!
// Our interaction handler is called back in method "handle()". We set right condition there
...
...
@@ -943,7 +939,6 @@ css::uno::Reference< css::lang::XComponent > SAL_CALL Desktop::loadComponentFrom
if
(
!
aAnalyzer
.
existArgument
(
E_UPDATEDOCMODE
)
)
aAnalyzer
.
setArgument
(
E_UPDATEDOCMODE
,
css
::
document
::
UpdateDocMode
::
NO_UPDATE
);
*/
// Reset loader state to default, because we must yield for a valid result! See next WHILE condition.
// And we must do it before we call dispatch!
...
...
@@ -1008,10 +1003,9 @@ css::uno::Reference< css::lang::XComponent > SAL_CALL Desktop::loadComponentFrom
css
::
uno
::
Reference
<
css
::
frame
::
XFrame
>
xLoadTarget
=
m_xLastFrame
;
m_xLastFrame
=
css
::
uno
::
Reference
<
css
::
frame
::
XFrame
>
();
// Don't hold last frame for ever - or he can't die!
/* see comments before about interaction!
css
::
uno
::
Any
aRequest
=
m_aInteractionRequest
;
m_aInteractionRequest
=
css
::
uno
::
Any
();
*/
aReadLock
.
unlock
();
/* UNSAFE AREA ----------------------------------------------------------------------------------------- */
...
...
@@ -1026,7 +1020,6 @@ css::uno::Reference< css::lang::XComponent > SAL_CALL Desktop::loadComponentFrom
}
}
break
;
/* see comments before about interaction!
case
E_INTERACTION
:
{
// Interaction indicates throwed exception during load proccess.
// Forward io exceptions to user ...
...
...
@@ -1043,7 +1036,6 @@ css::uno::Reference< css::lang::XComponent > SAL_CALL Desktop::loadComponentFrom
// tell user failed state of load operation!
}
break
;
*/
}
}
// Return result of this operation.
...
...
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