Fix typos
Change-Id: I49ac790b4f1b09f5041ec95b8cdf0d6323d036d9 Reviewed-on: https://gerrit.libreoffice.org/78796 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
This commit is contained in:
committed by
Julien Nabet
parent
2e1e0852ee
commit
f0413ff4ea
@@ -90,7 +90,7 @@ public:
|
|||||||
@param rShapeTreeInfo
|
@param rShapeTreeInfo
|
||||||
Bundle of information passed down the shape tree.
|
Bundle of information passed down the shape tree.
|
||||||
@param rContext
|
@param rContext
|
||||||
An accessible context object that is called for fireing events
|
An accessible context object that is called for firing events
|
||||||
for new and deleted children, i.e. that holds a list of
|
for new and deleted children, i.e. that holds a list of
|
||||||
listeners to be informed.
|
listeners to be informed.
|
||||||
*/
|
*/
|
||||||
|
@@ -84,7 +84,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
* Constructor. ResultSet is readonly by default.
|
* Constructor. ResultSet is readonly by default.
|
||||||
*
|
*
|
||||||
* @param rxSMgr is a Servive Manager.
|
* @param rxSMgr is a Service Manager.
|
||||||
* @param rProps is a sequence of properties (partially) describing the
|
* @param rProps is a sequence of properties (partially) describing the
|
||||||
* columns of a resultset.
|
* columns of a resultset.
|
||||||
*/
|
*/
|
||||||
@@ -95,7 +95,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
*
|
*
|
||||||
* @param rxSMgr is a Servive Manager.
|
* @param rxSMgr is a Service Manager.
|
||||||
* @param rProps is a sequence of properties (partially) describing the
|
* @param rProps is a sequence of properties (partially) describing the
|
||||||
* columns of a resultset.
|
* columns of a resultset.
|
||||||
* @param rColumnData contains additional meta data for the columns of
|
* @param rColumnData contains additional meta data for the columns of
|
||||||
|
@@ -84,7 +84,7 @@ interface XAccessibleHypertext
|
|||||||
Index of the character for which to return the link index. If
|
Index of the character for which to return the link index. If
|
||||||
the XAccessibleText interface is used to represent
|
the XAccessibleText interface is used to represent
|
||||||
the text containing the link, then the character index is only
|
the text containing the link, then the character index is only
|
||||||
valid if it is greater than or equal to zero and lower then the
|
valid if it is greater than or equal to zero and lower than the
|
||||||
number of characters in the text. See that interface's
|
number of characters in the text. See that interface's
|
||||||
documentation for more details.
|
documentation for more details.
|
||||||
|
|
||||||
|
@@ -52,7 +52,7 @@ interface XMutableTreeNode : XTreeNode
|
|||||||
if <var>ChildNode</var> is not a valid node of the corresponding XTreeDataModel.
|
if <var>ChildNode</var> is not a valid node of the corresponding XTreeDataModel.
|
||||||
|
|
||||||
@throws ::com::sun::star::lang::IndexOutOfBoundsException
|
@throws ::com::sun::star::lang::IndexOutOfBoundsException
|
||||||
if <var>Index</var> is less than 0 or greater then XTreeNode::getChildCount().
|
if <var>Index</var> is less than 0 or greater than XTreeNode::getChildCount().
|
||||||
*/
|
*/
|
||||||
void insertChildByIndex( [in] long Index, [in] XMutableTreeNode ChildNode )
|
void insertChildByIndex( [in] long Index, [in] XMutableTreeNode ChildNode )
|
||||||
raises( com::sun::star::lang::IllegalArgumentException,
|
raises( com::sun::star::lang::IllegalArgumentException,
|
||||||
|
@@ -37,7 +37,7 @@ interface XTreeNode
|
|||||||
/** Returns the child tree node at <var>Index</var>.
|
/** Returns the child tree node at <var>Index</var>.
|
||||||
|
|
||||||
@throws ::com::sun::star::lang::IndexOutOfBoundsException
|
@throws ::com::sun::star::lang::IndexOutOfBoundsException
|
||||||
if <var>Index</var> is less than 0 or equal or greater then getChildCount().
|
if <var>Index</var> is less than 0 or equal or greater than getChildCount().
|
||||||
*/
|
*/
|
||||||
XTreeNode getChildAt( [in] long Index )
|
XTreeNode getChildAt( [in] long Index )
|
||||||
raises( com::sun::star::lang::IndexOutOfBoundsException );
|
raises( com::sun::star::lang::IndexOutOfBoundsException );
|
||||||
|
@@ -62,7 +62,7 @@ struct DocumentSignatureInformation
|
|||||||
* OOo 3.0 signed everything, except mimetype and the META-INF folder.
|
* OOo 3.0 signed everything, except mimetype and the META-INF folder.
|
||||||
* <p>
|
* <p>
|
||||||
* If PartialDocumentSignature is true, then the signature was created by OOo
|
* If PartialDocumentSignature is true, then the signature was created by OOo
|
||||||
* with a version less then 3.2. In this case, not all files are signed. The
|
* with a version lower than 3.2. In this case, not all files are signed. The
|
||||||
* signature can still be regarded as valid, as long as SignatureIsValid is true
|
* signature can still be regarded as valid, as long as SignatureIsValid is true
|
||||||
* and the certificate could be validated. However, users should be notified about
|
* and the certificate could be validated. However, users should be notified about
|
||||||
* the fact, that not everything in this document is signed.
|
* the fact, that not everything in this document is signed.
|
||||||
|
@@ -97,7 +97,7 @@ published struct DataPilotFieldGroupInfo
|
|||||||
#Start set to 2, and #Step set to 3,
|
#Start set to 2, and #Step set to 3,
|
||||||
the first group will contain all values greater than or equal to 2 and
|
the first group will contain all values greater than or equal to 2 and
|
||||||
less than 5. The second group will contain all values greater than or
|
less than 5. The second group will contain all values greater than or
|
||||||
equal to 5 and less then 8, and so on.</p>
|
equal to 5 and less than 8, and so on.</p>
|
||||||
*/
|
*/
|
||||||
double Step;
|
double Step;
|
||||||
|
|
||||||
|
@@ -43,7 +43,7 @@ published interface XTextSearch : com::sun::star::uno::XInterface
|
|||||||
*/
|
*/
|
||||||
SearchResult searchForward ([in] string searchStr, [in] long startPos, [in] long endPos );
|
SearchResult searchForward ([in] string searchStr, [in] long startPos, [in] long endPos );
|
||||||
/** search backward in the searchStr, starts at startPos and ends by endpos.
|
/** search backward in the searchStr, starts at startPos and ends by endpos.
|
||||||
The endpos must be lower then the startpos, because the function searches backward!
|
The endpos must be lower than the startpos, because the function searches backward!
|
||||||
The result is returned in the SearchResult.
|
The result is returned in the SearchResult.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
@@ -132,13 +132,13 @@
|
|||||||
</prop>
|
</prop>
|
||||||
<prop oor:name="MinSpaceDocSave" oor:type="xs:int" oor:nillable="false">
|
<prop oor:name="MinSpaceDocSave" oor:type="xs:int" oor:nillable="false">
|
||||||
<info>
|
<info>
|
||||||
<desc>Define the minimum space in [MB], which must be available on disc to save backups for open documents. Note: values less then 1 will be ignored.</desc>
|
<desc>Define the minimum space in [MB], which must be available on disc to save backups for open documents. Note: values less than 1 will be ignored.</desc>
|
||||||
</info>
|
</info>
|
||||||
<value>5</value>
|
<value>5</value>
|
||||||
</prop>
|
</prop>
|
||||||
<prop oor:name="MinSpaceConfigSave" oor:type="xs:int" oor:nillable="false">
|
<prop oor:name="MinSpaceConfigSave" oor:type="xs:int" oor:nillable="false">
|
||||||
<info>
|
<info>
|
||||||
<desc>Define the minimum space in [MB], which must be available on disc to store the recovery configuration. Note: values less then 1 will be ignored.</desc>
|
<desc>Define the minimum space in [MB], which must be available on disc to store the recovery configuration. Note: values less than 1 will be ignored.</desc>
|
||||||
</info>
|
</info>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
</prop>
|
</prop>
|
||||||
|
Reference in New Issue
Block a user