summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Seidel <mseidel@apache.org>2019-06-08 21:00:13 +0000
committerMatthias Seidel <mseidel@apache.org>2019-06-08 21:00:13 +0000
commitffdf9369a76c0519cecd715f47d64425b206328d (patch)
tree8bc74478e4f7dd3f43609d602366cd2580ace475
parent6015f80e372b5418bffd2f99de52a0d017584423 (diff)
Fixed typos (determins-> determines)
Notes
Notes: ignore: obsolete
-rw-r--r--offapi/com/sun/star/report/XReportControlFormat.idl8
-rw-r--r--offapi/com/sun/star/style/CharacterProperties.idl14
-rw-r--r--offapi/com/sun/star/style/PageProperties.idl30
-rw-r--r--offapi/com/sun/star/style/ParagraphProperties.idl2
-rw-r--r--offapi/com/sun/star/text/BaseFrameProperties.idl4
-rw-r--r--offapi/com/sun/star/text/CellProperties.idl6
-rw-r--r--offapi/com/sun/star/text/CellRange.idl8
-rw-r--r--offapi/com/sun/star/text/ContentIndex.idl4
-rw-r--r--offapi/com/sun/star/text/DocumentIndex.idl16
-rw-r--r--offapi/com/sun/star/text/DocumentIndexMark.idl2
-rw-r--r--offapi/com/sun/star/text/FontEmphasis.idl2
-rw-r--r--offapi/com/sun/star/text/FontRelief.idl2
-rw-r--r--offapi/com/sun/star/text/NumberingRules.idl6
-rw-r--r--offapi/com/sun/star/text/SizeType.idl2
-rw-r--r--offapi/com/sun/star/text/TextFieldMaster.idl2
-rw-r--r--offapi/com/sun/star/text/TextGraphicObject.idl4
-rw-r--r--offapi/com/sun/star/text/TextPageStyle.idl2
-rw-r--r--offapi/com/sun/star/text/TextSection.idl34
-rw-r--r--offapi/com/sun/star/text/TextTable.idl22
-rw-r--r--offapi/com/sun/star/text/UserDefinedIndex.idl12
-rw-r--r--offapi/com/sun/star/text/UserIndex.idl12
-rw-r--r--offapi/com/sun/star/text/XNumberingTypeInfo.idl2
-rw-r--r--offapi/com/sun/star/text/XPagePrintable.idl2
-rw-r--r--offapi/com/sun/star/text/fieldmaster/Bibliography.idl16
-rw-r--r--offapi/com/sun/star/text/fieldmaster/DDE.idl2
-rw-r--r--offapi/com/sun/star/text/fieldmaster/SetExpression.idl6
-rw-r--r--offapi/com/sun/star/text/fieldmaster/User.idl2
-rw-r--r--offapi/com/sun/star/text/textfield/Chapter.idl4
-rw-r--r--offapi/com/sun/star/text/textfield/Database.idl2
-rw-r--r--offapi/com/sun/star/text/textfield/DatabaseNextSet.idl2
-rw-r--r--offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl2
-rw-r--r--offapi/com/sun/star/text/textfield/FileName.idl2
-rw-r--r--offapi/com/sun/star/text/textfield/GetExpression.idl4
-rw-r--r--offapi/com/sun/star/text/textfield/JumpEdit.idl6
-rw-r--r--offapi/com/sun/star/text/textfield/PageNumber.idl6
-rw-r--r--offapi/com/sun/star/text/textfield/ReferencePageSet.idl4
-rw-r--r--offapi/com/sun/star/text/textfield/Script.idl2
-rw-r--r--offapi/com/sun/star/text/textfield/SetExpression.idl4
-rw-r--r--offapi/com/sun/star/text/textfield/TableFormula.idl2
-rw-r--r--offapi/com/sun/star/text/textfield/TemplateName.idl2
-rw-r--r--offapi/com/sun/star/text/textfield/User.idl4
-rw-r--r--offapi/com/sun/star/ui/ActionTriggerSeparator.idl2
-rw-r--r--offapi/com/sun/star/ui/ActionTriggerSeparatorType.idl2
-rw-r--r--offapi/com/sun/star/ui/ContextMenuInterceptorAction.idl2
-rw-r--r--offapi/com/sun/star/ui/ItemType.idl2
-rw-r--r--sw/source/core/text/pormulti.hxx2
-rw-r--r--vcl/unx/generic/app/saldata.cxx2
47 files changed, 141 insertions, 141 deletions
diff --git a/offapi/com/sun/star/report/XReportControlFormat.idl b/offapi/com/sun/star/report/XReportControlFormat.idl
index 8bed321eb148..286f1e682d8b 100644
--- a/offapi/com/sun/star/report/XReportControlFormat.idl
+++ b/offapi/com/sun/star/report/XReportControlFormat.idl
@@ -110,7 +110,7 @@ published interface XReportControlFormat
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- /** determins whether text is formatted in two lines.
+ /** determines whether text is formatted in two lines.
<p>It is linked to the properties CharCombinePrefix and CharCombineSuffix.</p>
*/
[attribute,bound] boolean CharCombineIsOn
@@ -351,7 +351,7 @@ published interface XReportControlFormat
};
//-------------------------------------------------------------------------
- /** determins the type of the strike out of the character.
+ /** determines the type of the strike out of the character.
@see com::sun::star::awt::FontStrikeout
*/
[attribute,bound] short CharStrikeout
@@ -369,7 +369,7 @@ published interface XReportControlFormat
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- /** determins the rotation of a character in degree.
+ /** determines the rotation of a character in degree.
<p>Depending on the implementation only certain values may be allowed.
</p>
*/
@@ -380,7 +380,7 @@ published interface XReportControlFormat
};
//-------------------------------------------------------------------------
- /** determins the percentage value for scaling the width of characters.
+ /** determines the percentage value for scaling the width of characters.
<p>The value refers to the original width which is denoted by 100,
and it has to be greater than 0.</p>
diff --git a/offapi/com/sun/star/style/CharacterProperties.idl b/offapi/com/sun/star/style/CharacterProperties.idl
index 6152e1a4091b..3906659340a5 100644
--- a/offapi/com/sun/star/style/CharacterProperties.idl
+++ b/offapi/com/sun/star/style/CharacterProperties.idl
@@ -177,7 +177,7 @@ published service CharacterProperties
//-------------------------------------------------------------------------
- /** This property determins the type of the strike out of the character.
+ /** This property determines the type of the strike out of the character.
@see com::sun::star::awt::FontStrikeout
*/
[optional, property] short CharStrikeout;
@@ -252,7 +252,7 @@ published service CharacterProperties
//-------------------------------------------------------------------------
- /** This optional property determins whether text is formatted in two lines.
+ /** This optional property determines whether text is formatted in two lines.
<p>It is linked to the properties CharCombinePrefix and CharCombineSuffix.</p>
*/
@@ -298,7 +298,7 @@ published service CharacterProperties
//-------------------------------------------------------------------------
- /** This optional property determins the adjustment of the ruby .
+ /** This optional property determines the adjustment of the ruby .
@see com::sun::star::text::RubyAdjust
*/
[optional, property] short RubyAdjust;
@@ -312,14 +312,14 @@ published service CharacterProperties
//-------------------------------------------------------------------------
- /** This optional property determins whether the ruby text is printed
+ /** This optional property determines whether the ruby text is printed
above/left or below/right of the text.
*/
[optional, property] boolean RubyIsAbove;
//-------------------------------------------------------------------------
- /** This optional property determins the rotation of a character in tenths
+ /** This optional property determines the rotation of a character in tenths
of a degree.
<p>Depending on the implementation only certain values may be allowed.</p>
@@ -328,14 +328,14 @@ published service CharacterProperties
//-------------------------------------------------------------------------
- /** This optional property determins whether the text formatting tries to
+ /** This optional property determines whether the text formatting tries to
fit rotated text into the surrounded line height.
*/
[optional, property] boolean CharRotationIsFitToLine;
//-------------------------------------------------------------------------
- /** This optional property determins the percentage value for scaling the
+ /** This optional property determines the percentage value for scaling the
width of characters.
<p>The value refers to the original width which is denoted by 100,
diff --git a/offapi/com/sun/star/style/PageProperties.idl b/offapi/com/sun/star/style/PageProperties.idl
index e4df0140a2a0..b09a0fbd4cdd 100644
--- a/offapi/com/sun/star/style/PageProperties.idl
+++ b/offapi/com/sun/star/style/PageProperties.idl
@@ -90,30 +90,30 @@ published service PageProperties
*/
[property] string BackGraphicFilter;
//-----------------------------------------------------------------------------
-/** determins the location of the background graphic.
+/** determines the location of the background graphic.
*/
[property] com::sun::star::style::GraphicLocation BackGraphicLocation;
//-----------------------------------------------------------------------------
-/** determins if the background color is transparent.
+/** determines if the background color is transparent.
<p>If this property is set to <TRUE/>,
<member>PageStyle::BackColor</member> will not be used.</p>
*/
[property] boolean BackTransparent;
//-----------------------------------------------------------------------------
-/** determins the left margin of the page.
+/** determines the left margin of the page.
*/
[property] long LeftMargin;
//-----------------------------------------------------------------------------
-/** determins the right margin of the page.
+/** determines the right margin of the page.
*/
[property] long RightMargin;
//-----------------------------------------------------------------------------
-/** determins the top margin of the page.
+/** determines the top margin of the page.
*/
[property] long TopMargin;
//-----------------------------------------------------------------------------
-/** determins the bottom margin of the page.
+/** determines the bottom margin of the page.
*/
[property] long BottomMargin;
//-----------------------------------------------------------------------------
@@ -133,35 +133,35 @@ published service PageProperties
*/
[property] com::sun::star::table::BorderLine BottomBorder;
//-----------------------------------------------------------------------------
-/** determins the left border distance of the page.
+/** determines the left border distance of the page.
*/
[property] long LeftBorderDistance;
//-----------------------------------------------------------------------------
-/** determins the right border distance of the page.
+/** determines the right border distance of the page.
*/
[property] long RightBorderDistance;
//-----------------------------------------------------------------------------
-/** determins the top border distance of the page.
+/** determines the top border distance of the page.
*/
[property] long TopBorderDistance;
//-----------------------------------------------------------------------------
-/** determins the bottom border distance of the page.
+/** determines the bottom border distance of the page.
*/
[property] long BottomBorderDistance;
//-----------------------------------------------------------------------------
-/** determins the shadow of the page.
+/** determines the shadow of the page.
*/
[property] com::sun::star::table::ShadowFormat ShadowFormat;
//-----------------------------------------------------------------------------
-/** determins if the page format is landscape.
+/** determines if the page format is landscape.
*/
[property] boolean IsLandscape;
//-----------------------------------------------------------------------------
-/** determins the default numbering type for this page.
+/** determines the default numbering type for this page.
*/
[property] short NumberingType;
//-----------------------------------------------------------------------------
-/** determins the layout of the page.
+/** determines the layout of the page.
*/
[property] com::sun::star::style::PageStyleLayout PageStyleLayout;
//-----------------------------------------------------------------------------
@@ -169,7 +169,7 @@ published service PageProperties
*/
[property] string PrinterPaperTray;
//-----------------------------------------------------------------------------
-/** determins if the register mode is active on that page.
+/** determines if the register mode is active on that page.
*/
[optional, property] boolean RegisterModeActive;
//-----------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/style/ParagraphProperties.idl b/offapi/com/sun/star/style/ParagraphProperties.idl
index d52208442cb9..f0e3d923903f 100644
--- a/offapi/com/sun/star/style/ParagraphProperties.idl
+++ b/offapi/com/sun/star/style/ParagraphProperties.idl
@@ -361,7 +361,7 @@ published service ParagraphProperties
[property, optional] long BottomBorderDistance;
//-------------------------------------------------------------------------
- /** determins the type of break that is applied at the beginning of the table.
+ /** determines the type of break that is applied at the beginning of the table.
@see com::sun::star::style::BreakType
*/
[optional, property] com::sun::star::style::BreakType BreakType;
diff --git a/offapi/com/sun/star/text/BaseFrameProperties.idl b/offapi/com/sun/star/text/BaseFrameProperties.idl
index 254f89185465..8ae8ef7c0e53 100644
--- a/offapi/com/sun/star/text/BaseFrameProperties.idl
+++ b/offapi/com/sun/star/text/BaseFrameProperties.idl
@@ -203,11 +203,11 @@ published service BaseFrameProperties
*/
[property] short RelativeWidth;
//-------------------------------------------------------------------------
- /** determins whether the width follows the height.
+ /** determines whether the width follows the height.
*/
[property] boolean IsSyncWidthToHeight;
//-------------------------------------------------------------------------
- /** determins whether the height follows the width.
+ /** determines whether the height follows the width.
*/
[property] boolean IsSyncHeightToWidth;
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/text/CellProperties.idl b/offapi/com/sun/star/text/CellProperties.idl
index f42cdea4048a..77b7b557cb19 100644
--- a/offapi/com/sun/star/text/CellProperties.idl
+++ b/offapi/com/sun/star/text/CellProperties.idl
@@ -94,7 +94,7 @@ published service CellProperties
[property] string BackGraphicFilter;
//-------------------------------------------------------------------------
- /** determins the position of the background graphic.
+ /** determines the position of the background graphic.
*/
[property] com::sun::star::style::GraphicLocation BackGraphicLocation;
@@ -104,7 +104,7 @@ published service CellProperties
[property] long NumberFormat;
//-------------------------------------------------------------------------
- /** determins whether the background is transparent.
+ /** determines whether the background is transparent.
*/
[property] boolean BackTransparent;
@@ -154,7 +154,7 @@ published service CellProperties
[readonly, property]com::sun::star::text::XTextSection TextSection;
//-------------------------------------------------------------------------
- /** determins whether the cell is write protected or not.
+ /** determines whether the cell is write protected or not.
*/
[property] boolean IsProtected;
diff --git a/offapi/com/sun/star/text/CellRange.idl b/offapi/com/sun/star/text/CellRange.idl
index 2df3a40521f0..9b550647600a 100644
--- a/offapi/com/sun/star/text/CellRange.idl
+++ b/offapi/com/sun/star/text/CellRange.idl
@@ -111,7 +111,7 @@ published service CellRange
//-----------------------------------------------------------------------------
- /** determins the location of the background graphic.
+ /** determines the location of the background graphic.
*/
[property] com::sun::star::style::GraphicLocation BackGraphicLocation;
@@ -123,20 +123,20 @@ published service CellRange
//-----------------------------------------------------------------------------
- /** determins if the background color is transparent.
+ /** determines if the background color is transparent.
*/
[property] boolean BackTransparent;
//-----------------------------------------------------------------------------
- /** determins if the first column of the table should be treated as
+ /** determines if the first column of the table should be treated as
axis labels when a chart is to be created.
*/
[property] boolean ChartColumnAsLabel;
//-----------------------------------------------------------------------------
- /** determins if the first row of the table should be treated as
+ /** determines if the first row of the table should be treated as
axis labels when a chart is to be created.
*/
[property] boolean ChartRowAsLabel;
diff --git a/offapi/com/sun/star/text/ContentIndex.idl b/offapi/com/sun/star/text/ContentIndex.idl
index 7c564d3dad7c..c4b4411f0f9a 100644
--- a/offapi/com/sun/star/text/ContentIndex.idl
+++ b/offapi/com/sun/star/text/ContentIndex.idl
@@ -40,12 +40,12 @@ published service ContentIndex
// DocMerge: empty anyway
service com::sun::star::text::BaseIndex;
- /** determins the depth of outline levels that are included into the content index.*/
+ /** determines the depth of outline levels that are included into the content index.*/
/// @missing
[optional, property] short Level;
- /** determins if the document index is created from outlines.
+ /** determines if the document index is created from outlines.
*/
[optional, property] boolean CreateFromOutline;
diff --git a/offapi/com/sun/star/text/DocumentIndex.idl b/offapi/com/sun/star/text/DocumentIndex.idl
index ed59249e63d0..4de5649f0485 100644
--- a/offapi/com/sun/star/text/DocumentIndex.idl
+++ b/offapi/com/sun/star/text/DocumentIndex.idl
@@ -42,35 +42,35 @@ published service DocumentIndex
{
service com::sun::star::text::BaseIndex;
- /** determins if alphabetical separators are genererated.
+ /** determines if alphabetical separators are genererated.
*/
[optional, property] boolean UseAlphabeticalSeparators;
- /** determins if a index entry is generated for each primary/secondary key.
+ /** determines if a index entry is generated for each primary/secondary key.
*/
[optional, property] boolean UseKeyAsEntry;
- /** determins if same entries on different pages are combined into one index entry.
+ /** determines if same entries on different pages are combined into one index entry.
*/
[optional, property] boolean UseCombinedEntries;
- /** determins if the similarity of index entries is checked case sensitively.
+ /** determines if the similarity of index entries is checked case sensitively.
*/
[optional, property] boolean IsCaseSensitive;
- /** determins if following page numbers are displayed using a 'pp.'.
+ /** determines if following page numbers are displayed using a 'pp.'.
*/
[optional, property] boolean UsePP;
- /** determins if if following page numbers are displayed using a dash.
+ /** determines if if following page numbers are displayed using a dash.
*/
[optional, property] boolean UseDash;
- /** determins if all entries start with a capital letter.
+ /** determines if all entries start with a capital letter.
*/
[optional, property] boolean UseUpperCase;
- /** determins the name of the character style that is applied to the number
+ /** determines the name of the character style that is applied to the number
of a page where main index entry is located.
*/
[optional, property] string MainEntryCharacterStyleName;
diff --git a/offapi/com/sun/star/text/DocumentIndexMark.idl b/offapi/com/sun/star/text/DocumentIndexMark.idl
index 5ac940b6d160..4af8a933dfaf 100644
--- a/offapi/com/sun/star/text/DocumentIndexMark.idl
+++ b/offapi/com/sun/star/text/DocumentIndexMark.idl
@@ -57,7 +57,7 @@ published service DocumentIndexMark
*/
[property] string SecondaryKey;
//-------------------------------------------------------------------------
- /** determins if this entry is a main entry. In a document index this entry will
+ /** determines if this entry is a main entry. In a document index this entry will
be emphasized by assigning a character style to it.
*/
[property] boolean IsMainEntry;
diff --git a/offapi/com/sun/star/text/FontEmphasis.idl b/offapi/com/sun/star/text/FontEmphasis.idl
index a320c39990af..2ba3bfcf1f92 100644
--- a/offapi/com/sun/star/text/FontEmphasis.idl
+++ b/offapi/com/sun/star/text/FontEmphasis.idl
@@ -29,7 +29,7 @@
module com { module sun { module star { module text {
//=============================================================================
-/** Determins the type and position of an emphasis mark in asian texts.
+/** Determines the type and position of an emphasis mark in asian texts.
*/
published constants FontEmphasis
{
diff --git a/offapi/com/sun/star/text/FontRelief.idl b/offapi/com/sun/star/text/FontRelief.idl
index 211b53ed9092..721362e5a3d2 100644
--- a/offapi/com/sun/star/text/FontRelief.idl
+++ b/offapi/com/sun/star/text/FontRelief.idl
@@ -29,7 +29,7 @@
module com { module sun { module star { module text {
//=============================================================================
-/** Determins the relief type of a font.
+/** Determines the relief type of a font.
*/
published constants FontRelief
{
diff --git a/offapi/com/sun/star/text/NumberingRules.idl b/offapi/com/sun/star/text/NumberingRules.idl
index 854e1c510742..89eb1573ee7c 100644
--- a/offapi/com/sun/star/text/NumberingRules.idl
+++ b/offapi/com/sun/star/text/NumberingRules.idl
@@ -56,19 +56,19 @@ published service NumberingRules
[optional] interface com::sun::star::beans::XPropertySet;
//-------------------------------------------------------------------------
- /** determins if the margins are absolute or relative
+ /** determines if the margins are absolute or relative
to the preceding numbering level.
*/
[optional, property] boolean IsAbsoluteMargins;
//-------------------------------------------------------------------------
- /** determins if the numbering rules are automatically created
+ /** determines if the numbering rules are automatically created
as opposed to numbering rules that are part of a numbering style.
*/
[optional, property] boolean IsAutomatic;
//-------------------------------------------------------------------------
- /** determins if the numbering levels are counted coninuously or if
+ /** determines if the numbering levels are counted coninuously or if
each numbering level is counted separately.
*/
[optional, property] boolean IsContinuousNumbering;
diff --git a/offapi/com/sun/star/text/SizeType.idl b/offapi/com/sun/star/text/SizeType.idl
index 2935d0515c7c..334419d870a6 100644
--- a/offapi/com/sun/star/text/SizeType.idl
+++ b/offapi/com/sun/star/text/SizeType.idl
@@ -48,7 +48,7 @@ published constants SizeType
const short VARIABLE = 0;
//-------------------------------------------------------------------------
- // The height property determins the height of the object.
+ // The height property determines the height of the object.
// DocMerge: empty anyway
const short FIX = 1;
diff --git a/offapi/com/sun/star/text/TextFieldMaster.idl b/offapi/com/sun/star/text/TextFieldMaster.idl
index f3aa289d15af..83d7ce55c179 100644
--- a/offapi/com/sun/star/text/TextFieldMaster.idl
+++ b/offapi/com/sun/star/text/TextFieldMaster.idl
@@ -46,7 +46,7 @@ published service TextFieldMaster
*/
[optional] interface com::sun::star::beans::XPropertySet;
//------------------------------------------------------------------------
- /** determins the name of the field master. The name is void as long as the
+ /** determines the name of the field master. The name is void as long as the
instance is not member of the document structure. When the value is being set
the instance is inserted into the document and the name cannot be changed afterwards.
That does not apply to the Database text field master.
diff --git a/offapi/com/sun/star/text/TextGraphicObject.idl b/offapi/com/sun/star/text/TextGraphicObject.idl
index 5599bc29d29f..6cc81534aa3b 100644
--- a/offapi/com/sun/star/text/TextGraphicObject.idl
+++ b/offapi/com/sun/star/text/TextGraphicObject.idl
@@ -144,11 +144,11 @@ published service TextGraphicObject
*/
[property] short AdjustBlue;
//-------------------------------------------------------------------------
- /** determins the gamma value of the graphic.
+ /** determines the gamma value of the graphic.
*/
[property] double Gamma;
//-------------------------------------------------------------------------
- /** determins if the graphic is display in inverted colors.
+ /** determines if the graphic is display in inverted colors.
It contains percentage values between -100 and +100.
*/
[property] boolean GraphicIsInverted;
diff --git a/offapi/com/sun/star/text/TextPageStyle.idl b/offapi/com/sun/star/text/TextPageStyle.idl
index f72882bae2c1..010dcbdb637a 100644
--- a/offapi/com/sun/star/text/TextPageStyle.idl
+++ b/offapi/com/sun/star/text/TextPageStyle.idl
@@ -69,7 +69,7 @@ published service TextPageStyle
{
//-------------------------------------------------------------------------
- /** determins whether the register mode is active on that page.
+ /** determines whether the register mode is active on that page.
*/
[property] boolean RegisterModeActive;
diff --git a/offapi/com/sun/star/text/TextSection.idl b/offapi/com/sun/star/text/TextSection.idl
index b34cfbed35c6..e90f005ef711 100644
--- a/offapi/com/sun/star/text/TextSection.idl
+++ b/offapi/com/sun/star/text/TextSection.idl
@@ -154,90 +154,90 @@ published service TextSection
@see GraphicLocation
*/
[property] com::sun::star::style::GraphicLocation BackGraphicLocation;
- /** determins whether footnotes inside the section are displayed at the end of the
+ /** determines whether footnotes inside the section are displayed at the end of the
section text.
*/
[property] boolean FootnoteIsCollectAtTextEnd;
//-------------------------------------------------------------------------
- /** determins whether the footnotes numbering restarts within the section.
+ /** determines whether the footnotes numbering restarts within the section.
This is only valid if <code>FootnoteIsRestartNumbering</code> is set.
*/
[property] boolean FootnoteIsRestartNumbering;
//-------------------------------------------------------------------------
- /** determins at which number the footnote numbering inside of the section starts.
+ /** determines at which number the footnote numbering inside of the section starts.
This is only valid if <code>FootnoteIsRestartNumbering</code> is set.
*/
[property] short FootnoteRestartNumberingAt;
//-------------------------------------------------------------------------
- /** determins whether the footnotes within the section use an own numbering format.
+ /** determines whether the footnotes within the section use an own numbering format.
This is only valid if <code>FootnoteIsRestartNumbering</code> is set.
*/
[property] boolean FootnoteIsOwnNumbering;
//-------------------------------------------------------------------------
- /** determins the numbering type of the footnote numbering as a value of
+ /** determines the numbering type of the footnote numbering as a value of
<type scope="com::sun::star::style">NumberingType</type>.
This is only valid if <code>FootnoteIsOwnNumbering</code> is set.
*/
[property] short FootnoteNumberingType;
//-------------------------------------------------------------------------
- /** determins the prefix that is display before the footnote number.
+ /** determines the prefix that is display before the footnote number.
This is only valid if <code>FootnoteIsOwnNumbering</code> is set.
*/
[property] string FootnoteNumberingPrefix;
//-------------------------------------------------------------------------
- /** determins the suffix that is display after of the footnote number.
+ /** determines the suffix that is display after of the footnote number.
This is only valid if <code>FootnoteIsOwnNumbering</code> is set.
*/
[property] string FootnoteNumberingSuffix;
//-------------------------------------------------------------------------
- /** determins whether endnotes inside the section are displayed at the end of the
+ /** determines whether endnotes inside the section are displayed at the end of the
section text.
*/
[property] boolean EndnoteIsCollectAtTextEnd;
//-------------------------------------------------------------------------
- /** determins whether the endnotes numbering restarts within the section.
+ /** determines whether the endnotes numbering restarts within the section.
This is only valid if <code>EndnoteIsRestartNumbering</code> is set.
*/
[property] boolean EndnoteIsRestartNumbering;
//-------------------------------------------------------------------------
- /** determins at which number the endnote numbering inside of the section starts.
+ /** determines at which number the endnote numbering inside of the section starts.
This is only valid if <code>EndnoteIsRestartNumbering</code> is set.
*/
[property] short EndnoteRestartNumberingAt;
//-------------------------------------------------------------------------
- /** determins whether the endnotes within the section use an own numbering format.
+ /** determines whether the endnotes within the section use an own numbering format.
This is only valid if <code>EndnoteIsRestartNumbering</code> is set.
*/
[property] boolean EndnoteIsOwnNumbering;
//-------------------------------------------------------------------------
- /** determins the numbering type of the endnote numbering as a value of
+ /** determines the numbering type of the endnote numbering as a value of
<type scope="com::sun::star::style">NumberingType</type>.
This is only valid if <code>EndoteIsOwnNumbering</code> is set.
*/
[property] short EndnoteNumberingType;
//-------------------------------------------------------------------------
- /** determins the prefix that is display before the endnote number.
+ /** determines the prefix that is display before the endnote number.
This is only valid if <code>EndnoteIsOwnNumbering</code> is set.
*/
[property] string EndnoteNumberingPrefix;
//-------------------------------------------------------------------------
- /** determins the suffix that is display after the endnote number.
+ /** determines the suffix that is display after the endnote number.
This is only valid if <code>EndnoteIsOwnNumbering</code> is set.
*/
[property] string EndnoteNumberingSuffix;
//-------------------------------------------------------------------------
- /** determins if a DDE link is updated automatically.
+ /** determines if a DDE link is updated automatically.
*/
[property] boolean IsAutomaticUpdate;
//-------------------------------------------------------------------------
/** allows columns to be set into the text section
*/
[property] com::sun::star::text::XTextColumns TextColumns;
- /** determins the left margin of the section
+ /** determines the left margin of the section
*/
[optional, property] long SectionLeftMargin;
//-------------------------------------------------------------------------
- /** determins the left margin of the section
+ /** determines the left margin of the section
*/
[optional, property] long SectionRightMargin;
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/text/TextTable.idl b/offapi/com/sun/star/text/TextTable.idl
index 8767205255ac..f3067d1ced45 100644
--- a/offapi/com/sun/star/text/TextTable.idl
+++ b/offapi/com/sun/star/text/TextTable.idl
@@ -135,7 +135,7 @@ published service TextTable
[optional] interface com::sun::star::sheet::XCellRangeData;
- /** determins the type of break that is applied at the beginning of the table. @see com::sun::star::style::BreakType
+ /** determines the type of break that is applied at the beginning of the table. @see com::sun::star::style::BreakType
*/
[property] com::sun::star::style::BreakType BreakType;
//-------------------------------------------------------------------------
@@ -179,40 +179,40 @@ published service TextTable
[property] string PageDescName;
//-------------------------------------------------------------------------
- /** determins the width of the table relative to its environment.
+ /** determines the width of the table relative to its environment.
*/
[property] short RelativeWidth;
//-------------------------------------------------------------------------
- /** determins if the value of the relative width is valid.
+ /** determines if the value of the relative width is valid.
*/
[property] boolean IsWidthRelative;
//-------------------------------------------------------------------------
- /** determins if the first row of the table is repeated on every new page.
+ /** determines if the first row of the table is repeated on every new page.
*/
[property] boolean RepeatHeadline;
//-------------------------------------------------------------------------
- /** determins the number of rows of the table repeated on every new page.
+ /** determines the number of rows of the table repeated on every new page.
*/
[optional, property] long HeaderRowCount;
//-------------------------------------------------------------------------
- /** determins the type, color and size of the shadow. @see com::sun::star::table::ShadowFormat
+ /** determines the type, color and size of the shadow. @see com::sun::star::table::ShadowFormat
*/
[property] com::sun::star::table::ShadowFormat ShadowFormat;
//-------------------------------------------------------------------------
- /** determins the top margin.
+ /** determines the top margin.
*/
[property] long TopMargin;
//-------------------------------------------------------------------------
- /** determins the bottom margin.
+ /** determines the bottom margin.
*/
[property] long BottomMargin;
//-------------------------------------------------------------------------
- /** determins if the background color is transparent.
+ /** determines if the background color is transparent.
*/
[property] boolean BackTransparent;
//-------------------------------------------------------------------------
@@ -226,13 +226,13 @@ published service TextTable
[property] long Width;
//-------------------------------------------------------------------------
- /** determins if the first row of the table should be treated as
+ /** determines if the first row of the table should be treated as
axis labels when a chart is to be created.
*/
[property] boolean ChartRowAsLabel;
//-------------------------------------------------------------------------
- /** determins if the first column of the table should be treated as
+ /** determines if the first column of the table should be treated as
axis labels when a chart is to be created.
*/
[property] boolean ChartColumnAsLabel;
diff --git a/offapi/com/sun/star/text/UserDefinedIndex.idl b/offapi/com/sun/star/text/UserDefinedIndex.idl
index c323b1102572..6b805dd366a2 100644
--- a/offapi/com/sun/star/text/UserDefinedIndex.idl
+++ b/offapi/com/sun/star/text/UserDefinedIndex.idl
@@ -48,27 +48,27 @@ published service UserDefinedIndex
*/
[optional, property] com::sun::star::container::XIndexReplace LevelParagraphStyles;
- /** determins if the document index marks are included in this index.
+ /** determines if the document index marks are included in this index.
*/
[optional, property] boolean CreateFromMarks;
- /** determins if the outline level of the location of the indexed object is
+ /** determines if the outline level of the location of the indexed object is
used as index level of the index entry.*/
[optional, property] boolean UseLevelFromSource;
- /** determins if tables are included in the index.
+ /** determines if tables are included in the index.
*/
[optional, property] boolean CreateFromTables;
- /** determins if text frames are included in the index.
+ /** determines if text frames are included in the index.
*/
[optional, property] boolean CreateFromTextFrames;
- /** determins if graphic objects are included in the index.
+ /** determines if graphic objects are included in the index.
*/
[optional, property] boolean CreateFromGraphicObjects;
- /** determins if embedded objects are included in the index.
+ /** determines if embedded objects are included in the index.
*/
[optional, property] boolean CreateFromEmbeddedObjects;
diff --git a/offapi/com/sun/star/text/UserIndex.idl b/offapi/com/sun/star/text/UserIndex.idl
index 34230c34bbb8..f269adeb9797 100644
--- a/offapi/com/sun/star/text/UserIndex.idl
+++ b/offapi/com/sun/star/text/UserIndex.idl
@@ -44,27 +44,27 @@ published service UserIndex
*/
[optional, property] com::sun::star::container::XIndexReplace LevelParagraphStyles;
- /** determins if the document index marks are included in this index.
+ /** determines if the document index marks are included in this index.
*/
[optional, property] boolean CreateFromMarks;
- /** determins if the outline level of the location of the indexed object is
+ /** determines if the outline level of the location of the indexed object is
used as index level of the index entry.*/
[optional, property] boolean UseLevelFromSource;
- /** determins if tables are included in the index.
+ /** determines if tables are included in the index.
*/
[optional, property] boolean CreateFromTables;
- /** determins if text frames are included in the index.
+ /** determines if text frames are included in the index.
*/
[optional, property] boolean CreateFromTextFrames;
- /** determins if graphic objects are included in the index.
+ /** determines if graphic objects are included in the index.
*/
[optional, property] boolean CreateFromGraphicObjects;
- /** determins if embedded objects are included in the index.
+ /** determines if embedded objects are included in the index.
*/
[optional, property] boolean CreateFromEmbeddedObjects;
/** contains the name of the user index.
diff --git a/offapi/com/sun/star/text/XNumberingTypeInfo.idl b/offapi/com/sun/star/text/XNumberingTypeInfo.idl
index fec75a1db856..a9168a42bbe8 100644
--- a/offapi/com/sun/star/text/XNumberingTypeInfo.idl
+++ b/offapi/com/sun/star/text/XNumberingTypeInfo.idl
@@ -46,7 +46,7 @@ published interface XNumberingTypeInfo : com::sun::star::uno::XInterface
/** returns the corresponding numbering type to an identifier.
*/
short getNumberingType([in]string NumberingIdentifier);
- /** determins whether an identifier is supported.
+ /** determines whether an identifier is supported.
*/
boolean hasNumberingType([in]string NumberingIdentifier);
/** returns the corresponding identifiert to a numbering type.
diff --git a/offapi/com/sun/star/text/XPagePrintable.idl b/offapi/com/sun/star/text/XPagePrintable.idl
index 7450a67a08b5..b40de521ace9 100644
--- a/offapi/com/sun/star/text/XPagePrintable.idl
+++ b/offapi/com/sun/star/text/XPagePrintable.idl
@@ -60,7 +60,7 @@ published interface XPagePrintable: com::sun::star::uno::XInterface
<LI><P>long BottomMargin - bottom margin of the page</P>
<LI><P>long HoriMargin - margin between rows of pages</P>
<LI><P>long VertMargin - margin between columns of pages</P>
- <LI><P>boolean IsLandscape - determins if the output page is printed in landscape format</P>
+ <LI><P>boolean IsLandscape - determines if the output page is printed in landscape format</P>
</UL>
</p>
*/
diff --git a/offapi/com/sun/star/text/fieldmaster/Bibliography.idl b/offapi/com/sun/star/text/fieldmaster/Bibliography.idl
index 47989a157500..087f5008ffbf 100644
--- a/offapi/com/sun/star/text/fieldmaster/Bibliography.idl
+++ b/offapi/com/sun/star/text/fieldmaster/Bibliography.idl
@@ -41,37 +41,37 @@ published service Bibliography
service com::sun::star::text::TextFieldMaster;
//------------------------------------------------------------------------
- /** determins whether the bibiliography text fields are numbered. If <FALSE/> the
+ /** determines whether the bibiliography text fields are numbered. If <FALSE/> the
short name of the bibliography entry is displayed instead.
*/
[property] boolean IsNumberEntries;
//------------------------------------------------------------------------
- /** determins whether the bibliography entries in a bibliography index are sorted
- by the document position. If <FALSE/> the SortKey property determins the
+ /** determines whether the bibliography entries in a bibliography index are sorted
+ by the document position. If <FALSE/> the SortKey property determines the
sorting of the entries.
*/
[property] boolean IsSortByPosition;
//------------------------------------------------------------------------
- /** determins the opening bracket used to display the bibliography text fields.
+ /** determines the opening bracket used to display the bibliography text fields.
*/
[property] string BracketBefore;
//------------------------------------------------------------------------
- /** determins the closing bracket used to display the bibliography text fields.
+ /** determines the closing bracket used to display the bibliography text fields.
*/
[property] string BracketAfter;
//------------------------------------------------------------------------
- /** determins the sorting of the bibliography entries in a bibliography index.
+ /** determines the sorting of the bibliography entries in a bibliography index.
This property is used if the property IsSortByPosition is not set.
Each contained element of the sequence is a sequence of the following
two properties:
<UL>
<LI><P>[property] short SortKey;</P>
<UL>
- <LI><P>Determins the bibliography field that is used to sort by.</P>
+ <LI><P>Determines the bibliography field that is used to sort by.</P>
</UL>
<LI><P>[property] boolean IsSortAscending;</P>
<UL>
- <LI><P>Determins wheter the sorting is ascending or descending.
+ <LI><P>Determines wheter the sorting is ascending or descending.
It uses the type <type scope="com::sun::star::text">BibliographyDataField</type></P>
</UL>
</UL>
diff --git a/offapi/com/sun/star/text/fieldmaster/DDE.idl b/offapi/com/sun/star/text/fieldmaster/DDE.idl
index 75af504b0478..7330adc27084 100644
--- a/offapi/com/sun/star/text/fieldmaster/DDE.idl
+++ b/offapi/com/sun/star/text/fieldmaster/DDE.idl
@@ -52,7 +52,7 @@ published service DDE
*/
[property] string DDECommandType;
//------------------------------------------------------------------------
- /** determins whether DDE link is updated automatically.
+ /** determines whether DDE link is updated automatically.
*/
[property] boolean IsAutomaticUpdate;
//------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/text/fieldmaster/SetExpression.idl b/offapi/com/sun/star/text/fieldmaster/SetExpression.idl
index b0f70bacd6a4..f16751c8f090 100644
--- a/offapi/com/sun/star/text/fieldmaster/SetExpression.idl
+++ b/offapi/com/sun/star/text/fieldmaster/SetExpression.idl
@@ -40,17 +40,17 @@ published service SetExpression
service com::sun::star::text::TextFieldMaster;
//------------------------------------------------------------------------
- /** determins the number of the chapter. This values is used if the field master
+ /** determines the number of the chapter. This values is used if the field master
is set as number sequence.
*/
[property] byte ChapterNumberingLevel;
//------------------------------------------------------------------------
- /** determins the numbering separator string if the field master
+ /** determines the numbering separator string if the field master
is set as number sequence.
*/
[property] string NumberingSeparator;
//------------------------------------------------------------------------
- /** determins the type of the field as <type scope="com::sun::star::text"SetVariableType</type>
+ /** determines the type of the field as <type scope="com::sun::star::text"SetVariableType</type>
*/
[property] short SubType;
};
diff --git a/offapi/com/sun/star/text/fieldmaster/User.idl b/offapi/com/sun/star/text/fieldmaster/User.idl
index 19c8e5ecadfb..7686b3d08453 100644
--- a/offapi/com/sun/star/text/fieldmaster/User.idl
+++ b/offapi/com/sun/star/text/fieldmaster/User.idl
@@ -40,7 +40,7 @@ published service User
service com::sun::star::text::TextFieldMaster;
//------------------------------------------------------------------------
- /** determins whether the field contains an expression.
+ /** determines whether the field contains an expression.
*/
[property] boolean IsExpression;
//------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/text/textfield/Chapter.idl b/offapi/com/sun/star/text/textfield/Chapter.idl
index 7131971bfa0c..426926dfb014 100644
--- a/offapi/com/sun/star/text/textfield/Chapter.idl
+++ b/offapi/com/sun/star/text/textfield/Chapter.idl
@@ -37,11 +37,11 @@ module com { module sun { module star { module text { module textfield {
published service Chapter
{
service com::sun::star::text::TextField;
- /** determins how the chapter should be displayed as described in
+ /** determines how the chapter should be displayed as described in
<type scope="com::sun::star::text">ChapterFormat</type>.
*/
[property]short ChapterFormat;
- /** determins which chapter level should be used. The highest chapter
+ /** determines which chapter level should be used. The highest chapter
level has the value 0.
*/
[property]byte Level;
diff --git a/offapi/com/sun/star/text/textfield/Database.idl b/offapi/com/sun/star/text/textfield/Database.idl
index d7f8f7671760..3f6e63a7af8a 100644
--- a/offapi/com/sun/star/text/textfield/Database.idl
+++ b/offapi/com/sun/star/text/textfield/Database.idl
@@ -47,7 +47,7 @@ published service Database
<p> This property is escpecially useful for import/export purposes. </p>
*/
[property]string CurrentPresentation;
- /** determins whether the number format is number display format is read
+ /** determines whether the number format is number display format is read
from the database settings.
*/
[property]boolean DataBaseFormat;
diff --git a/offapi/com/sun/star/text/textfield/DatabaseNextSet.idl b/offapi/com/sun/star/text/textfield/DatabaseNextSet.idl
index b3aebad14aa4..288ab772ecc2 100644
--- a/offapi/com/sun/star/text/textfield/DatabaseNextSet.idl
+++ b/offapi/com/sun/star/text/textfield/DatabaseNextSet.idl
@@ -57,7 +57,7 @@ published service DatabaseNextSet
*/
[property] string DataTableName;
- /** determins whether the database selection is set to the next position or not.
+ /** determines whether the database selection is set to the next position or not.
*/
[property] string Condition;
diff --git a/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl b/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl
index 0608a8f2082d..1cea594002ef 100644
--- a/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl
+++ b/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl
@@ -58,7 +58,7 @@ published service DatabaseNumberOfSet
*/
[property] string DataTableName;
- /** contains the conditions that determins whether the SetNumber is applied or not.
+ /** contains the conditions that determines whether the SetNumber is applied or not.
*/
[property] string Condition;
diff --git a/offapi/com/sun/star/text/textfield/FileName.idl b/offapi/com/sun/star/text/textfield/FileName.idl
index 37e02eafc3d7..4c9b56047fdc 100644
--- a/offapi/com/sun/star/text/textfield/FileName.idl
+++ b/offapi/com/sun/star/text/textfield/FileName.idl
@@ -42,7 +42,7 @@ published service FileName
<p> This property is especially useful for import/export purposes. </p>
*/
[property]string CurrentPresentation;
- /** determins the format the file name is displayed as specified in
+ /** determines the format the file name is displayed as specified in
<type scope="com::sun::star::text">FilenameDisplayFormat</type>.
*/
[property]short FileFormat;
diff --git a/offapi/com/sun/star/text/textfield/GetExpression.idl b/offapi/com/sun/star/text/textfield/GetExpression.idl
index 63f2556af868..32991b9f7df5 100644
--- a/offapi/com/sun/star/text/textfield/GetExpression.idl
+++ b/offapi/com/sun/star/text/textfield/GetExpression.idl
@@ -52,10 +52,10 @@ published service GetExpression
<type scope="com::sun::star::style">NumberingType</type>
*/
[property]short NumberingType;
- /** determins whether the content is displayed or evaluated.
+ /** determines whether the content is displayed or evaluated.
*/
[property]boolean IsShowFormula;
- /** determins the type of the variable as described in
+ /** determines the type of the variable as described in
<type scope="com::sun::star::text">SetVariableType</type>
*/
[property]short SubType;
diff --git a/offapi/com/sun/star/text/textfield/JumpEdit.idl b/offapi/com/sun/star/text/textfield/JumpEdit.idl
index d71900c4115a..9d39fa8a0c09 100644
--- a/offapi/com/sun/star/text/textfield/JumpEdit.idl
+++ b/offapi/com/sun/star/text/textfield/JumpEdit.idl
@@ -37,13 +37,13 @@ module com { module sun { module star { module text { module textfield {
published service JumpEdit
{
service com::sun::star::text::TextField;
- /** determins a hint that is displayed at the user interface as tip.
+ /** determines a hint that is displayed at the user interface as tip.
*/
[property]string Hint;
- /** determins the text of the place holder.
+ /** determines the text of the place holder.
*/
[property]string PlaceHolder;
- /** determins the type of the place holder as described in
+ /** determines the type of the place holder as described in
<type scope="com::sun::star::text">PlaceholderType</type>.
*/
[property]short PlaceHolderType;
diff --git a/offapi/com/sun/star/text/textfield/PageNumber.idl b/offapi/com/sun/star/text/textfield/PageNumber.idl
index 6fe54a939b3a..044d75d6b6b1 100644
--- a/offapi/com/sun/star/text/textfield/PageNumber.idl
+++ b/offapi/com/sun/star/text/textfield/PageNumber.idl
@@ -39,15 +39,15 @@ published service PageNumber
{
service com::sun::star::text::TextField;
- /** determins the type of the numbering.
+ /** determines the type of the numbering.
@see <const scope="com::sun::star::style">NumberingType</const>
*/
[property] short NumberingType;
- /** determins an offset value to show a different page number.
+ /** determines an offset value to show a different page number.
*/
[property] short Offset;
- /** determins which page the field refers to.
+ /** determines which page the field refers to.
@see <const scope="com::sun::star::text">PageNumberType</const>
*/
[property] PageNumberType SubType;
diff --git a/offapi/com/sun/star/text/textfield/ReferencePageSet.idl b/offapi/com/sun/star/text/textfield/ReferencePageSet.idl
index 5201b1c2d978..8a45f1ce0f02 100644
--- a/offapi/com/sun/star/text/textfield/ReferencePageSet.idl
+++ b/offapi/com/sun/star/text/textfield/ReferencePageSet.idl
@@ -38,10 +38,10 @@ module com { module sun { module star { module text { module textfield {
published service ReferencePageSet
{
service com::sun::star::text::TextField;
- /** determins an offset value to change the displayed value of a ReferencePageGet text field.
+ /** determines an offset value to change the displayed value of a ReferencePageGet text field.
*/
[property]short Offset;
- /** determins whether the ReferencePageGet text fields are displayed or not.
+ /** determines whether the ReferencePageGet text fields are displayed or not.
*/
[property]boolean NameOn;
diff --git a/offapi/com/sun/star/text/textfield/Script.idl b/offapi/com/sun/star/text/textfield/Script.idl
index 9c8d0abe659d..a43ab6e4d6b4 100644
--- a/offapi/com/sun/star/text/textfield/Script.idl
+++ b/offapi/com/sun/star/text/textfield/Script.idl
@@ -44,7 +44,7 @@ published service Script
/** contains the name of the script type (i.e. JavaScript)
*/
[property]string ScriptType;
- /** determins whether the property Content contains a URL or a script.
+ /** determines whether the property Content contains a URL or a script.
*/
[property]boolean URLContent;
diff --git a/offapi/com/sun/star/text/textfield/SetExpression.idl b/offapi/com/sun/star/text/textfield/SetExpression.idl
index 1402dfe1b9e0..c221aacbfe41 100644
--- a/offapi/com/sun/star/text/textfield/SetExpression.idl
+++ b/offapi/com/sun/star/text/textfield/SetExpression.idl
@@ -55,7 +55,7 @@ published service SetExpression
<type scope="com::sun::star::style">NumberingType</type>
*/
[property]short NumberingType;
- /** determins whether the content is displayed or evaluated.
+ /** determines whether the content is displayed or evaluated.
*/
[property]boolean IsShowFormula;
/** contains an informational text that is displayed at the user
@@ -71,7 +71,7 @@ published service SetExpression
/** contains the sequence value when this field is used as sequence field.
*/
[property]short SequenceValue;
- /** determins the type of the variable as described in
+ /** determines the type of the variable as described in
<type scope="com::sun::star::text">SetVariableType</type>
*/
[property]short SubType;
diff --git a/offapi/com/sun/star/text/textfield/TableFormula.idl b/offapi/com/sun/star/text/textfield/TableFormula.idl
index 41346d2f9163..fb3be455fdcc 100644
--- a/offapi/com/sun/star/text/textfield/TableFormula.idl
+++ b/offapi/com/sun/star/text/textfield/TableFormula.idl
@@ -47,7 +47,7 @@ published service TableFormula
*/
[property] string CurrentPresentation;
- /** determins whether the formula displayed as text or evaluated.
+ /** determines whether the formula displayed as text or evaluated.
*/
[property] boolean IsShowFormula;
/** this is the number format for this field.
diff --git a/offapi/com/sun/star/text/textfield/TemplateName.idl b/offapi/com/sun/star/text/textfield/TemplateName.idl
index bafce1e916b6..14256167b99e 100644
--- a/offapi/com/sun/star/text/textfield/TemplateName.idl
+++ b/offapi/com/sun/star/text/textfield/TemplateName.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module text { module textfield {
published service TemplateName
{
service com::sun::star::text::TextField;
- /** determins the format the template file name is displayed as specified in
+ /** determines the format the template file name is displayed as specified in
<type scope="com::sun::star::text">FilenameDisplayFormat</type>.
*/
[property]short FileFormat;
diff --git a/offapi/com/sun/star/text/textfield/User.idl b/offapi/com/sun/star/text/textfield/User.idl
index 25b4ab81060d..07078fc6e403 100644
--- a/offapi/com/sun/star/text/textfield/User.idl
+++ b/offapi/com/sun/star/text/textfield/User.idl
@@ -40,11 +40,11 @@ published service User
{
service com::sun::star::text::DependentTextField;
- /** determins if the content is shown as text rather than as value.
+ /** determines if the content is shown as text rather than as value.
*/
[optional, property] boolean IsShowFormula;
- /** determins if the field is visible.
+ /** determines if the field is visible.
*/
[optional, property] boolean IsVisible;
diff --git a/offapi/com/sun/star/ui/ActionTriggerSeparator.idl b/offapi/com/sun/star/ui/ActionTriggerSeparator.idl
index 4167e984e164..74b0fefc6e42 100644
--- a/offapi/com/sun/star/ui/ActionTriggerSeparator.idl
+++ b/offapi/com/sun/star/ui/ActionTriggerSeparator.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module ui {
*/
published service ActionTriggerSeparator
{
- /** determins the type of the separator using constants from
+ /** determines the type of the separator using constants from
<type>ActionTriggerSeparatorType</type>.
*/
[optional, property] short SeparatorType;
diff --git a/offapi/com/sun/star/ui/ActionTriggerSeparatorType.idl b/offapi/com/sun/star/ui/ActionTriggerSeparatorType.idl
index 0f32653b90f6..fd394ba389db 100644
--- a/offapi/com/sun/star/ui/ActionTriggerSeparatorType.idl
+++ b/offapi/com/sun/star/ui/ActionTriggerSeparatorType.idl
@@ -25,7 +25,7 @@
module com { module sun { module star { module ui {
-/** Determins the type of a separator in an ActionTriggerContainer.
+/** Determines the type of a separator in an ActionTriggerContainer.
*/
published constants ActionTriggerSeparatorType
{
diff --git a/offapi/com/sun/star/ui/ContextMenuInterceptorAction.idl b/offapi/com/sun/star/ui/ContextMenuInterceptorAction.idl
index e103fbf895c3..e33c3f7b6262 100644
--- a/offapi/com/sun/star/ui/ContextMenuInterceptorAction.idl
+++ b/offapi/com/sun/star/ui/ContextMenuInterceptorAction.idl
@@ -26,7 +26,7 @@
module com { module sun { module star { module ui {
-/** determins the action that is requested from the <type>XContextMenuInterceptor</type>.
+/** determines the action that is requested from the <type>XContextMenuInterceptor</type>.
*/
published enum ContextMenuInterceptorAction
{
diff --git a/offapi/com/sun/star/ui/ItemType.idl b/offapi/com/sun/star/ui/ItemType.idl
index c92def5700c6..87419ac8dd47 100644
--- a/offapi/com/sun/star/ui/ItemType.idl
+++ b/offapi/com/sun/star/ui/ItemType.idl
@@ -25,7 +25,7 @@
module com { module sun { module star { module ui {
-/** Determins the type of an item.
+/** Determines the type of an item.
@since OpenOffice 2.0
*/
diff --git a/sw/source/core/text/pormulti.hxx b/sw/source/core/text/pormulti.hxx
index 3ee63e5f014c..9448ff0661c5 100644
--- a/sw/source/core/text/pormulti.hxx
+++ b/sw/source/core/text/pormulti.hxx
@@ -63,7 +63,7 @@ struct SwMultiCreator
struct SwBracket
{
- xub_StrLen nStart; // Start of text attribute determins the font
+ xub_StrLen nStart; // Start of text attribute determines the font
KSHORT nAscent; // Ascent of the brackets
KSHORT nHeight; // Height of them
KSHORT nPreWidth; // Width of the opening bracket
diff --git a/vcl/unx/generic/app/saldata.cxx b/vcl/unx/generic/app/saldata.cxx
index 6e0315c90dcb..45be0f2aa559 100644
--- a/vcl/unx/generic/app/saldata.cxx
+++ b/vcl/unx/generic/app/saldata.cxx
@@ -581,7 +581,7 @@ struct YieldEntry
YieldEntry* next; // pointer to next entry
int fd; // file descriptor for reading
void* data; // data for predicate and callback
- YieldFunc pending; // predicate (determins pending events)
+ YieldFunc pending; // predicate (determines pending events)
YieldFunc queued; // read and queue up events
YieldFunc handle; // handle pending events