Fix typos
Change-Id: Id66432ef80fc2963fd2cbc6fad5d8e135e8975b0 Reviewed-on: https://gerrit.libreoffice.org/18956 Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de>
This commit is contained in:
committed by
Oliver Specht
parent
d344d2b1f5
commit
ae13a6819e
@@ -123,7 +123,7 @@ namespace ConversionHelper
|
||||
@param roVmlOpacity The opacity of the color. If existing, this should
|
||||
be a floating-point value in the range [0.0;1.0].
|
||||
|
||||
@param nDefaultRgb Deafult RGB color used if the parameter roVmlColor
|
||||
@param nDefaultRgb Default RGB color used if the parameter roVmlColor
|
||||
is empty.
|
||||
|
||||
@param nPrimaryRgb If set to something else than API_RGB_TRANSPARENT,
|
||||
|
@@ -67,7 +67,7 @@ SAL_DLLPUBLIC sal_Bool SAL_CALL osl_resetCondition(oslCondition Condition);
|
||||
If condition has been destroyed prematurely, wait() will
|
||||
return with False.
|
||||
@param Condition handle to a created condition.
|
||||
@param pTimeout Tiemout value or NULL for infinite waiting
|
||||
@param pTimeout Timeout value or NULL for infinite waiting
|
||||
@return False if system-call failed.
|
||||
*/
|
||||
SAL_DLLPUBLIC oslConditionResult SAL_CALL osl_waitCondition(oslCondition Condition, const TimeValue* pTimeout);
|
||||
|
@@ -48,7 +48,7 @@ typedef enum {
|
||||
|
||||
typedef sal_uInt32 oslPipeOptions;
|
||||
#define osl_Pipe_OPEN 0x0000 /* open existing pipe */
|
||||
#define osl_Pipe_CREATE 0x0001 /* create pipe and open it, fails if already existst */
|
||||
#define osl_Pipe_CREATE 0x0001 /* create pipe and open it, fails if already exists */
|
||||
|
||||
typedef struct oslPipeImpl * oslPipe;
|
||||
|
||||
|
@@ -163,7 +163,7 @@ typedef void * rtlBootstrapHandle;
|
||||
SAL_DLLPUBLIC rtlBootstrapHandle SAL_CALL rtl_bootstrap_args_open(rtl_uString * pIniName);
|
||||
|
||||
/**
|
||||
Closes a bootstrap agument container.
|
||||
Closes a bootstrap argument container.
|
||||
@param handle [in] The handle got by <code>rtl_bootstrap_args_open()</code>
|
||||
*/
|
||||
SAL_DLLPUBLIC void SAL_CALL rtl_bootstrap_args_close(rtlBootstrapHandle handle)
|
||||
|
@@ -122,7 +122,7 @@ SAL_DLLPUBLIC rtl_uString * SAL_CALL rtl_locale_getVariant( rtl_Locale * This );
|
||||
SAL_DLLPUBLIC sal_Int32 SAL_CALL rtl_locale_hashCode( rtl_Locale * This );
|
||||
|
||||
/**
|
||||
Returns true if the locals are equal, otherwis false.
|
||||
Returns true if the locals are equal, otherwise false.
|
||||
*/
|
||||
SAL_DLLPUBLIC sal_Int32 SAL_CALL rtl_locale_equals( rtl_Locale * This, rtl_Locale * obj );
|
||||
|
||||
|
@@ -1405,7 +1405,7 @@ public:
|
||||
@param cTok the character which separate the tokens.
|
||||
@param index the position at which the token is searched in the
|
||||
string.
|
||||
The index must not be greater thanthe length of the
|
||||
The index must not be greater than the length of the
|
||||
string.
|
||||
This param is set to the position of the
|
||||
next token or to -1, if it is the last token.
|
||||
|
@@ -36,7 +36,7 @@ enum class SfxSlotMode {
|
||||
AUTOUPDATE = 0x0008L, // invalidated the status automatically after execute
|
||||
SYNCHRON = 0x0010L, // exclusive to ASYNCHRON, default
|
||||
ASYNCHRON = 0x0020L, // via Post-Message, exclusive to SYNCHRON
|
||||
HASDIALOG = 0x0080L, // Coordinates for dialogue after recofig
|
||||
HASDIALOG = 0x0080L, // Coordinates for dialogue after reconfig
|
||||
|
||||
NORECORD = 0x0100L, // no recording
|
||||
RECORDPERITEM = 0x0200L, // each item, one statement
|
||||
|
@@ -379,7 +379,7 @@
|
||||
#define SID_VIEWSHELL3 (SID_SFX_START + 633)
|
||||
#define SID_VIEWSHELL4 (SID_SFX_START + 634)
|
||||
|
||||
// id for thesaurs entry in context menu
|
||||
// id for thesaurus entry in context menu
|
||||
#define SID_THES (SID_SFX_START + 698)
|
||||
|
||||
// default-ids for editing, cursor travellung and selection
|
||||
@@ -447,7 +447,7 @@
|
||||
#define SID_CFGFILE (SID_SFX_START + 927)
|
||||
#define SID_SHOWPOPUPS (SID_SFX_START + 929)
|
||||
|
||||
// Item-Id for the assinged event Tabpage
|
||||
// Item-Id for the assigned event Tabpage
|
||||
#define SID_ATTR_MACROITEM (SID_SFX_START + 934)
|
||||
|
||||
#define SID_SAVECONFIG (SID_SFX_START + 930)
|
||||
|
@@ -177,7 +177,7 @@ public:
|
||||
/**
|
||||
With this virtual method, which is automatically overridden by each subclass
|
||||
with its own slots through the macro <SFX_DECL_INTERFACE>, one can access
|
||||
each of the <SfxInterface> instance beloning to the subclass.
|
||||
each of the <SfxInterface> instance belonging to the subclass.
|
||||
|
||||
The class SfxShell itself has no own SfxInterface (no slots), therefore a
|
||||
NULL-pointer is returned.
|
||||
|
@@ -41,7 +41,7 @@ private:
|
||||
VclPtr<PushButton> mpBtnClose;
|
||||
VclPtr<VclBox> mpBox;
|
||||
|
||||
VclPtr<vcl::Window> mpPreviewView; // gets released when xWindows get destroyed (dont delete in constructor)
|
||||
VclPtr<vcl::Window> mpPreviewView; // gets released when xWindows get destroyed (don't delete in constructor)
|
||||
VclPtr<svtools::ODocumentInfoPreview> mpInfoView;
|
||||
|
||||
::com::sun::star::uno::Reference < ::com::sun::star::frame::XFrame2 > m_xFrame;
|
||||
|
@@ -205,7 +205,7 @@ private:
|
||||
* => They build on each, for instance the SfxMiniRecord is contained
|
||||
* in all others
|
||||
*
|
||||
* It should be possible to distinguish the record from Drawing Enginge
|
||||
* It should be possible to distinguish the record from Drawing Engine
|
||||
* ones. These start with 'DRMD' und 'DRVW'.
|
||||
* <BR>
|
||||
* => Mini-Records with Pre-Tag 'D' can only be up to 4MB in size,
|
||||
@@ -279,7 +279,7 @@ private:
|
||||
* after streaming the conntents.
|
||||
*
|
||||
* To allow for forward and backward compatibility, newer versions
|
||||
* of the data must always inclode the older versions completely,
|
||||
* of the data must always include the older versions completely,
|
||||
* it is only allowed to append new data!
|
||||
*
|
||||
* @par File Format
|
||||
|
@@ -225,7 +225,7 @@ private:
|
||||
|
||||
long nDataRowHeight; // height of a single data-row
|
||||
sal_uInt16 nTitleLines; // number of lines in title row
|
||||
sal_uLong nControlAreaWidth; // width of fixed area beneeth hscroll
|
||||
sal_uLong nControlAreaWidth; // width of fixed area beneath hscroll
|
||||
bool bThumbDragging; // handle thumb dragging
|
||||
bool bColumnCursor; // single columns and fields selectable
|
||||
bool bMultiSelection;// allow multiple selected rows
|
||||
@@ -406,7 +406,7 @@ protected:
|
||||
private:
|
||||
void* implGetDataFlavors() const;
|
||||
// with this we can make GetDataFlavors() inline, which is strongly needed as SVTOOLS does not export
|
||||
// any sysbols containing an "_STL", so a non-inlined method would not be exported ....
|
||||
// any sysmbol containing an "_STL", so a non-inlined method would not be exported ....
|
||||
|
||||
protected:
|
||||
// callbacks for the data window
|
||||
|
@@ -92,7 +92,7 @@ vcl::FontInfo FontList::Get( const String& rName, const String& rStyleName ) con
|
||||
This method search a vcl::FontInfo for the given name and the given style name.
|
||||
The Stylename can also be a synthetic one.
|
||||
In that case the relevant vcl::FontInfo fields will be set.
|
||||
If a StyleName is provived, a vcl::FontInfo structure without a Stylename can be
|
||||
If a StyleName is provided, a vcl::FontInfo structure without a Stylename can be
|
||||
returned. To get a representation of the StyleName for displaying it to the user,
|
||||
call GetStyleName() on this vcl::FontInfo structure.
|
||||
|
||||
|
@@ -94,7 +94,7 @@ StartDrag() This handler is called, when dragging is started resp.
|
||||
an item has been clicked. At the latest in this handler,
|
||||
the size of the size-line should be set with
|
||||
SetDragSize(), if IsItemMode() returns false.
|
||||
Drag() This handler is callled, when dragging is taking place.
|
||||
Drag() This handler is called, when dragging is taking place.
|
||||
If no size is set with SetDragSize(), this handler can
|
||||
be used to draw the line in the neighbouring window by
|
||||
oneself. The current dragging position can be requested
|
||||
|
@@ -291,7 +291,7 @@ HTML_OPTION_BOOL_START = HTML_OPTION_START,
|
||||
HTML_O_DECLARE, // IExplorer 3.0b5
|
||||
HTML_O_DISABLED,
|
||||
HTML_O_ISMAP,
|
||||
HTML_O_MAYSCRIPT, // Netcape 3.0
|
||||
HTML_O_MAYSCRIPT, // Netscape 3.0
|
||||
HTML_O_MULTIPLE,
|
||||
HTML_O_NOHREF, // Netscape
|
||||
HTML_O_NORESIZE, // Netscape 2.0
|
||||
|
Reference in New Issue
Block a user