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
4855e780
Kaydet (Commit)
4855e780
authored
Eki 07, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
full fill mostly fulfill
Change-Id: I9dc05c6eea33ede422f6a4c7b76a41c496f3ceca
üst
391f181c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
filtercache.hxx
filter/source/config/cache/filtercache.hxx
+1
-1
jobresult.hxx
framework/inc/jobs/jobresult.hxx
+1
-1
loadenv.hxx
framework/source/inc/loadenv/loadenv.hxx
+1
-1
autorecovery.cxx
framework/source/services/autorecovery.cxx
+1
-1
frame.cxx
framework/source/services/frame.cxx
+1
-1
No files found.
filter/source/config/cache/filtercache.hxx
Dosyayı görüntüle @
4855e780
...
@@ -324,7 +324,7 @@ class FilterCache : public BaseLock
...
@@ -324,7 +324,7 @@ class FilterCache : public BaseLock
@throw An exception if the cache could not be filled really
@throw An exception if the cache could not be filled really
or seems to be invalid afterwards. But there is no reaction
or seems to be invalid afterwards. But there is no reaction
at all if this method does nothing inside, because the cache
at all if this method does nothing inside, because the cache
is already full filled!
is already full
y
filled!
*/
*/
void
load
(
EFillState
eRequired
)
void
load
(
EFillState
eRequired
)
throw
(
css
::
uno
::
Exception
);
throw
(
css
::
uno
::
Exception
);
...
...
framework/inc/jobs/jobresult.hxx
Dosyayı görüntüle @
4855e780
...
@@ -94,7 +94,7 @@ class JobResult
...
@@ -94,7 +94,7 @@ class JobResult
/**
/**
represent the part "DispatchResult"
represent the part "DispatchResult"
It's a ful
l
filled event type, which was given
It's a fulfilled event type, which was given
back by the executed job. Any user of us can send
back by the executed job. Any user of us can send
it to his registered result listener directly.
it to his registered result listener directly.
*/
*/
...
...
framework/source/inc/loadenv/loadenv.hxx
Dosyayı görüntüle @
4855e780
...
@@ -77,7 +77,7 @@ public:
...
@@ -77,7 +77,7 @@ public:
@descr The load environment must know, if a content
@descr The load environment must know, if a content
is related to a target frame or not. Only "visible"
is related to a target frame or not. Only "visible"
components, which full
fil
l the requirements of the
components, which full
fi
l the requirements of the
model-controller-view paradigm can be loaded into a frame.
model-controller-view paradigm can be loaded into a frame.
Such contents are classified as E_CAN_BE_LOADED.
Such contents are classified as E_CAN_BE_LOADED.
...
...
framework/source/services/autorecovery.cxx
Dosyayı görüntüle @
4855e780
...
@@ -740,7 +740,7 @@ private:
...
@@ -740,7 +740,7 @@ private:
SessionSave/CrashSave => pParams != 0
SessionSave/CrashSave => pParams != 0
@return A suggestion, how the timer (if its not already disabled!)
@return A suggestion, how the timer (if its not already disabled!)
should be restarted to ful
l
fill the requirements.
should be restarted to fulfill the requirements.
@threadsafe
@threadsafe
*/
*/
...
...
framework/source/services/frame.cxx
Dosyayı görüntüle @
4855e780
...
@@ -2468,7 +2468,7 @@ void SAL_CALL Frame::windowClosing( const css::lang::EventObject& ) throw( css::
...
@@ -2468,7 +2468,7 @@ void SAL_CALL Frame::windowClosing( const css::lang::EventObject& ) throw( css::
if
(
xCloser
.
is
())
if
(
xCloser
.
is
())
xCloser
->
dispatch
(
aURL
,
css
::
uno
::
Sequence
<
css
::
beans
::
PropertyValue
>
());
xCloser
->
dispatch
(
aURL
,
css
::
uno
::
Sequence
<
css
::
beans
::
PropertyValue
>
());
// Attention: If this dispatch works synchronous ... and ful
l
fill its job ...
// Attention: If this dispatch works synchronous ... and fulfill its job ...
// this line of code will never be reached ...
// this line of code will never be reached ...
// Or if it will be reached it will be for sure that all your member are gone .-)
// Or if it will be reached it will be for sure that all your member are gone .-)
}
}
...
...
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