remove +x permission and ^M
authorwoo <s-w.woo@samsung.com>
Thu, 25 Apr 2013 06:16:29 +0000 (15:16 +0900)
committerwoo <s-w.woo@samsung.com>
Thu, 25 Apr 2013 06:16:29 +0000 (15:16 +0900)
Change-Id: I9002e45ddc55fbc6dd159159107bb75b12b46d3c
Signed-off-by: woo <s-w.woo@samsung.com>
27 files changed:
inc/FUiCtrlAnimation.h [changed mode: 0755->0644]
inc/FUiCtrlButton.h [changed mode: 0755->0644]
inc/FUiCtrlCheckButton.h [changed mode: 0755->0644]
inc/FUiCtrlColorPicker.h [changed mode: 0755->0644]
inc/FUiCtrlContextMenu.h [changed mode: 0755->0644]
inc/FUiCtrlDatePicker.h [changed mode: 0755->0644]
inc/FUiCtrlDateTimePicker.h [changed mode: 0755->0644]
inc/FUiCtrlEditArea.h [changed mode: 0755->0644]
inc/FUiCtrlEditDate.h [changed mode: 0755->0644]
inc/FUiCtrlEditField.h [changed mode: 0755->0644]
inc/FUiCtrlEditTime.h [changed mode: 0755->0644]
inc/FUiCtrlExpandableEditArea.h [changed mode: 0755->0644]
inc/FUiCtrlFooterItem.h [changed mode: 0755->0644]
inc/FUiCtrlForm.h [changed mode: 0755->0644]
inc/FUiCtrlGallery.h [changed mode: 0755->0644]
inc/FUiCtrlGroupedListView.h [changed mode: 0755->0644]
inc/FUiCtrlGroupedTableView.h [changed mode: 0755->0644]
inc/FUiCtrlIconListView.h [changed mode: 0755->0644]
inc/FUiCtrlLabel.h [changed mode: 0755->0644]
inc/FUiCtrlListView.h [changed mode: 0755->0644]
inc/FUiCtrlPopup.h [changed mode: 0755->0644]
inc/FUiCtrlProgress.h [changed mode: 0755->0644]
inc/FUiCtrlSearchBar.h [changed mode: 0755->0644]
inc/FUiCtrlSlider.h [changed mode: 0755->0644]
inc/FUiCtrlTabBar.h [changed mode: 0755->0644]
inc/FUiCtrlTextBox.h [changed mode: 0755->0644]
inc/FUiCtrlTimePicker.h [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 530ebce..e9b65fa
@@ -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\r
-        *                                                              The optimal size of the control is defined in\r
+        *                                                              its width and height.@n
+        *                                                              The optimal size of the control is defined in
         *                                                              <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                              The optimal size of the control is defined in\r
+        *                                                              its width and height.@n
+        *                                                              The optimal size of the control is defined in
         *                                                              <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @param[in]   aniFrames               An IList of %AnimationFrames used in the animation
         * @exception   E_SUCCESS               The method is successful.
old mode 100755 (executable)
new mode 100644 (file)
index 0317ccb..f2864c5
@@ -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\r
-        *                                                              The optimal size of the control is defined in\r
+        *                              of the created window along with its width and height.@n
+        *                                                              The optimal size of the control is defined in
         *                                                              <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                              The optimal size of the control is defined in\r
+        *                              of the created window along with its width and height.@n
+        *                                                              The optimal size of the control is defined in
         *                                                              <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @param[in]   text                    The text to display on the button
         * @exception   E_SUCCESS                       The method is successful.
old mode 100755 (executable)
new mode 100644 (file)
index c2c2903..19729b6
@@ -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\r
-        *                                                                      The optimal size of the control is defined in\r
+        *                                                                      along with the width and height of the window.@n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                                      The optimal size of the control is defined in\r
+        *                                                                      along with the width and height of the window.@n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @param[in]   style                           The style of the %CheckButton control
         * @param[in]   backgroundStyle         The background style set of the %CheckButton control
old mode 100755 (executable)
new mode 100644 (file)
index 82d9dcf..cb970c1
@@ -134,8 +134,8 @@ public:
         * @since                       2.0
         *
         * @return                      An error code
-        * @param[in]   point           The position of this %ColorPicker in the container @n\r
-        *                                                              The optimal size of the control is defined in\r
+        * @param[in]   point           The position of this %ColorPicker in the container @n
+        *                                                              The optimal size of the control is defined in
         *                                                              <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                              The optimal size of the control is defined in\r
+        * @param[in]   point           The position of this %ColorPicker in the container @n
+        *                                                              The optimal size of the control is defined in
         *                                                              <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_SYSTEM                A system error has occurred.
old mode 100755 (executable)
new mode 100644 (file)
index 2b8ebfc..0318edf
@@ -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\r
-        *                                                              The optimal size of the control is defined in\r
+        * @param[in]   point           The x and y coordinates of the anchor of %ContextMenu @n
+        *                                                              The optimal size of the control is defined in
         *                                                              <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                              The optimal size of the control is defined in\r
+        * @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
         *                                                              <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                              The optimal size of the control is defined in\r
+        * @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
         *                                                              <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @param[in]   style                   The context menu style
         * @param[in]   direction               The anchor arrow direction
old mode 100755 (executable)
new mode 100644 (file)
index 3f6b3f7..b334179
@@ -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\r
+       * @remarks              The optimal size of the control is defined in
        * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
        */
        result Construct(const Tizen::Base::String& title = L"");
old mode 100755 (executable)
new mode 100644 (file)
index ba34d69..90d1e64
@@ -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\r
+        * @remarks             The optimal size of the control is defined in
         * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         */
        result Construct(const Tizen::Base::String& title = L"");
old mode 100755 (executable)
new mode 100644 (file)
index 1d2a44f..ce8d70b
@@ -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\r
-        *                                                                      The optimal size of the control is defined in\r
+        *                                  the width and height of the control.@n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-       *                                                                       The optimal size of the control is defined in\r
+       *                                                                       the width and height of the control.@n
+       *                                                                       The optimal size of the control is defined in
        *                                                                       <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
        * @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
old mode 100755 (executable)
new mode 100644 (file)
index e280195..b1a5a8c
@@ -167,8 +167,8 @@ public:
        * @since                        2.0
        *
        * @return                       An error code
-       * @param[in]    point           The position of the %EditDate in the container @n\r
-       *                                                               The optimal size of the control is defined in\r
+       * @param[in]    point           The position of the %EditDate in the container @n
+       *                                                               The optimal size of the control is defined in
        *                                                               <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
        * @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\r
-       *                                                               The optimal size of the control is defined in\r
+       * @param[in]    point           The position of the %EditDate in the container @n
+       *                                                               The optimal size of the control is defined in
        *                                                               <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
        * @param[in]    title           The title
        * @exception    E_SUCCESS       The method is successful.
old mode 100755 (executable)
new mode 100644 (file)
index e757d96..bbd9428
@@ -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\r
-        *                                                                              The optimal size of the control is defined in\r
+        *                                                                              the width and height of the control. @n
+        *                                                                              The optimal size of the control is defined in
         *                                                                              <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                                              The optimal size of the control is defined in\r
+        *                                                                              the width and height of the control. @n
+        *                                                                              The optimal size of the control is defined in
         *                                                                              <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                              The optimal size of the control is defined in\r
+        *                                                              the width and height of the control. @n
+        *                                                              The optimal size of the control is defined in
         *                                                              <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                              The optimal size of the control is defined in\r
+        *                                                              the width and height of the control. @n
+        *                                                              The optimal size of the control is defined in
         *                                                              <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @param[in]    style                   The style of the %EditField control
         * @param[in]    inputStyle      The input style of the %EditField control
old mode 100755 (executable)
new mode 100644 (file)
index f1e2d42..a0e2c7f
@@ -164,8 +164,8 @@ public:
         * @since                       2.0
         *
         * @return              An error code
-        * @param[in]   point                           The position of %EditTime in container @n\r
-        *                                                                      The optimal size of the control is defined in\r
+        * @param[in]   point                           The position of %EditTime in container @n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                                      The optimal size of the control is defined in\r
+        * @param[in]   point                           The position of %EditTime in container @n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @param[in]   title                           The title
         * @exception   E_SUCCESS           The method is successful.
old mode 100755 (executable)
new mode 100644 (file)
index fdcd425..7f0cded
@@ -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\r
-        *                                                                              The optimal size of the control is defined in\r
+        *                                                                              the width and height. @n
+        *                                                                              The optimal size of the control is defined in
         *                                                                              <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                                              The optimal size of the control is defined in\r
+        *                                                                              the width and height. @n
+        *                                                                              The optimal size of the control is defined in
         *                                                                              <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @param[in]    style            The style of the expandable edit area
         * @param[in]    titleStyle       The title style
old mode 100755 (executable)
new mode 100644 (file)
index 6219328..9f4853e
@@ -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.
old mode 100755 (executable)
new mode 100644 (file)
index 403fa84..d8a7620
@@ -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\r
+        *                              The optimal size of the control is defined in
         *                              <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         */
        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\r
+        *                              The optimal size of the control is defined in
         *                              <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         */
        Header* GetHeader(void) const;
old mode 100755 (executable)
new mode 100644 (file)
index 5c9c45d..38e8f93
@@ -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\r
-        *                                      The optimal size of the control is defined in\r
+        *                                      width and height. @n
+        *                                      The optimal size of the control is defined in
         *                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                      The optimal size of the control is defined in\r
+        *                                      width and height.@n
+        *                                      The optimal size of the control is defined in
         *                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_ARG   The specified input parameter is invalid.
old mode 100755 (executable)
new mode 100644 (file)
index 05ee89d..95be927
@@ -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\r
-        *                                                                      The optimal size of the control is defined in\r
+        *                                                                      %GroupedListView control along with the width and height.@n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                                      The optimal size of the control is defined in\r
+        *                                                                      %GroupedListView control along with the width and height.@n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                                      The optimal size of the control is defined in\r
+        *                                                                      %GroupedListView control along with the width and height.@n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @param[in]   style                           The style of the %GroupedListView control
         * @param[in]   itemDivider                     Set to @c true to display an item divider, @n
old mode 100755 (executable)
new mode 100644 (file)
index 6fea148..3bf7d00
@@ -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\r
-       *                                                               The optimal size of the control is defined in\r
+       *                                       the width and height.@n
+       *                                                               The optimal size of the control is defined in
        *                                                               <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
        * @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\r
-       *                                                               The optimal size of the control is defined in\r
+       *                                       the width and height.@n
+       *                                                               The optimal size of the control is defined in
        *                                                               <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
        * @param[in] itemDivider       Set to @c true to display an item divider, @n
        *                              else @c false
old mode 100755 (executable)
new mode 100644 (file)
index c0f2137..262f349
@@ -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\r
-        *                                                                      The optimal size of the control is defined in\r
+        *                                                                      the width and height.@n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                                      The optimal size of the control is defined in\r
+        *                                                                      the width and height.@n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @param[in]   itemBitmapSize          The size of an icon in %IconListView
         * @param[in]   style                           The style set of %IconListView
old mode 100755 (executable)
new mode 100644 (file)
index fbca3ac..f8cde9a
@@ -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\r
-        *                                                                      The optimal size of the control is defined in\r
+        *                                                                      the width and height of the window.@n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                                      The optimal size of the control is defined in\r
+        *                                                                      the width and height of the window.@n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @param[in]   text                            The text for this label instance
         * @exception   E_SUCCESS                       The method is successful.
old mode 100755 (executable)
new mode 100644 (file)
index e7c3fc8..a3781c0
@@ -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\r
-        *                                                              The optimal size of the control is defined in\r
+        *                                                              and height.@n
+        *                                                              The optimal size of the control is defined in
         *                                                              <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                              The optimal size of the control is defined in\r
+        *                                                              and height.@n
+        *                                                              The optimal size of the control is defined in
         *                                                              <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                              The optimal size of the control is defined in\r
+        *                                                              and height.@n
+        *                                                              The optimal size of the control is defined in
         *                                                              <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @param[in] itemDivider       Set to @c true to display an item divider, @n
         *                                                              else @c false
old mode 100755 (executable)
new mode 100644 (file)
index 4185224..fed2d4f
@@ -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\r
-        *                                                                      The optimal size of the control is defined in\r
+        * @param[in]   dim                             The size of the %Popup control @n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                                      The optimal size of the control is defined in\r
+        * @param[in]   dim                             The size of the %Popup control @n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                                      The optimal size of the control is defined in\r
+        * @param[in]   dim                             The size of the %Popup control @n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                                      The optimal size of the control is defined in\r
+        * @param[in]   dim                             The size of the %Popup control @n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                                      The optimal size of the control is defined in\r
+        * @param[in]   dim                             The size of the %Popup control @n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                                      The optimal size of the control is defined in\r
+        * @param[in]   dim                             The size of the %Popup control @n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid, or
old mode 100755 (executable)
new mode 100644 (file)
index f674236..059d554
@@ -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\r
-        *                                                                      The optimal size of the control is defined in\r
+        *                                  its width and height. @n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                                      The optimal size of the control is defined in\r
+        *                                  its width and height. @n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @param[in]   minValue                        The minimum value of the current instance of %Progress
         * @param[in]   maxValue                        The maximum value of the current instance of %Progress
old mode 100755 (executable)
new mode 100644 (file)
index 0931117..9400dea
@@ -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\r
-        *                                                              The optimal size of the control is defined in\r
+        *                                                              the width and height of the control. @n
+        *                                                              The optimal size of the control is defined in
         *                                                              <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                              The optimal size of the control is defined in\r
+        *                                                              the width and height of the control. @n
+        *                                                              The optimal size of the control is defined in
         *                                                              <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @param[in]   searchBarButton Set to @c true to display the search bar button, @n
         *                              else @c false
old mode 100755 (executable)
new mode 100644 (file)
index 13063d7..a32f7de
@@ -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\r
-        *                                                                      The optimal size of the control is defined in\r
+        *                                                                      the width and height of the control.@n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                                      The optimal size of the control is defined in\r
+        *                                                                      the width and height of the control.@n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                                      The optimal size of the control is defined in\r
+        *                                  its width and height.@n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                                      The optimal size of the control is defined in\r
+        *                                  its width and height.@n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @param[in]   sliderStyle         The style of the slider @n
         *                                  Multiple link types can be combined using bitwise OR operator.
old mode 100755 (executable)
new mode 100644 (file)
index 2f20c5b..0890e47
@@ -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\r
-        *                                                                      The optimal size of the control is defined in\r
+        * @param[in]   width                   The width @n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                                      The optimal size of the control is defined in\r
+        * @param[in]   width                   The width @n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid.
old mode 100755 (executable)
new mode 100644 (file)
index 7ce4181..883effe
@@ -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\r
-        *                                                                      The optimal size of the control is defined in\r
+        *                                                                      the width and height of the control.@n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @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\r
-        *                                                                      The optimal size of the control is defined in\r
+        *                                                                      the width and height of the control.@n
+        *                                                                      The optimal size of the control is defined in
         *                                                                      <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         * @param[in]   border                          The border style
         * @exception   E_SUCCESS                       The method is successful.
old mode 100755 (executable)
new mode 100644 (file)
index d34955d..c6a9370
@@ -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\r
+        * The optimal size of the control is defined in
         * <a href="../org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm">Optimal Size of UI Controls</a>.
         */
        result Construct(const Tizen::Base::String& title = L"");