Kaydet (Commit) 7d491bec authored tarafından Jesús Corrius's avatar Jesús Corrius

Everytimes -> Every time

Change-Id: Ib84cee7dbb493387760ce68c25ec442bf0a4a121
üst 968f4d72
...@@ -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
everytimes 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 everytimes a configuration Doing so this method can be called every time a configuration
access is needed. access is needed.
@param eProvider @param eProvider
......
...@@ -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 everytimes. 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
......
...@@ -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 everytimes 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.
......
...@@ -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 everytimes! So this method can be called every time!
@parama xListener @parama xListener
the listener, which should be notified. the listener, which should be notified.
......
...@@ -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 everytimes! So this method can be called every time!
@parama xListener @parama xListener
the listener, which should be notified. the listener, which should be notified.
......
...@@ -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 everytimes 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. Everytimes 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
......
...@@ -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 everytimes @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 everytimes 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.)
......
...@@ -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 everytimes @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
......
...@@ -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 everytimes. 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.
......
...@@ -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 everytimes". * 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
......
...@@ -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 everytimes. 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 everytimes. 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;
......
...@@ -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 everytimes 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.
......
...@@ -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 everytimes ... 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" everytimes. 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"
......
...@@ -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 everytimes. 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!).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment