Re: Calc function to check for text that could be number in order to place UI indicators

2015-10-16 Thread Eike Rathke
Hi Łukasz, On Saturday, 2015-10-10 13:47:33 +0200, Łukasz Hryniuk wrote: > Where can I start? You showed me some code during the Hackfest, but I don't > remember what it was exactly. Is ScOutputData::LayoutStrings in > sc/source/ui/view/output2.cxx the right place? So I dug into that, and while

Re: Calc function to check for text that could be number in order to place UI indicators

2015-10-10 Thread Łukasz Hryniuk
Hi, On 07.10.2015 14:10, Eike Rathke wrote: On the LibreOffice Conference Hackfest at Aarhus we talked about placing UI indicators in the current view to hint cells that contain text that could be numbers instead. I moved and adapted the interpreter's function that handles such strings to ScGlob

Re: Calc function to check for text that could be number in order to place UI indicators

2015-10-08 Thread Eike Rathke
Hi Markus, On Thursday, 2015-10-08 11:35:59 +0200, Markus Mohrhard wrote: > > > On the LibreOffice Conference Hackfest at Aarhus we talked about > > > placing UI indicators in the current view to hint cells that contain > > > text that could be numbers instead. > > > > That would be v. neat. If w

Re: Calc function to check for text that could be number in order to place UI indicators

2015-10-08 Thread Markus Mohrhard
Hey, On Thu, Oct 8, 2015 at 11:31 AM, Caolán McNamara wrote: > On Wed, 2015-10-07 at 14:10 +0200, Eike Rathke wrote: > > Hi Łukasz, > > > > On the LibreOffice Conference Hackfest at Aarhus we talked about > > placing UI indicators in the current view to hint cells that contain > > text that coul

Re: Calc function to check for text that could be number in order to place UI indicators

2015-10-08 Thread Caolán McNamara
On Wed, 2015-10-07 at 14:10 +0200, Eike Rathke wrote: > Hi Łukasz, > > On the LibreOffice Conference Hackfest at Aarhus we talked about > placing UI indicators in the current view to hint cells that contain > text that could be numbers instead. That would be v. neat. If we had a UI indicator fo

Calc function to check for text that could be number in order to place UI indicators

2015-10-07 Thread Eike Rathke
Hi Łukasz, On the LibreOffice Conference Hackfest at Aarhus we talked about placing UI indicators in the current view to hint cells that contain text that could be numbers instead. I moved and adapted the interpreter's function that handles such strings to ScGlobal::ConvertStringToValue(), see sc/