Kaydet (Commit) 17356544 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: Ib8bec97be916d5ea70ae9fb9dc83771b6fec1845
Reviewed-on: https://gerrit.libreoffice.org/35634Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 55cc79f3
...@@ -205,7 +205,7 @@ public: ...@@ -205,7 +205,7 @@ public:
/** enables handling of not-a-number value. /** enables handling of not-a-number value.
When this is set to <FALSE/> (the default), then invalid inputs (i.e. text which cannot be When this is set to <FALSE/> (the default), then invalid inputs (i.e. text which cannot be
intepreted, according to the current formatting) will be handled as if the default value interpreted, according to the current formatting) will be handled as if the default value
has been entered. GetValue the will return this default value. has been entered. GetValue the will return this default value.
When set to <TRUE/>, then GetValue will return NaN (not a number, see <method scope="rtl::math">isNan</method>) When set to <TRUE/>, then GetValue will return NaN (not a number, see <method scope="rtl::math">isNan</method>)
...@@ -230,7 +230,7 @@ protected: ...@@ -230,7 +230,7 @@ protected:
void impl_Modify(bool makeValueDirty = true); void impl_Modify(bool makeValueDirty = true);
virtual void Modify() override; virtual void Modify() override;
// Override CheckTextfor input-time checks // Override CheckText for input-time checks
virtual bool CheckText(const OUString&) const { return true; } virtual bool CheckText(const OUString&) const { return true; }
// any aspect of the current format has changed // any aspect of the current format has changed
......
...@@ -153,7 +153,7 @@ public: ...@@ -153,7 +153,7 @@ public:
WB_SMALL_ICON // Text right to the icon, position does not mind WB_SMALL_ICON // Text right to the icon, position does not mind
WB_DETAILS // Text right to the icon, limited positioning WB_DETAILS // Text right to the icon, limited positioning
WB_BORDER WB_BORDER
WB_NOHIDESELECTION // Draw selection inaktively, if not focused. WB_NOHIDESELECTION // Draw selection inactively, if not focused.
WB_NOHSCROLL WB_NOHSCROLL
WB_NOVSCROLL WB_NOVSCROLL
WB_NOSELECTION WB_NOSELECTION
...@@ -262,7 +262,7 @@ public: ...@@ -262,7 +262,7 @@ public:
void SetCursor( SvxIconChoiceCtrlEntry* pEntry ); void SetCursor( SvxIconChoiceCtrlEntry* pEntry );
SvxIconChoiceCtrlEntry* GetCursor() const; SvxIconChoiceCtrlEntry* GetCursor() const;
// Re-calculation of cached view-data and invalidatiopn of those in the view // Re-calculation of cached view-data and invalidation of those in the view
void InvalidateEntry( SvxIconChoiceCtrlEntry* pEntry ); void InvalidateEntry( SvxIconChoiceCtrlEntry* pEntry );
// Entry is selectd, if the BoundRect is selected // Entry is selectd, if the BoundRect is selected
......
...@@ -256,7 +256,7 @@ public: ...@@ -256,7 +256,7 @@ public:
// remove a comment around the content of <SCRIPT> or <STYLE> // remove a comment around the content of <SCRIPT> or <STYLE>
// In case of 'bFull', the whole line behind a "<!--" might // In case of 'bFull', the whole line behind a "<!--" might
// be deleted (for JavaSript) // be deleted (for JavaScript)
static void RemoveSGMLComment( OUString &rString, bool bFull ); static void RemoveSGMLComment( OUString &rString, bool bFull );
static bool InternalImgToPrivateURL( OUString& rURL ); static bool InternalImgToPrivateURL( OUString& rURL );
......
...@@ -65,7 +65,7 @@ namespace svt { namespace table ...@@ -65,7 +65,7 @@ namespace svt { namespace table
/** retrieves the current sort order of the data /** retrieves the current sort order of the data
If the <code>nColumnIndex</code> member of the returned srtructure is <code>COL_INVALID</code>, then If the <code>nColumnIndex</code> member of the returned structure is <code>COL_INVALID</code>, then
the data is currently not sorted. the data is currently not sorted.
*/ */
virtual ColumnSort getCurrentSortOrder() const = 0; virtual ColumnSort getCurrentSortOrder() const = 0;
......
...@@ -105,7 +105,7 @@ public: ...@@ -105,7 +105,7 @@ public:
/** Links the passed numeric edit field to the control (bi-directional). /** Links the passed numeric edit field to the control (bi-directional).
* nDecimalPlaces: * nDecimalPlaces:
* field value is usign given decimal places * field value is unsign given decimal places
* default is 0 which means field values are in degrees, * default is 0 which means field values are in degrees,
* 2 means 100th of degree * 2 means 100th of degree
*/ */
......
...@@ -63,7 +63,7 @@ struct FmSearchContext ...@@ -63,7 +63,7 @@ struct FmSearchContext
// [out] // [out]
css::uno::Reference< css::sdbc::XResultSet> css::uno::Reference< css::sdbc::XResultSet>
xCursor; // the iterator for the context xCursor; // the iterator for the context
OUString strUsedFields; // a list of field names separeted by ';' OUString strUsedFields; // a list of field names separated by ';'
::std::vector< css::uno::Reference< css::uno::XInterface > > ::std::vector< css::uno::Reference< css::uno::XInterface > >
arrFields; // the corresponding text interfaces for the fields in strUsedFields arrFields; // the corresponding text interfaces for the fields in strUsedFields
OUString sFieldDisplayNames; // if not empty: names to be displayed for the searchable fields (must have the same token count as strUsedFields!) OUString sFieldDisplayNames; // if not empty: names to be displayed for the searchable fields (must have the same token count as strUsedFields!)
......
...@@ -100,7 +100,7 @@ namespace sdr ...@@ -100,7 +100,7 @@ namespace sdr
// to implement the animation effect and to re-initiate the event. // to implement the animation effect and to re-initiate the event.
bool mbAllowsAnimation : 1; bool mbAllowsAnimation : 1;
// Flag tocontrol if this OverlayObject allows AntiAliased visualisation. // Flag to control if this OverlayObject allows AntiAliased visualisation.
// Default is true, but e.g. for selection visualisation in SC and SW, // Default is true, but e.g. for selection visualisation in SC and SW,
// it is switched to false // it is switched to false
bool mbAllowsAntiAliase : 1; bool mbAllowsAntiAliase : 1;
......
...@@ -129,7 +129,7 @@ public: ...@@ -129,7 +129,7 @@ public:
const vcl::Region& GetRedrawRegion() const { return maRedrawRegion;} const vcl::Region& GetRedrawRegion() const { return maRedrawRegion;}
void SetRedrawRegion(const vcl::Region& rNew); void SetRedrawRegion(const vcl::Region& rNew);
// #i72889# read/write access to TempoparyTarget // #i72889# read/write access to TemporaryTarget
bool getTemporaryTarget() const { return (bool)mbTemporaryTarget; } bool getTemporaryTarget() const { return (bool)mbTemporaryTarget; }
void setTemporaryTarget(bool bNew) { mbTemporaryTarget = bNew; } void setTemporaryTarget(bool bNew) { mbTemporaryTarget = bNew; }
......
...@@ -106,7 +106,7 @@ namespace svx ...@@ -106,7 +106,7 @@ namespace svx
PropertyChangeNotifier( ::cppu::OWeakObject& _rOwner, ::osl::Mutex& _rMutex ); PropertyChangeNotifier( ::cppu::OWeakObject& _rOwner, ::osl::Mutex& _rMutex );
~PropertyChangeNotifier(); ~PropertyChangeNotifier();
// listener maintanance // listener maintenance
void addPropertyChangeListener( const OUString& _rPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener >& _rxListener ); void addPropertyChangeListener( const OUString& _rPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener >& _rxListener );
void removePropertyChangeListener( const OUString& _rPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener >& _rxListener ); void removePropertyChangeListener( const OUString& _rPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener >& _rxListener );
......
...@@ -150,7 +150,7 @@ public: ...@@ -150,7 +150,7 @@ public:
bool IsNoDragXorPolys() const { return mbNoDragXorPolys; } bool IsNoDragXorPolys() const { return mbNoDragXorPolys; }
// If the number of selected objects exceeds the value set here, // If the number of selected objects exceeds the value set here,
// NoDragPolys is (temporarily) activated implicitely. // NoDragPolys is (temporarily) activated implicitly.
// PolyPolygons etc. are regarded as multiple objects respectively. // PolyPolygons etc. are regarded as multiple objects respectively.
// Default=100 // Default=100
sal_uIntPtr GetDragXorPolyLimit() const { return mnDragXorPolyLimit; } sal_uIntPtr GetDragXorPolyLimit() const { return mnDragXorPolyLimit; }
......
...@@ -427,7 +427,7 @@ public: ...@@ -427,7 +427,7 @@ public:
// Is set by DragView automatically when finishing a Crook-Drag. // Is set by DragView automatically when finishing a Crook-Drag.
void SetLastCrookCenter(const Point& rPt) { maLastCrookCenter=rPt; } void SetLastCrookCenter(const Point& rPt) { maLastCrookCenter=rPt; }
// Rotation center point and start point of the axis of reflextion, respecively // Rotation center point and start point of the axis of reflextion, respectively
const Point& GetRef1() const { return maRef1; } const Point& GetRef1() const { return maRef1; }
void SetRef1(const Point& rPt); void SetRef1(const Point& rPt);
......
...@@ -108,7 +108,7 @@ class SvStream; ...@@ -108,7 +108,7 @@ class SvStream;
[Example] [Example]
One example is described in the constructor. One example is described in the constructor.
Assume a ring-like dependency, where A referenes B, Assume a ring-like dependency, where A references B,
B itself references C, and C references to both D and A. B itself references C, and C references to both D and A.
The order of the objects upon saving and loading does not matter, The order of the objects upon saving and loading does not matter,
......
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