Re: Fixing Bug 46200 [Easy Hack]

2014-04-26 Thread Tharindu Amila Perera
I did not make GSOC but I'm willing to continue. I've tried many functions in the ScViewData class. So far the only function that did what I needed was SetScreenPos() function. But it does not seem to refresh the current view and the numbering. Can some one point me to the code which handles events

Re: Fixing Bug 46200 [Easy Hack]

2014-04-04 Thread Tharindu Amila Perera
First of all Thank you for the help. :) On Fri, Apr 4, 2014 at 1:56 AM, Michael Stahl wrote: > On 01/04/14 06:50, Tharindu Amila Perera wrote: >> Hi all, >> >> Using the reply I found out that the events coming from the keyboard >> has this behavior. >> >> Using the argument KeyEvent coming to fu

Re: Fixing Bug 46200 [Easy Hack]

2014-04-03 Thread Michael Stahl
On 01/04/14 06:50, Tharindu Amila Perera wrote: > Hi all, > > Using the reply I found out that the events coming from the keyboard > has this behavior. > > Using the argument KeyEvent coming to function in file tabvwsh4.cxx > bool ScTabViewShell::TabKeyInput(const KeyEvent& rKEvt) > > > I c

Re: Fixing Bug 46200 [Easy Hack]

2014-03-31 Thread Tharindu Amila Perera
Hi all, Using the reply I found out that the events coming from the keyboard has this behavior. Using the argument KeyEvent coming to function in file tabvwsh4.cxx bool ScTabViewShell::TabKeyInput(const KeyEvent& rKEvt) I can get codes of all keys except of Caps-Lock, NumLock and Scroll(Whi

Re: Fixing Bug 46200 [Easy Hack]

2014-03-31 Thread Tharindu Amila Perera
Hi Eike, Your reply is very helpful. I know basic c++ and programming but It's hard to go through a large code base. Thank you very much. On Mon, Mar 31, 2014 at 6:09 PM, Eike Rathke wrote: > Hi Tharindu, > > On Sunday, 2014-03-30 11:13:13 +0530, Tharindu Amila Perera wrote: > >> 1] ScTabViewShe

Re: Fixing Bug 46200 [Easy Hack]

2014-03-31 Thread Eike Rathke
Hi Tharindu, On Sunday, 2014-03-30 11:13:13 +0530, Tharindu Amila Perera wrote: > 1] ScTabViewShell::KeyInput as the starting point to capture the event > > the keyinput function decl is found at tabvwsh.hxx. But I cannot seem > to find a place it has been used for reference. "used" in the sens

Fixing Bug 46200 [Easy Hack]

2014-03-29 Thread Tharindu Amila Perera
Hi all, I'm a GSOC participant and I'm trying to solve this feature. The functionality added is to use scroll lock and down key to set the top left cell to the current selection. I looked into the comments and got the code pointers 1] ScTabViewShell::KeyInput as the starting point to capture the