summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui')
-rw-r--r--reportdesign/source/ui/inc/DesignView.hxx2
-rw-r--r--reportdesign/source/ui/inc/ReportController.hxx10
-rw-r--r--reportdesign/source/ui/inc/ReportWindow.hxx4
-rw-r--r--reportdesign/source/ui/inc/ScrollHelper.hxx4
-rw-r--r--reportdesign/source/ui/inc/ViewsWindow.hxx4
-rw-r--r--reportdesign/source/ui/inc/dlgedfunc.hxx2
6 files changed, 13 insertions, 13 deletions
diff --git a/reportdesign/source/ui/inc/DesignView.hxx b/reportdesign/source/ui/inc/DesignView.hxx
index 843fb2071546..904c733f1659 100644
--- a/reportdesign/source/ui/inc/DesignView.hxx
+++ b/reportdesign/source/ui/inc/DesignView.hxx
@@ -213,7 +213,7 @@ namespace rptui
*/
void fillCollapsedSections(::std::vector<sal_uInt16>& _rCollapsedPositions) const;
- /** collpase all sections given by their position
+ /** collapse all sections given by their position
*
* \param _aCollpasedSections The position of the sections which should be collapsed.
*/
diff --git a/reportdesign/source/ui/inc/ReportController.hxx b/reportdesign/source/ui/inc/ReportController.hxx
index 683d0f5c5fdf..9fc568604e16 100644
--- a/reportdesign/source/ui/inc/ReportController.hxx
+++ b/reportdesign/source/ui/inc/ReportController.hxx
@@ -147,7 +147,7 @@ namespace rptui
/** append a new group or remove it with undo.
*
* \param _bAppend
- * \param _aArgs The args which contains a element named PROPERTY_GROUP of type report::XGroup.
+ * \param _aArgs The args which contains an element named PROPERTY_GROUP of type report::XGroup.
*/
void modifyGroup(const bool _bAppend, const css::uno::Sequence< css::beans::PropertyValue >& _aArgs);
@@ -155,7 +155,7 @@ namespace rptui
*
* \param _bUndo true when undo action should be created
* \param _bHeader true when it is a header otherwise it is a footer
- * \param _aArgs The args which contains a element named PROPERTY_GROUP of type report::XGroup.
+ * \param _aArgs The args which contains an element named PROPERTY_GROUP of type report::XGroup.
*/
void createGroupSection(const bool _bUndo,const bool _bHeader,const css::uno::Sequence< css::beans::PropertyValue >&_aArgs);
@@ -214,7 +214,7 @@ namespace rptui
public:
void shrinkSection(const char* pUndoStrId, const css::uno::Reference< css::report::XSection >& _xSection, sal_Int32 _nShrinkId);
- /** opens the file open dialog to allow the user to select a image which will be
+ /** opens the file open dialog to allow the user to select an image which will be
* bound to a newly created image button.
*/
void insertGraphic();
@@ -237,7 +237,7 @@ namespace rptui
*/
void createPageNumber(const css::uno::Sequence< css::beans::PropertyValue >& _aArgs);
- /** creates a formatted field with TODAY() function and if set also an NOW() function
+ /** creates a formatted field with TODAY() function and if set also a NOW() function
*
* \param _aArgs
*/
@@ -283,7 +283,7 @@ namespace rptui
bool isUiVisible() const;
/** creates a new default control for the currently set type when the modifier KEY_MOD1 was pressed
- * \param _aArgs must contain a properyvalue with name "KeyModifier" and value KEY_MOD1 when control should be created.
+ * \param _aArgs must contain a propertyvalue with name "KeyModifier" and value KEY_MOD1 when control should be created.
*/
void createDefaultControl(const css::uno::Sequence< css::beans::PropertyValue>& _aArgs);
diff --git a/reportdesign/source/ui/inc/ReportWindow.hxx b/reportdesign/source/ui/inc/ReportWindow.hxx
index 3e3c16f7eab0..99fc3aae3a47 100644
--- a/reportdesign/source/ui/inc/ReportWindow.hxx
+++ b/reportdesign/source/ui/inc/ReportWindow.hxx
@@ -104,7 +104,7 @@ namespace rptui
*/
void SelectAll(const sal_uInt16 _nObjectType);
- /** returns <TRUE/> when a object is marked
+ /** returns <TRUE/> when an object is marked
*/
bool HasSelection() const;
@@ -189,7 +189,7 @@ namespace rptui
*/
void fillCollapsedSections(::std::vector<sal_uInt16>& _rCollapsedPositions) const;
- /** collpase all sections given by their position
+ /** collapse all sections given by their position
*
* \param _aCollpasedSections The position of the sections which should be collapsed.
*/
diff --git a/reportdesign/source/ui/inc/ScrollHelper.hxx b/reportdesign/source/ui/inc/ScrollHelper.hxx
index 165edf1ed684..22a3d428c967 100644
--- a/reportdesign/source/ui/inc/ScrollHelper.hxx
+++ b/reportdesign/source/ui/inc/ScrollHelper.hxx
@@ -114,7 +114,7 @@ namespace rptui
*/
void SelectAll(const sal_uInt16 _nObjectType);
- /** returns <TRUE/> when a object is marked
+ /** returns <TRUE/> when an object is marked
*/
bool HasSelection() const;
@@ -181,7 +181,7 @@ namespace rptui
*/
void fillCollapsedSections(::std::vector<sal_uInt16>& _rCollapsedPositions) const;
- /** collpase all sections given by their position
+ /** collapse all sections given by their position
*
* \param _aCollpasedSections The position of the sections which should be collapsed.
*/
diff --git a/reportdesign/source/ui/inc/ViewsWindow.hxx b/reportdesign/source/ui/inc/ViewsWindow.hxx
index c8c3a0b8ee6f..e019e79e8332 100644
--- a/reportdesign/source/ui/inc/ViewsWindow.hxx
+++ b/reportdesign/source/ui/inc/ViewsWindow.hxx
@@ -178,7 +178,7 @@ namespace rptui
*/
void SelectAll(const sal_uInt16 _nObjectType);
- /** returns <TRUE/> when a object is marked
+ /** returns <TRUE/> when an object is marked
*/
bool HasSelection() const;
@@ -274,7 +274,7 @@ namespace rptui
*/
void fillCollapsedSections(::std::vector<sal_uInt16>& _rCollapsedPositions) const;
- /** collpase all sections given by their position
+ /** collapse all sections given by their position
*
* \param _aCollpasedSections The position of the sections which should be collapsed.
*/
diff --git a/reportdesign/source/ui/inc/dlgedfunc.hxx b/reportdesign/source/ui/inc/dlgedfunc.hxx
index 4350ed4bff77..e4a546d9f76d 100644
--- a/reportdesign/source/ui/inc/dlgedfunc.hxx
+++ b/reportdesign/source/ui/inc/dlgedfunc.hxx
@@ -61,7 +61,7 @@ protected:
*/
void checkMovementAllowed(const MouseEvent& rMEvt);
- /** sets the correct mouse pointer when moving a object
+ /** sets the correct mouse pointer when moving an object
*
* \param rMEvt
* \return <TRUE/> when the pointer was already set.