From 50275a31efac2a0e2c93164c747ea0b81d1b7112 Mon Sep 17 00:00:00 2001 From: woo Date: Thu, 25 Apr 2013 15:16:29 +0900 Subject: [PATCH] remove +x permission and ^M Change-Id: I9002e45ddc55fbc6dd159159107bb75b12b46d3c Signed-off-by: woo --- inc/FUiCtrlAnimation.h | 8 ++++---- inc/FUiCtrlButton.h | 8 ++++---- inc/FUiCtrlCheckButton.h | 8 ++++---- inc/FUiCtrlColorPicker.h | 8 ++++---- inc/FUiCtrlContextMenu.h | 12 ++++++------ inc/FUiCtrlDatePicker.h | 2 +- inc/FUiCtrlDateTimePicker.h | 2 +- inc/FUiCtrlEditArea.h | 8 ++++---- inc/FUiCtrlEditDate.h | 8 ++++---- inc/FUiCtrlEditField.h | 16 ++++++++-------- inc/FUiCtrlEditTime.h | 8 ++++---- inc/FUiCtrlExpandableEditArea.h | 8 ++++---- inc/FUiCtrlFooterItem.h | 2 +- inc/FUiCtrlForm.h | 4 ++-- inc/FUiCtrlGallery.h | 8 ++++---- inc/FUiCtrlGroupedListView.h | 12 ++++++------ inc/FUiCtrlGroupedTableView.h | 8 ++++---- inc/FUiCtrlIconListView.h | 8 ++++---- inc/FUiCtrlLabel.h | 8 ++++---- inc/FUiCtrlListView.h | 12 ++++++------ inc/FUiCtrlPopup.h | 24 ++++++++++++------------ inc/FUiCtrlProgress.h | 8 ++++---- inc/FUiCtrlSearchBar.h | 8 ++++---- inc/FUiCtrlSlider.h | 16 ++++++++-------- inc/FUiCtrlTabBar.h | 8 ++++---- inc/FUiCtrlTextBox.h | 8 ++++---- inc/FUiCtrlTimePicker.h | 2 +- 27 files changed, 116 insertions(+), 116 deletions(-) mode change 100755 => 100644 inc/FUiCtrlAnimation.h mode change 100755 => 100644 inc/FUiCtrlButton.h mode change 100755 => 100644 inc/FUiCtrlCheckButton.h mode change 100755 => 100644 inc/FUiCtrlColorPicker.h mode change 100755 => 100644 inc/FUiCtrlContextMenu.h mode change 100755 => 100644 inc/FUiCtrlDatePicker.h mode change 100755 => 100644 inc/FUiCtrlDateTimePicker.h mode change 100755 => 100644 inc/FUiCtrlEditArea.h mode change 100755 => 100644 inc/FUiCtrlEditDate.h mode change 100755 => 100644 inc/FUiCtrlEditField.h mode change 100755 => 100644 inc/FUiCtrlEditTime.h mode change 100755 => 100644 inc/FUiCtrlExpandableEditArea.h mode change 100755 => 100644 inc/FUiCtrlFooterItem.h mode change 100755 => 100644 inc/FUiCtrlForm.h mode change 100755 => 100644 inc/FUiCtrlGallery.h mode change 100755 => 100644 inc/FUiCtrlGroupedListView.h mode change 100755 => 100644 inc/FUiCtrlGroupedTableView.h mode change 100755 => 100644 inc/FUiCtrlIconListView.h mode change 100755 => 100644 inc/FUiCtrlLabel.h mode change 100755 => 100644 inc/FUiCtrlListView.h mode change 100755 => 100644 inc/FUiCtrlPopup.h mode change 100755 => 100644 inc/FUiCtrlProgress.h mode change 100755 => 100644 inc/FUiCtrlSearchBar.h mode change 100755 => 100644 inc/FUiCtrlSlider.h mode change 100755 => 100644 inc/FUiCtrlTabBar.h mode change 100755 => 100644 inc/FUiCtrlTextBox.h mode change 100755 => 100644 inc/FUiCtrlTimePicker.h diff --git a/inc/FUiCtrlAnimation.h b/inc/FUiCtrlAnimation.h old mode 100755 new mode 100644 index 530ebce..e9b65fa --- a/inc/FUiCtrlAnimation.h +++ b/inc/FUiCtrlAnimation.h @@ -210,8 +210,8 @@ public: * @return An error code * @param[in] rect An instance of the Tizen::Graphics::Rectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created window along with - * its width and height.@n - * The optimal size of the control is defined in + * its width and height.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] aniFrames An IList of %AnimationFrames used in the animation * @exception E_SUCCESS The method is successful. @@ -232,8 +232,8 @@ public: * @return An error code * @param[in] rect An instance of the Tizen::Graphics::FloatRectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created window along with - * its width and height.@n - * The optimal size of the control is defined in + * its width and height.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] aniFrames An IList of %AnimationFrames used in the animation * @exception E_SUCCESS The method is successful. diff --git a/inc/FUiCtrlButton.h b/inc/FUiCtrlButton.h old mode 100755 new mode 100644 index 0317ccb..f2864c5 --- a/inc/FUiCtrlButton.h +++ b/inc/FUiCtrlButton.h @@ -197,8 +197,8 @@ public: * @return An error code * @param[in] rect An instance of the Tizen::Graphics::Rectangle class @n * This instance represents the x and y coordinates of the top-left corner - * of the created window along with its width and height.@n - * The optimal size of the control is defined in + * of the created window along with its width and height.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] text The text to display on the button * To display the text in multi-lines or to denote the end of line, use '\\n'. @@ -219,8 +219,8 @@ public: * @return An error code * @param[in] rect An instance of the Tizen::Graphics::FloatRectangle class @n * This instance represents the x and y coordinates of the top-left corner - * of the created window along with its width and height.@n - * The optimal size of the control is defined in + * of the created window along with its width and height.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] text The text to display on the button * @exception E_SUCCESS The method is successful. diff --git a/inc/FUiCtrlCheckButton.h b/inc/FUiCtrlCheckButton.h old mode 100755 new mode 100644 index c2c2903..19729b6 --- a/inc/FUiCtrlCheckButton.h +++ b/inc/FUiCtrlCheckButton.h @@ -198,8 +198,8 @@ public: * @return An error code * @param[in] rect An instance of the Tizen::Graphics::Rectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created window - * along with the width and height of the window.@n - * The optimal size of the control is defined in + * along with the width and height of the window.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] style The style of the %CheckButton control * @param[in] backgroundStyle The background style set of the %CheckButton control @@ -226,8 +226,8 @@ public: * @return An error code * @param[in] rect An instance of the Tizen::Graphics::FloatRectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created window - * along with the width and height of the window.@n - * The optimal size of the control is defined in + * along with the width and height of the window.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] style The style of the %CheckButton control * @param[in] backgroundStyle The background style set of the %CheckButton control diff --git a/inc/FUiCtrlColorPicker.h b/inc/FUiCtrlColorPicker.h old mode 100755 new mode 100644 index 82d9dcf..cb970c1 --- a/inc/FUiCtrlColorPicker.h +++ b/inc/FUiCtrlColorPicker.h @@ -134,8 +134,8 @@ public: * @since 2.0 * * @return An error code - * @param[in] point The position of this %ColorPicker in the container @n - * The optimal size of the control is defined in + * @param[in] point The position of this %ColorPicker in the container @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @exception E_SUCCESS The method is successful. * @exception E_SYSTEM A system error has occurred. @@ -149,8 +149,8 @@ public: * @since 2.1 * * @return An error code - * @param[in] point The position of this %ColorPicker in the container @n - * The optimal size of the control is defined in + * @param[in] point The position of this %ColorPicker in the container @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @exception E_SUCCESS The method is successful. * @exception E_SYSTEM A system error has occurred. diff --git a/inc/FUiCtrlContextMenu.h b/inc/FUiCtrlContextMenu.h old mode 100755 new mode 100644 index 2b8ebfc..0318edf --- a/inc/FUiCtrlContextMenu.h +++ b/inc/FUiCtrlContextMenu.h @@ -257,8 +257,8 @@ public: * @since 2.0 * * @return An error code - * @param[in] point The x and y coordinates of the anchor of %ContextMenu @n - * The optimal size of the control is defined in + * @param[in] point The x and y coordinates of the anchor of %ContextMenu @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] style The context menu style * @exception E_SUCCESS The method is successful. @@ -291,8 +291,8 @@ public: * @since 2.0 * * @return An error code - * @param[in] point The x and y coordinates of the anchor of the %ContextMenu control @n - * The optimal size of the control is defined in + * @param[in] point The x and y coordinates of the anchor of the %ContextMenu control @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] style The context menu style * @param[in] direction The anchor arrow direction @@ -310,8 +310,8 @@ public: * @since 2.1 * * @return An error code - * @param[in] point The x and y coordinates of the anchor of the %ContextMenu control @n - * The optimal size of the control is defined in + * @param[in] point The x and y coordinates of the anchor of the %ContextMenu control @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] style The context menu style * @param[in] direction The anchor arrow direction diff --git a/inc/FUiCtrlDatePicker.h b/inc/FUiCtrlDatePicker.h old mode 100755 new mode 100644 index 3f6b3f7..b334179 --- a/inc/FUiCtrlDatePicker.h +++ b/inc/FUiCtrlDatePicker.h @@ -233,7 +233,7 @@ public: * @param[in] title The title * @exception E_SUCCESS The method is successful. * @exception E_SYSTEM A system error has occurred. - * @remarks The optimal size of the control is defined in + * @remarks The optimal size of the control is defined in * Optimal Size of UI Controls. */ result Construct(const Tizen::Base::String& title = L""); diff --git a/inc/FUiCtrlDateTimePicker.h b/inc/FUiCtrlDateTimePicker.h old mode 100755 new mode 100644 index ba34d69..90d1e64 --- a/inc/FUiCtrlDateTimePicker.h +++ b/inc/FUiCtrlDateTimePicker.h @@ -234,7 +234,7 @@ public: * @param[in] title The title * @exception E_SUCCESS The method is successful. * @exception E_SYSTEM A system error has occurred. - * @remarks The optimal size of the control is defined in + * @remarks The optimal size of the control is defined in * Optimal Size of UI Controls. */ result Construct(const Tizen::Base::String& title = L""); diff --git a/inc/FUiCtrlEditArea.h b/inc/FUiCtrlEditArea.h old mode 100755 new mode 100644 index 1d2a44f..ce8d70b --- a/inc/FUiCtrlEditArea.h +++ b/inc/FUiCtrlEditArea.h @@ -166,8 +166,8 @@ public: * @return An error code * @param[in] rect An instance of the Graphics::Rectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created window along with - * the width and height of the control.@n - * The optimal size of the control is defined in + * the width and height of the control.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] inputStyle Determines whether the fullscreen keypad or overlay keypad is displayed * @param[in] limitLength The maximum limit of the length of the text that can be displayed by %EditArea @@ -191,8 +191,8 @@ public: * @return An error code * @param[in] rect An instance of the Tizen::Graphics::FloatRectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created window along with - * the width and height of the control.@n - * The optimal size of the control is defined in + * the width and height of the control.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] inputStyle Determines whether the fullscreen keypad or overlay keypad is displayed * @param[in] limitLength The maximum limit of the length of the text that can be displayed by %EditArea diff --git a/inc/FUiCtrlEditDate.h b/inc/FUiCtrlEditDate.h old mode 100755 new mode 100644 index e280195..b1a5a8c --- a/inc/FUiCtrlEditDate.h +++ b/inc/FUiCtrlEditDate.h @@ -167,8 +167,8 @@ public: * @since 2.0 * * @return An error code - * @param[in] point The position of the %EditDate in the container @n - * The optimal size of the control is defined in + * @param[in] point The position of the %EditDate in the container @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] title The title * @exception E_SUCCESS The method is successful. @@ -183,8 +183,8 @@ public: * @since 2.1 * * @return An error code - * @param[in] point The position of the %EditDate in the container @n - * The optimal size of the control is defined in + * @param[in] point The position of the %EditDate in the container @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] title The title * @exception E_SUCCESS The method is successful. diff --git a/inc/FUiCtrlEditField.h b/inc/FUiCtrlEditField.h old mode 100755 new mode 100644 index e757d96..bbd9428 --- a/inc/FUiCtrlEditField.h +++ b/inc/FUiCtrlEditField.h @@ -166,8 +166,8 @@ public: * @return An error code * @param[in] rect An instance of the Graphics::Rectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created window along with - * the width and height of the control. @n - * The optimal size of the control is defined in + * the width and height of the control. @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] style The style of the %EditField control * @param[in] inputStyle The input style of the %EditField control @@ -199,8 +199,8 @@ public: * @return An error code * @param[in] rect An instance of the Tizen::Graphics::FloatRectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created window along with - * the width and height of the control. @n - * The optimal size of the control is defined in + * the width and height of the control. @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] style The style of the %EditField control * @param[in] inputStyle The input style of the %EditField control @@ -232,8 +232,8 @@ public: * @return An error code * @param[in] rect An instance of the Tizen::Graphics::FloatRectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created window along with - * the width and height of the control. @n - * The optimal size of the control is defined in + * the width and height of the control. @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] style The style of the %EditField control * @param[in] inputStyle The input style of the %EditField control @@ -267,8 +267,8 @@ public: * @return An error code * @param[in] rect An instance of the Tizen::Graphics::FloatRectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created window along with - * the width and height of the control. @n - * The optimal size of the control is defined in + * the width and height of the control. @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] style The style of the %EditField control * @param[in] inputStyle The input style of the %EditField control diff --git a/inc/FUiCtrlEditTime.h b/inc/FUiCtrlEditTime.h old mode 100755 new mode 100644 index f1e2d42..a0e2c7f --- a/inc/FUiCtrlEditTime.h +++ b/inc/FUiCtrlEditTime.h @@ -164,8 +164,8 @@ public: * @since 2.0 * * @return An error code - * @param[in] point The position of %EditTime in container @n - * The optimal size of the control is defined in + * @param[in] point The position of %EditTime in container @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] title The title * @exception E_SUCCESS The method is successful. @@ -179,8 +179,8 @@ public: * @since 2.1 * * @return An error code - * @param[in] point The position of %EditTime in container @n - * The optimal size of the control is defined in + * @param[in] point The position of %EditTime in container @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] title The title * @exception E_SUCCESS The method is successful. diff --git a/inc/FUiCtrlExpandableEditArea.h b/inc/FUiCtrlExpandableEditArea.h old mode 100755 new mode 100644 index fdcd425..7f0cded --- a/inc/FUiCtrlExpandableEditArea.h +++ b/inc/FUiCtrlExpandableEditArea.h @@ -240,8 +240,8 @@ public: * @return An error code * @param[in] rect An instance of the Graphics::Rectangle class @n * This instance represents the x and y coordinates of the top-left corner of the expandable edit area along with - * the width and height. @n - * The optimal size of the control is defined in + * the width and height. @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] style The style of the expandable edit area * @param[in] titleStyle The title style @@ -265,8 +265,8 @@ public: * @return An error code * @param[in] rect An instance of the Tizen::Graphics::FloatRectangle class @n * This instance represents the x and y coordinates of the top-left corner of the expandable edit area along with - * the width and height. @n - * The optimal size of the control is defined in + * the width and height. @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] style The style of the expandable edit area * @param[in] titleStyle The title style diff --git a/inc/FUiCtrlFooterItem.h b/inc/FUiCtrlFooterItem.h old mode 100755 new mode 100644 index 6219328..9f4853e --- a/inc/FUiCtrlFooterItem.h +++ b/inc/FUiCtrlFooterItem.h @@ -83,7 +83,7 @@ public: * @since 2.0 * * @return An error code - * @param[in] actionId The action ID of this item + * @param[in] actionId The action ID of this item * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG The specified input parameter is invalid. @n * The specified @c actionId of the specified item must be a positive integer. diff --git a/inc/FUiCtrlForm.h b/inc/FUiCtrlForm.h old mode 100755 new mode 100644 index 403fa84..d8a7620 --- a/inc/FUiCtrlForm.h +++ b/inc/FUiCtrlForm.h @@ -751,7 +751,7 @@ public: * @return A pointer to the Footer control, @n * else @c null if there is no %Footer * @remarks The retrieved pointer may be temporary. Therefore, it should not be stored after immediate use. @n - * The optimal size of the control is defined in + * The optimal size of the control is defined in * Optimal Size of UI Controls. */ Footer* GetFooter(void) const; @@ -766,7 +766,7 @@ public: * else @c null if there is no %Header * @remarks The retrieved pointer may be temporary. Therefore, it should not be * stored after immediate use. @n - * The optimal size of the control is defined in + * The optimal size of the control is defined in * Optimal Size of UI Controls. */ Header* GetHeader(void) const; diff --git a/inc/FUiCtrlGallery.h b/inc/FUiCtrlGallery.h old mode 100755 new mode 100644 index 5c9c45d..38e8f93 --- a/inc/FUiCtrlGallery.h +++ b/inc/FUiCtrlGallery.h @@ -207,8 +207,8 @@ public: * @return An error code * @param[in] rect An instance of the Graphics::Rectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created %Gallery control along with the - * width and height. @n - * The optimal size of the control is defined in + * width and height. @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG The specified input parameter is invalid. @@ -224,8 +224,8 @@ public: * @return An error code * @param[in] rect An instance of the Tizen::Graphics::FloatRectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created %Gallery control along with the - * width and height.@n - * The optimal size of the control is defined in + * width and height.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG The specified input parameter is invalid. diff --git a/inc/FUiCtrlGroupedListView.h b/inc/FUiCtrlGroupedListView.h old mode 100755 new mode 100644 index 05ee89d..95be927 --- a/inc/FUiCtrlGroupedListView.h +++ b/inc/FUiCtrlGroupedListView.h @@ -403,8 +403,8 @@ public: * @return An error code * @param[in] rect An instance of the Graphics::Rectangle class * This instance represents the x and y coordinates of the top-left corner of the created - * %GroupedListView control along with the width and height.@n - * The optimal size of the control is defined in + * %GroupedListView control along with the width and height.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] style The style of the %GroupedListView control * @param[in] itemDivider Set to @c true to display an item divider, @n @@ -427,8 +427,8 @@ public: * @return An error code * @param[in] rect An instance of the Graphics::Rectangle class * This instance represents the x and y coordinates of the top-left corner of the created - * %GroupedListView control along with the width and height.@n - * The optimal size of the control is defined in + * %GroupedListView control along with the width and height.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] style The style of the %GroupedListView control * @param[in] itemDivider Set to @c true to display an item divider, @n @@ -449,8 +449,8 @@ public: * @return An error code * @param[in] rect An instance of the Graphics::Rectangle class * This instance represents the x and y coordinates of the top-left corner of the created - * %GroupedListView control along with the width and height.@n - * The optimal size of the control is defined in + * %GroupedListView control along with the width and height.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] style The style of the %GroupedListView control * @param[in] itemDivider Set to @c true to display an item divider, @n diff --git a/inc/FUiCtrlGroupedTableView.h b/inc/FUiCtrlGroupedTableView.h old mode 100755 new mode 100644 index 6fea148..3bf7d00 --- a/inc/FUiCtrlGroupedTableView.h +++ b/inc/FUiCtrlGroupedTableView.h @@ -338,8 +338,8 @@ public: * @return An error code * @param[in] rect An instance of the Graphics::Rectangle class @n * This instance represents the x and y coordinates of the left top corner of the created %GroupedTableView along with - * the width and height.@n - * The optimal size of the control is defined in + * the width and height.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] itemDivider Set to @c true to display an item divider, @n * else @c false @@ -358,8 +358,8 @@ public: * @return An error code * @param[in] rect An instance of the Tizen::Graphics::FloatRectangle class @n * This instance represents the x and y coordinates of the left top corner of the created %GroupedTableView along with - * the width and height.@n - * The optimal size of the control is defined in + * the width and height.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] itemDivider Set to @c true to display an item divider, @n * else @c false diff --git a/inc/FUiCtrlIconListView.h b/inc/FUiCtrlIconListView.h old mode 100755 new mode 100644 index c0f2137..262f349 --- a/inc/FUiCtrlIconListView.h +++ b/inc/FUiCtrlIconListView.h @@ -243,8 +243,8 @@ public: * @return An error code * @param[in] rect An instance of the Tizen::Graphics::Rectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created %IconListView along with - * the width and height.@n - * The optimal size of the control is defined in + * the width and height.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] itemBitmapSize The size of an icon in %IconListView * @param[in] style The style set of %IconListView @@ -269,8 +269,8 @@ public: * @return An error code * @param[in] rect An instance of the Tizen::Graphics::FloatRectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created %IconListView along with - * the width and height.@n - * The optimal size of the control is defined in + * the width and height.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] itemBitmapSize The size of an icon in %IconListView * @param[in] style The style set of %IconListView diff --git a/inc/FUiCtrlLabel.h b/inc/FUiCtrlLabel.h old mode 100755 new mode 100644 index fbca3ac..f8cde9a --- a/inc/FUiCtrlLabel.h +++ b/inc/FUiCtrlLabel.h @@ -133,8 +133,8 @@ public: * @return An error code * @param[in] rect An instance of the Tizen::Graphics::Rectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created window along with - * the width and height of the window.@n - * The optimal size of the control is defined in + * the width and height of the window.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] text The text for this label instance * @exception E_SUCCESS The method is successful. @@ -155,8 +155,8 @@ public: * @return An error code * @param[in] rect An instance of the Tizen::Graphics::FloatRectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created window along with - * the width and height of the window.@n - * The optimal size of the control is defined in + * the width and height of the window.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] text The text for this label instance * @exception E_SUCCESS The method is successful. diff --git a/inc/FUiCtrlListView.h b/inc/FUiCtrlListView.h old mode 100755 new mode 100644 index e7c3fc8..a3781c0 --- a/inc/FUiCtrlListView.h +++ b/inc/FUiCtrlListView.h @@ -317,8 +317,8 @@ public: * @return An error code * @param[in] rect An instance of the Graphics::Rectangle class @n * This instance represents the x and y coordinates of the left top corner of the created %ListView along with the width - * and height.@n - * The optimal size of the control is defined in + * and height.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] itemDivider Set to @c true to display an item divider, @n * else @c false @@ -340,8 +340,8 @@ public: * @return An error code * @param[in] rect An instance of the Graphics::Rectangle class @n * This instance represents the x and y coordinates of the left top corner of the created %ListView along with the width - * and height.@n - * The optimal size of the control is defined in + * and height.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] itemDivider Set to @c true to display an item divider, @n * else @c false @@ -361,8 +361,8 @@ public: * @return An error code * @param[in] rect An instance of the Graphics::Rectangle class @n * This instance represents the x and y coordinates of the left top corner of the created %ListView along with the width - * and height.@n - * The optimal size of the control is defined in + * and height.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] itemDivider Set to @c true to display an item divider, @n * else @c false diff --git a/inc/FUiCtrlPopup.h b/inc/FUiCtrlPopup.h old mode 100755 new mode 100644 index 4185224..fed2d4f --- a/inc/FUiCtrlPopup.h +++ b/inc/FUiCtrlPopup.h @@ -200,8 +200,8 @@ public: * @return An error code * @param[in] hasTitle Set to @c true if the %Popup control has a title, @n * else @c false - * @param[in] dim The size of the %Popup control @n - * The optimal size of the control is defined in + * @param[in] dim The size of the %Popup control @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG A specified input parameter is invalid. @@ -219,8 +219,8 @@ public: * @return An error code * @param[in] hasTitle Set to @c true if the %Popup control has a title, @n * else @c false - * @param[in] dim The size of the %Popup control @n - * The optimal size of the control is defined in + * @param[in] dim The size of the %Popup control @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG A specified input parameter is invalid. @@ -258,8 +258,8 @@ public: * @param[in] layout The layout for both the portrait and landscape mode * @param[in] hasTitle Set to @c true if the %Popup control should have a title, @n * else @c false - * @param[in] dim The size of the %Popup control @n - * The optimal size of the control is defined in + * @param[in] dim The size of the %Popup control @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG A specified input parameter is invalid, or @@ -279,8 +279,8 @@ public: * @param[in] layout The layout for both the portrait and landscape mode * @param[in] hasTitle Set to @c true if the %Popup control should have a title, @n * else @c false - * @param[in] dim The size of the %Popup control @n - * The optimal size of the control is defined in + * @param[in] dim The size of the %Popup control @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG A specified input parameter is invalid, or @@ -301,8 +301,8 @@ public: * @param[in] landscapeLayout The layout for the landscape mode * @param[in] hasTitle Set to @c true if this %Popup control should have a title, @n * else @c false - * @param[in] dim The size of the %Popup control @n - * The optimal size of the control is defined in + * @param[in] dim The size of the %Popup control @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG A specified input parameter is invalid, or @@ -323,8 +323,8 @@ public: * @param[in] landscapeLayout The layout for the landscape mode * @param[in] hasTitle Set to @c true if this %Popup control should have a title, @n * else @c false - * @param[in] dim The size of the %Popup control @n - * The optimal size of the control is defined in + * @param[in] dim The size of the %Popup control @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG A specified input parameter is invalid, or diff --git a/inc/FUiCtrlProgress.h b/inc/FUiCtrlProgress.h old mode 100755 new mode 100644 index f674236..059d554 --- a/inc/FUiCtrlProgress.h +++ b/inc/FUiCtrlProgress.h @@ -166,8 +166,8 @@ public: * @return An error code * @param[in] rect An instance of the Tizen::Graphics::Rectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created window along with - * its width and height. @n - * The optimal size of the control is defined in + * its width and height. @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] minValue The minimum value of the current instance of %Progress * @param[in] maxValue The maximum value of the current instance of %Progress @@ -190,8 +190,8 @@ public: * @return An error code * @param[in] rect An instance of the Tizen::Graphics::FloatRectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created window along with - * its width and height. @n - * The optimal size of the control is defined in + * its width and height. @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] minValue The minimum value of the current instance of %Progress * @param[in] maxValue The maximum value of the current instance of %Progress diff --git a/inc/FUiCtrlSearchBar.h b/inc/FUiCtrlSearchBar.h old mode 100755 new mode 100644 index 0931117..9400dea --- a/inc/FUiCtrlSearchBar.h +++ b/inc/FUiCtrlSearchBar.h @@ -365,8 +365,8 @@ public: * @return An error code * @param[in] rect An instance of the Graphics::Rectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created window along with - * the width and height of the control. @n - * The optimal size of the control is defined in + * the width and height of the control. @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] searchBarButton Set to @c true to display the search bar button, @n * else @c false @@ -390,8 +390,8 @@ public: * @return An error code * @param[in] rect An instance of the Tizen::Graphics::FloatRectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created window along with - * the width and height of the control. @n - * The optimal size of the control is defined in + * the width and height of the control. @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] searchBarButton Set to @c true to display the search bar button, @n * else @c false diff --git a/inc/FUiCtrlSlider.h b/inc/FUiCtrlSlider.h old mode 100755 new mode 100644 index 13063d7..a32f7de --- a/inc/FUiCtrlSlider.h +++ b/inc/FUiCtrlSlider.h @@ -147,8 +147,8 @@ public: * @return An error code * @param[in] rect An instance of the Graphics::Rectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created window along with - * the width and height of the control.@n - * The optimal size of the control is defined in + * the width and height of the control.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] backgroundStyle The background style set of the slider * @param[in] showTitle Set to @c true to enable the show title, @n @@ -177,8 +177,8 @@ public: * @return An error code * @param[in] rect An instance of the Tizen::Graphics::FloatRectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created window along with - * the width and height of the control.@n - * The optimal size of the control is defined in + * the width and height of the control.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] backgroundStyle The background style set of the slider * @param[in] showTitle Set to @c true to enable the show title, @n @@ -326,8 +326,8 @@ public: * @return An error code * @param[in] rect An instance of the Graphics::Rectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created window along with - * its width and height.@n - * The optimal size of the control is defined in + * its width and height.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] sliderStyle The style of the slider @n * Multiple link types can be combined using bitwise OR operator. @@ -355,8 +355,8 @@ public: * @return An error code * @param[in] rect An instance of the Tizen::Graphics::FloatRectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created window along with - * its width and height.@n - * The optimal size of the control is defined in + * its width and height.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] sliderStyle The style of the slider @n * Multiple link types can be combined using bitwise OR operator. diff --git a/inc/FUiCtrlTabBar.h b/inc/FUiCtrlTabBar.h old mode 100755 new mode 100644 index 2f20c5b..0890e47 --- a/inc/FUiCtrlTabBar.h +++ b/inc/FUiCtrlTabBar.h @@ -186,8 +186,8 @@ public: * @return An error code * @param[in] x The X position of the top left corner * @param[in] y The Y position of the top left corner - * @param[in] width The width @n - * The optimal size of the control is defined in + * @param[in] width The width @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG A specified input parameter is invalid. @@ -204,8 +204,8 @@ public: * @return An error code * @param[in] x The X position of the top left corner * @param[in] y The Y position of the top left corner - * @param[in] width The width @n - * The optimal size of the control is defined in + * @param[in] width The width @n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG A specified input parameter is invalid. diff --git a/inc/FUiCtrlTextBox.h b/inc/FUiCtrlTextBox.h old mode 100755 new mode 100644 index 7ce4181..883effe --- a/inc/FUiCtrlTextBox.h +++ b/inc/FUiCtrlTextBox.h @@ -201,8 +201,8 @@ public: * @return An error code * @param[in] rect An instance of the Graphics::Rectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created window along with - * the width and height of the control.@n - * The optimal size of the control is defined in + * the width and height of the control.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] border The border style * @exception E_SUCCESS The method is successful. @@ -218,8 +218,8 @@ public: * @return An error code * @param[in] rect An instance of the Tizen::Graphics::FloatRectangle class @n * This instance represents the x and y coordinates of the top-left corner of the created window along with - * the width and height of the control.@n - * The optimal size of the control is defined in + * the width and height of the control.@n + * The optimal size of the control is defined in * Optimal Size of UI Controls. * @param[in] border The border style * @exception E_SUCCESS The method is successful. diff --git a/inc/FUiCtrlTimePicker.h b/inc/FUiCtrlTimePicker.h old mode 100755 new mode 100644 index d34955d..c6a9370 --- a/inc/FUiCtrlTimePicker.h +++ b/inc/FUiCtrlTimePicker.h @@ -230,7 +230,7 @@ public: * @exception E_SYSTEM A system error has occurred. * @remarks The default owner will be the current Form (or Frame). It is possible that this control may not be visible * due to this ownership relationship. @n In this case, use the SetOwner() method to change the ownership to the top-most window. @n - * The optimal size of the control is defined in + * The optimal size of the control is defined in * Optimal Size of UI Controls. */ result Construct(const Tizen::Base::String& title = L""); -- 2.7.4