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
b97341c8
Kaydet (Commit)
b97341c8
authored
Şub 08, 2015
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: we has->we have
Change-Id: Ib225351c908f5a2e64b039e07030e5d91a9b8dd7
üst
df15d179
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
desktop.cxx
framework/source/services/desktop.cxx
+1
-1
dispatchhelper.cxx
framework/source/services/dispatchhelper.cxx
+1
-1
frame.cxx
framework/source/services/frame.cxx
+1
-1
backingcomp.cxx
sfx2/source/dialog/backingcomp.cxx
+1
-1
No files found.
framework/source/services/desktop.cxx
Dosyayı görüntüle @
b97341c8
...
@@ -1044,7 +1044,7 @@ void SAL_CALL Desktop::disposing()
...
@@ -1044,7 +1044,7 @@ void SAL_CALL Desktop::disposing()
// So nobody can use us any longer.
// So nobody can use us any longer.
// Exception: Only removing of listener will work ... and this code can't be dangerous.
// Exception: Only removing of listener will work ... and this code can't be dangerous.
// First we ha
s
to kill all listener connections.
// First we ha
ve
to kill all listener connections.
// They might rely on our member and can hinder us on releasing them.
// They might rely on our member and can hinder us on releasing them.
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
xThis
(
static_cast
<
::
cppu
::
OWeakObject
*
>
(
this
),
css
::
uno
::
UNO_QUERY
);
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
xThis
(
static_cast
<
::
cppu
::
OWeakObject
*
>
(
this
),
css
::
uno
::
UNO_QUERY
);
css
::
lang
::
EventObject
aEvent
(
xThis
);
css
::
lang
::
EventObject
aEvent
(
xThis
);
...
...
framework/source/services/dispatchhelper.cxx
Dosyayı görüntüle @
b97341c8
...
@@ -158,7 +158,7 @@ void SAL_CALL DispatchHelper::dispatchFinished( const css::frame::DispatchResult
...
@@ -158,7 +158,7 @@ void SAL_CALL DispatchHelper::dispatchFinished( const css::frame::DispatchResult
m_xBroadcaster
.
clear
();
m_xBroadcaster
.
clear
();
}
}
/** we ha
s to rea
lease our broadcaster reference.
/** we ha
ve to re
lease our broadcaster reference.
@param aEvent
@param aEvent
describe the source of this event and MUST be our save broadcaster!
describe the source of this event and MUST be our save broadcaster!
...
...
framework/source/services/frame.cxx
Dosyayı görüntüle @
b97341c8
...
@@ -1463,7 +1463,7 @@ void SAL_CALL Frame::contextChanged() throw( css::uno::RuntimeException, std::ex
...
@@ -1463,7 +1463,7 @@ void SAL_CALL Frame::contextChanged() throw( css::uno::RuntimeException, std::ex
/*-****************************************************************************************************
/*-****************************************************************************************************
@short set new component inside the frame
@short set new component inside the frame
@descr A frame is a container for a component. Use this method to set, change or re
a
lease it!
@descr A frame is a container for a component. Use this method to set, change or release it!
We accept null references! The xComponentWindow will be a child of our container window
We accept null references! The xComponentWindow will be a child of our container window
and get all window events from us.
and get all window events from us.
...
...
sfx2/source/dialog/backingcomp.cxx
Dosyayı görüntüle @
b97341c8
...
@@ -328,7 +328,7 @@ css::uno::Sequence< OUString > SAL_CALL BackingComp::getSupportedServiceNames()
...
@@ -328,7 +328,7 @@ css::uno::Sequence< OUString > SAL_CALL BackingComp::getSupportedServiceNames()
/**
/**
attach this component to a target frame.
attach this component to a target frame.
We ha
s
to use the container window of this frame as parent window of our own component window.
We ha
ve
to use the container window of this frame as parent window of our own component window.
But it's not allowed to work with it really. May another component used it too.
But it's not allowed to work with it really. May another component used it too.
Currently we need it only to create our child component window and support it's
Currently we need it only to create our child component window and support it's
interfaces inside our queryInterface() method. The user of us must have e.g. the
interfaces inside our queryInterface() method. The user of us must have e.g. the
...
...
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