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
7d491bec
Kaydet (Commit)
7d491bec
authored
Eyl 26, 2013
tarafından
Jesús Corrius
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Everytimes -> Every time
Change-Id: Ib84cee7dbb493387760ce68c25ec442bf0a4a121
üst
968f4d72
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
19 additions
and
19 deletions
+19
-19
filtercache.hxx
filter/source/config/cache/filtercache.hxx
+2
-2
typedetection.hxx
filter/source/config/cache/typedetection.hxx
+1
-1
propertysethelper.hxx
framework/inc/classes/propertysethelper.hxx
+1
-1
closedispatcher.hxx
framework/inc/dispatch/closedispatcher.hxx
+1
-1
startmoduledispatcher.hxx
framework/inc/dispatch/startmoduledispatcher.hxx
+1
-1
persistentwindowstate.hxx
framework/inc/helper/persistentwindowstate.hxx
+2
-2
autorecovery.hxx
framework/inc/services/autorecovery.hxx
+2
-2
modulemanager.hxx
framework/inc/services/modulemanager.hxx
+1
-1
presethandler.hxx
framework/source/inc/accelerators/presethandler.hxx
+1
-1
configurationhelper.hxx
include/comphelper/configurationhelper.hxx
+1
-1
framelistanalyzer.hxx
include/framework/framelistanalyzer.hxx
+2
-2
singletonref.hxx
include/salhelper/singletonref.hxx
+1
-1
interceptedinteraction.hxx
include/ucbhelper/interceptedinteraction.hxx
+2
-2
moduleoptions.hxx
include/unotools/moduleoptions.hxx
+1
-1
No files found.
filter/source/config/cache/filtercache.hxx
Dosyayı görüntüle @
7d491bec
...
@@ -327,7 +327,7 @@ class FilterCache : public BaseLock
...
@@ -327,7 +327,7 @@ class FilterCache : public BaseLock
Otherwise this method does nothing!
Otherwise this method does nothing!
This method must be called from every user of this cache
This method must be called from every user of this cache
every
times
it need a filled cache. Normaly we load
every
time
it need a filled cache. Normaly we load
only standard information into this cache on startup.
only standard information into this cache on startup.
After a few seconds we start a special thread, which
After a few seconds we start a special thread, which
may fill this cache completely. But if somehwere outside
may fill this cache completely. But if somehwere outside
...
@@ -669,7 +669,7 @@ class FilterCache : public BaseLock
...
@@ -669,7 +669,7 @@ class FilterCache : public BaseLock
@descr It checks first, if the internal member m_xConfig already
@descr It checks first, if the internal member m_xConfig already
points to an open update access. If not - it opens a new one.
points to an open update access. If not - it opens a new one.
Doing so this method can be called every
times
a configuration
Doing so this method can be called every
time
a configuration
access is needed.
access is needed.
@param eProvider
@param eProvider
...
...
filter/source/config/cache/typedetection.hxx
Dosyayı görüntüle @
7d491bec
...
@@ -110,7 +110,7 @@ private:
...
@@ -110,7 +110,7 @@ private:
@param rLastChance
@param rLastChance
the internal name of a "suggested type" ... (see before)
the internal name of a "suggested type" ... (see before)
Note: it will be reseted to an empty string every
times
. So
Note: it will be reseted to an empty string every
time
. So
a set value of "rLastChance" can be detected outside very easy.
a set value of "rLastChance" can be detected outside very easy.
@param rUsedDetectors
@param rUsedDetectors
...
...
framework/inc/classes/propertysethelper.hxx
Dosyayı görüntüle @
7d491bec
...
@@ -41,7 +41,7 @@ namespace framework{
...
@@ -41,7 +41,7 @@ namespace framework{
/** supports the API XPropertySet and XPropertySetInfo.
/** supports the API XPropertySet and XPropertySetInfo.
*
*
* It must be used as baseclass. The internal list of supported
* It must be used as baseclass. The internal list of supported
* properties can be changed every
times
so dynamic property set's
* properties can be changed every
time
so dynamic property set's
* can be implemented.
* can be implemented.
*
*
* Further the derived and this base class share the same lock.
* Further the derived and this base class share the same lock.
...
...
framework/inc/dispatch/closedispatcher.hxx
Dosyayı görüntüle @
7d491bec
...
@@ -257,7 +257,7 @@ class CloseDispatcher : // baseclasses ... order is necessary for right initiali
...
@@ -257,7 +257,7 @@ class CloseDispatcher : // baseclasses ... order is necessary for right initiali
/** @short notify a DispatchResultListener.
/** @short notify a DispatchResultListener.
@descr We check the listener reference before we use it.
@descr We check the listener reference before we use it.
So this method can be called every
times
!
So this method can be called every
time
!
@parama xListener
@parama xListener
the listener, which should be notified.
the listener, which should be notified.
...
...
framework/inc/dispatch/startmoduledispatcher.hxx
Dosyayı görüntüle @
7d491bec
...
@@ -154,7 +154,7 @@ class StartModuleDispatcher : // baseclasses ... order is necessary for right in
...
@@ -154,7 +154,7 @@ class StartModuleDispatcher : // baseclasses ... order is necessary for right in
/** @short notify a DispatchResultListener.
/** @short notify a DispatchResultListener.
@descr We check the listener reference before we use it.
@descr We check the listener reference before we use it.
So this method can be called every
times
!
So this method can be called every
time
!
@parama xListener
@parama xListener
the listener, which should be notified.
the listener, which should be notified.
...
...
framework/inc/helper/persistentwindowstate.hxx
Dosyayı görüntüle @
7d491bec
...
@@ -42,8 +42,8 @@ namespace framework{
...
@@ -42,8 +42,8 @@ namespace framework{
any external process e.g. the office bean) we save and restore the window state of it
any external process e.g. the office bean) we save and restore the window state of it
corresponding to the document service factory. That means: one instance of this class will be
corresponding to the document service factory. That means: one instance of this class will be
a listener on one frame which container window was created by ourself.
a listener on one frame which container window was created by ourself.
We listen for frame action events and every
times
a component will deattached from a frame
We listen for frame action events and every
time
a component will deattached from a frame
we store its current position and size to the configuration. Every
times
a new component is
we store its current position and size to the configuration. Every
time
a new component is
attached to a frame first time(!) we restore this information again.
attached to a frame first time(!) we restore this information again.
@base ThreadHelpBase
@base ThreadHelpBase
...
...
framework/inc/services/autorecovery.hxx
Dosyayı görüntüle @
7d491bec
...
@@ -533,7 +533,7 @@ class AutoRecovery : // attention! Must be the first base class to guarentee ri
...
@@ -533,7 +533,7 @@ class AutoRecovery : // attention! Must be the first base class to guarentee ri
//---------------------------------------
//---------------------------------------
/** @short open the underlying configuration.
/** @short open the underlying configuration.
@descr This method must be called every
times
@descr This method must be called every
time
a configuartion call is needed. Because
a configuartion call is needed. Because
method works together with the member
method works together with the member
m_xCFG, open it on demand and cache it
m_xCFG, open it on demand and cache it
...
@@ -596,7 +596,7 @@ class AutoRecovery : // attention! Must be the first base class to guarentee ri
...
@@ -596,7 +596,7 @@ class AutoRecovery : // attention! Must be the first base class to guarentee ri
//---------------------------------------
//---------------------------------------
/** @short stops and may be(!) restarts the timer.
/** @short stops and may be(!) restarts the timer.
@descr A running timer is stopped every
times
here.
@descr A running timer is stopped every
time
here.
But starting depends from the different internal
But starting depends from the different internal
timer variables (e.g. AutoSaveEnabled, AutoSaveTimeIntervall,
timer variables (e.g. AutoSaveEnabled, AutoSaveTimeIntervall,
TimerType etcpp.)
TimerType etcpp.)
...
...
framework/inc/services/modulemanager.hxx
Dosyayı görüntüle @
7d491bec
...
@@ -156,7 +156,7 @@ class ModuleManager:
...
@@ -156,7 +156,7 @@ class ModuleManager:
//---------------------------------------
//---------------------------------------
/** @short open the underlying configuration.
/** @short open the underlying configuration.
@descr This method must be called every
times
@descr This method must be called every
time
a (reaonly!) configuration is needed. Because
a (reaonly!) configuration is needed. Because
method works together with the member
method works together with the member
m_xCFG, open it on demand and cache it
m_xCFG, open it on demand and cache it
...
...
framework/source/inc/accelerators/presethandler.hxx
Dosyayı görüntüle @
7d491bec
...
@@ -356,7 +356,7 @@ class PresetHandler : private ThreadHelpBase // attention! Must be the first bas
...
@@ -356,7 +356,7 @@ class PresetHandler : private ThreadHelpBase // attention! Must be the first bas
and return it.
and return it.
@descr Note: Because presets resist inside the share
@descr Note: Because presets resist inside the share
layer, they will be opened readonly every
times
.
layer, they will be opened readonly every
time
.
@param sPreset
@param sPreset
the ALIAS name of an existing preset.
the ALIAS name of an existing preset.
...
...
include/comphelper/configurationhelper.hxx
Dosyayı görüntüle @
7d491bec
...
@@ -160,7 +160,7 @@ class COMPHELPER_DLLPUBLIC ConfigurationHelper
...
@@ -160,7 +160,7 @@ class COMPHELPER_DLLPUBLIC ConfigurationHelper
* all operations are made relativ to this access point.
* all operations are made relativ to this access point.
*
*
* Further this method must be used only with configuration set's.
* Further this method must be used only with configuration set's.
* Atomic keys can't be "created" ... they "exists every
times
".
* Atomic keys can't be "created" ... they "exists every
time
".
*
*
* @param xCFG
* @param xCFG
* the configuration root, where sRelPathToSet should be interpreted
* the configuration root, where sRelPathToSet should be interpreted
...
...
include/framework/framelistanalyzer.hxx
Dosyayı görüntüle @
7d491bec
...
@@ -143,12 +143,12 @@ class FWE_DLLPUBLIC FrameListAnalyzer
...
@@ -143,12 +143,12 @@ class FWE_DLLPUBLIC FrameListAnalyzer
sal_Bool
m_bReferenceIsHidden
;
sal_Bool
m_bReferenceIsHidden
;
/** is set to true only, if the reference frame contains the help component.
/** is set to true only, if the reference frame contains the help component.
In this case the member m_xHelp is set to NULL every
times
.
In this case the member m_xHelp is set to NULL every
time
.
This value is undefined if m_eDetectMode doesn't have set the flag E_HELP! */
This value is undefined if m_eDetectMode doesn't have set the flag E_HELP! */
sal_Bool
m_bReferenceIsHelp
;
sal_Bool
m_bReferenceIsHelp
;
/** is set to true only, if the reference frame contains the backing component.
/** is set to true only, if the reference frame contains the backing component.
In this case the member m_xBackingComponent is set to NULL every
times
.
In this case the member m_xBackingComponent is set to NULL every
time
.
This value is undefined if m_eDetectMode doesn't have set the flag E_BACKINGCOMPONENT! */
This value is undefined if m_eDetectMode doesn't have set the flag E_BACKINGCOMPONENT! */
sal_Bool
m_bReferenceIsBacking
;
sal_Bool
m_bReferenceIsBacking
;
...
...
include/salhelper/singletonref.hxx
Dosyayı görüntüle @
7d491bec
...
@@ -31,7 +31,7 @@ namespace salhelper{
...
@@ -31,7 +31,7 @@ namespace salhelper{
/** @short template for implementing singleton classes.
/** @short template for implementing singleton classes.
Such classes can be instanciated every
times
they
Such classes can be instanciated every
time
they
are needed. But the internal wrapped object will
are needed. But the internal wrapped object will
be created one times only. Of course its used
be created one times only. Of course its used
resources are referenced one times only too.
resources are referenced one times only too.
...
...
include/ucbhelper/interceptedinteraction.hxx
Dosyayı görüntüle @
7d491bec
...
@@ -76,7 +76,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
...
@@ -76,7 +76,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
FALSE => derived exceptions will be intercepted too.
FALSE => derived exceptions will be intercepted too.
@attention This parameter does not influence the check of the continuation
@attention This parameter does not influence the check of the continuation
type! The continuation must be matched exactly every
times
...
type! The continuation must be matched exactly every
time
...
*/
*/
sal_Bool
MatchExact
;
sal_Bool
MatchExact
;
...
@@ -245,7 +245,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
...
@@ -245,7 +245,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
@descr This base implementation checks, if the request could be intercepted
@descr This base implementation checks, if the request could be intercepted
successfully. Then this method intercepted() is called.
successfully. Then this method intercepted() is called.
The default implementation returns "NOT_INTERCEPTED" every
times
.
The default implementation returns "NOT_INTERCEPTED" every
time
.
So the method impl_interceptRequest() uses the right continuation automaticly.
So the method impl_interceptRequest() uses the right continuation automaticly.
If this method was overwritten and something different "NO_INTERCEPTED"
If this method was overwritten and something different "NO_INTERCEPTED"
...
...
include/unotools/moduleoptions.hxx
Dosyayı görüntüle @
7d491bec
...
@@ -137,7 +137,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtModuleOptions : public utl::detail::
...
@@ -137,7 +137,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtModuleOptions : public utl::detail::
/** @short return the corresponding application ID for the given properties.
/** @short return the corresponding application ID for the given properties.
@descr Because this search base on filters currently (till we have a better solution)
@descr Because this search base on filters currently (till we have a better solution)
a result is not guaranteed every
times
. May a filter does not exists for the specified
a result is not guaranteed every
time
. May a filter does not exists for the specified
content (but a FrameLoader which is not bound to any application!) ... or
content (but a FrameLoader which is not bound to any application!) ... or
the given properties describe a stream (and we make no deep detection inside here!).
the given properties describe a stream (and we make no deep detection inside here!).
...
...
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