[Libreoffice-bugs] [Bug 103414] Allow decimal place commands to modify additional number formats

2021-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103414

Laurent BP  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
   Assignee|jumbo4...@yahoo.fr  |libreoffice-b...@lists.free
   ||desktop.org

--- Comment #19 from Laurent BP  ---
My patch was rejected by Eike because it does not consider sidebar parameters:
https://gerrit.libreoffice.org/c/core/+/96980

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103414] Allow decimal place commands to modify additional number formats

2020-05-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103414

Laurent BP  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |jumbo4...@yahoo.fr
   |desktop.org |

--- Comment #13 from Laurent BP  ---
I've got a solution for 100th second

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103414] Allow decimal place commands to modify additional number formats

2019-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103414

Xisco FaulĂ­  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
 CC||xiscofa...@libreoffice.org
   Assignee|stellakyr...@outlook.com.gr |libreoffice-b...@lists.free
   ||desktop.org

--- Comment #12 from Xisco FaulĂ­  ---
Dear Kyrama Styliani,
This bug has been in ASSIGNED status for more than 3 months without any
activity. Resetting it to NEW.
Please assigned it back to yourself if you're still working on this.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 103414] Allow decimal place commands to modify additional number formats

2019-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103414

Kyrama Styliani  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |stellakyr...@outlook.com.gr
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103414] Allow decimal place commands to modify additional number formats

2018-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103414

--- Comment #7 from Laurent BP  ---
As said in comment 5 all pointers can be found in resolution of bug 88960
https://gerrit.libreoffice.org/14264/

void ScViewFunc::ChangeNumFmtDecimals( bool bIncrement )
https://opengrok.libreoffice.org/s?defs=ChangeNumFmtDecimals=core

if bIncrement ==> positive increment

Date and time formats are not treated yet.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103414] Allow decimal place commands to modify additional number formats

2018-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103414

Heiko Tietze  changed:

   What|Removed |Added

   Keywords|needsUXEval |difficultyInteresting,
   ||easyHack, skillCpp, topicUI
 CC|libreoffice-ux-advise@lists |mentoring@documentfoundatio
   |.freedesktop.org|n.org,
   ||tietze.he...@gmail.com

--- Comment #6 from Heiko Tietze  ---
Reasonable request. If you add the code pointers, LBP, we get a fully qualified
easyhack.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103414] Allow decimal place commands to modify additional number formats

2017-05-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103414

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||107575


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107575
[Bug 107575] [META] Number format bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103414] Allow decimal place commands to modify additional number formats

2016-11-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103414

Laurent BP  changed:

   What|Removed |Added

 CC||jumbo4...@yahoo.fr

--- Comment #5 from Laurent BP  ---
(In reply to Yousuf Philips (jay) from comment #4)
> (In reply to Heiko Tietze from comment #3)
> > First of all the increase/decrease function for date would be limited in
> > contrast to numbers, which could be done easily I guess.
> 
> True.
> 
> > More relevant is the variable type of datetime values. Users can have MM-YY
> > or YY-MM, how would you increase the precision here?
> 
> With YY-MM it would increase to YY-MM-DD, with MM-YY it would increase to
> DD-MM-YY.
According to his localization, user may expect MM-DD-YY or D-MM-YY. 

(In reply to Heiko Tietze from comment #3)
> On the other hand it's a typical task for me. Looking forward more opinions.
As I enhanced "Add/Delete decimal place" button for scientific format, I can
give you some pointer if you need. See bug 88960

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103414] Allow decimal place commands to modify additional number formats

2016-10-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103414

--- Comment #4 from Yousuf Philips (jay)  ---
(In reply to Heiko Tietze from comment #3)
> First of all the increase/decrease function for date would be limited in
> contrast to numbers, which could be done easily I guess.

True.

> More relevant is the variable type of datetime values. Users can have MM-YY
> or YY-MM, how would you increase the precision here?

With YY-MM it would increase to YY-MM-DD, with MM-YY it would increase to
DD-MM-YY.

> And for the time part
> it's mostly to add seconds or not since hours alone are useless and
> milliseconds not so relevant for the average user (otherwise needed rather
> than "deciseconds" or "centiseconds").

It is mainly to easily add and remove minutes, seconds. If i type '9 am', it
will change the input and format it to '09:00:00 AM' (HH:MM:SS AM/PM), so
easily removing the seconds and minutes is quite useful.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103414] Allow decimal place commands to modify additional number formats

2016-10-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103414

--- Comment #3 from Heiko Tietze  ---
First of all the increase/decrease function for date would be limited in
contrast to numbers, which could be done easily I guess.

More relevant is the variable type of datetime values. Users can have MM-YY or
YY-MM, how would you increase the precision here? And for the time part it's
mostly to add seconds or not since hours alone are useless and milliseconds not
so relevant for the average user (otherwise needed rather than "deciseconds" or
"centiseconds").

On the other hand it's a typical task for me. Looking forward more opinions.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103414] Allow decimal place commands to modify additional number formats

2016-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103414

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from Yousuf Philips (jay)  ---
(In reply to V Stuart Foote from comment #1)
> Question would have to be if the styling of the number format for any other
> data classes affects its actual stored value. 

The number format never affects the actual stored value, or a misunderstanding
what you are saying.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103414] Allow decimal place commands to modify additional number formats

2016-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103414

V Stuart Foote  changed:

   What|Removed |Added

 CC||er...@redhat.com,
   ||vstuart.fo...@utsa.edu

--- Comment #1 from V Stuart Foote  ---
Question would have to be if the styling of the number format for any other
data classes affects its actual stored value. 

If so, then should not go that route for that data type.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs