Fix typos
Change-Id: Ia7486fe6c110a4a7f53f1dac82dbff3a15405fd7 Reviewed-on: https://gerrit.libreoffice.org/75947 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
This commit is contained in:
@@ -180,7 +180,7 @@ percentage values. This, eg., can be useful for template dialogs.
|
||||
This mode can only be enabled, but not disabled again.
|
||||
|
||||
For DontKnow the FontSizeBox should be filled FontMetric(), so it will
|
||||
contain an list with the standard sizes. Th currently shown size
|
||||
contain a list with the standard sizes. Th currently shown size
|
||||
probably needs to be reset by the application.
|
||||
|
||||
See also
|
||||
|
@@ -55,7 +55,7 @@ SVT_DLLPUBLIC SvStream* getImageStream(
|
||||
OUString const & rImageResourceURL);
|
||||
|
||||
/** for a given URL of an image within a resource, this method retrieves
|
||||
an css::io::XInputStream for this image.
|
||||
a css::io::XInputStream for this image.
|
||||
*/
|
||||
SVT_DLLPUBLIC css::uno::Reference<css::io::XInputStream> getImageXStream(
|
||||
css::uno::Reference<css::uno::XComponentContext> const & rxContext,
|
||||
|
@@ -137,7 +137,7 @@ an item could be calculated (for this the free space defined by
|
||||
SetExtraSpacing() will not be included).
|
||||
|
||||
The background color could be specified by SetColor(), with which the image
|
||||
or UserDraw items will be underlayed. If no color is specified the color
|
||||
or UserDraw items will be underlaid. If no color is specified the color
|
||||
of other windows (WindowColor) will be used for the background.
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
@@ -87,7 +87,7 @@ handler can be set as a Link. GetCurLevel() returns the current level and
|
||||
Level 0 is the first page.
|
||||
|
||||
The DeactivatePage()-Handler is called if a new TabPage should be shown.
|
||||
In that handler has a optional error check and returns sal_False, if the
|
||||
In that handler has an optional error check and returns sal_False, if the
|
||||
switch should not be done. Also the Handler can be set as a Link. The
|
||||
default implementation calls the Link and returns the Links value or returns
|
||||
sal_True if no Link is set.
|
||||
|
@@ -76,7 +76,7 @@ class IAccessibleParent;
|
||||
|
||||
<p>The children of a shape can stem from two sources which, in case of
|
||||
SVX and SD shapes, are mutually exclusive. This implementation,
|
||||
however, handles both simultaniously to cope with future extensions or
|
||||
however, handles both simultaneously to cope with future extensions or
|
||||
shapes from other projects.
|
||||
<ul>
|
||||
<li>If this shape is a group shape, i.e. a
|
||||
@@ -112,7 +112,7 @@ public:
|
||||
and the accessible object that will become the parent of the new
|
||||
object.
|
||||
@param rShapeTreeInfo
|
||||
Bundel of information passed to this shape and all of its desendants.
|
||||
Bundle of information passed to this shape and all of its descendants.
|
||||
@attention
|
||||
Always call the <member>init</member> method after creating a
|
||||
new accessible shape. This is one way to overcome the potential
|
||||
|
@@ -19,7 +19,7 @@
|
||||
#ifndef INCLUDED_SVX_OPTGENRL_HXX
|
||||
#define INCLUDED_SVX_OPTGENRL_HXX
|
||||
|
||||
// Defines for setting the focus of a Edit via a slot from external.
|
||||
// Defines for setting the focus of an Edit via a slot from external.
|
||||
enum class EditPosition
|
||||
{
|
||||
UNKNOWN = 0,
|
||||
|
@@ -68,7 +68,7 @@ public:
|
||||
basegfx::B3DRange getAllContentRange3D() const;
|
||||
|
||||
private:
|
||||
// Create a Object-Specific ViewObjectContact, set ViewContact and
|
||||
// Create an Object-Specific ViewObjectContact, set ViewContact and
|
||||
// ObjectContact. Always needs to return something. Default is to create
|
||||
// a standard ViewObjectContact containing the given ObjectContact and *this
|
||||
virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) override;
|
||||
|
@@ -54,7 +54,7 @@ public:
|
||||
|
||||
protected:
|
||||
|
||||
// Create a Object-Specific ViewObjectContact, set ViewContact and
|
||||
// Create an Object-Specific ViewObjectContact, set ViewContact and
|
||||
// ObjectContact. Always needs to return something.
|
||||
virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) override;
|
||||
|
||||
|
@@ -33,9 +33,9 @@ namespace sdr
|
||||
class ObjectUser
|
||||
{
|
||||
public:
|
||||
// this method is called form the destructor of the referenced page.
|
||||
// this method is called from the destructor of the referenced page.
|
||||
// do all necessary action to forget the page. It is not necessary to call
|
||||
// RemovePageUser(), that is done form the destructor.
|
||||
// RemovePageUser(), that is done from the destructor.
|
||||
virtual void ObjectInDestruction(const SdrObject& rObject) = 0;
|
||||
|
||||
protected:
|
||||
|
@@ -96,7 +96,7 @@ namespace toolkit
|
||||
virtual css::uno::Reference< css::accessibility::XAccessibleContext >
|
||||
createAccessibleContext( VCLXScrollBar* _pXWindow ) = 0;
|
||||
|
||||
/** creates an accessible context for a edit window
|
||||
/** creates an accessible context for an edit window
|
||||
*/
|
||||
virtual css::uno::Reference< css::accessibility::XAccessibleContext >
|
||||
createAccessibleContext( VCLXEdit* _pXWindow ) = 0;
|
||||
|
@@ -41,7 +41,7 @@ public:
|
||||
The accessible parent object. It will be used, for example when
|
||||
the <member>getIndexInParent</member> method is called.
|
||||
@param rShapeTreeInfo
|
||||
Bundel of information passed to this shape and all of its desendants.
|
||||
Bundle of information passed to this shape and all of its descendants.
|
||||
@attention
|
||||
Always call the <member>init</member> method after creating a
|
||||
new accessible shape. This is one way to overcome the potential
|
||||
|
Reference in New Issue
Block a user