License Statement

2012-09-27 Thread Anurag Jain
Hi Everyone, I've received approval from my employer to contribute to Libreoffice. I was student contributor in last year's GSOC 2011. All of my code/patch contributions towards Libreoffice will be under MPL/LGPLv3+ dual license. Regards, -- A

[Libreoffice] Build fails for Tail_build

2012-01-23 Thread Anurag Jain
est failed, please do one of: export DEBUGCPPUNIT=TRUE# for exception catching export GDBCPPUNITTRACE="gdb --args" # for interactive debugging export VALGRIND=memcheck# for memory checking and retry. make: *** [/home/anurag/libo/core/workdir/ unxlngx6.pro/CppunitTest/svtools_filters_test.test] Error 1 Awaiting a response .. Thanks and regards. -- Anurag Jain ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] Build fails in moz module

2011-11-14 Thread Anurag Jain
Hi there, I came across http://www.mail-archive.com/libreoffice@lists.freedesktop.org/msg16120.htmland it seems the problem was solved for them. Let me try this and will give update if this solved my problem. Thanks and regards On Sat, Nov 12, 2011 at 11:23 PM, Anurag Jain wrote: > Hi th

[Libreoffice] Build fails in moz module

2011-11-12 Thread Anurag Jain
Hi there, My build is failing in the moz module. I tried building the moz individually after doing the clean up but could not figure out the problem. Here is the build log http://pastebin.com/XwrWqgMJ Please help me figure out what might be causing the problem. Thanks and regards -- Anurag

Re: [Libreoffice] Licensing for my work

2011-08-24 Thread Anurag Jain
Hello there, Yeah, I'd like add to what Thorsten said. My work(Including GSOC works and apart from that) can be submitted to LGPLv3+/MPL dual license and its future versions also. Regards On Wed, Aug 24, 2011 at 2:57 PM, Thorsten Behrens wrote: > Anurag Jain wrote: >> I'd l

[Libreoffice] Licensing for my work

2011-08-23 Thread Anurag Jain
. Thanks and regards, -- Anurag Jain Final yr B.Tech CSE SASTRA University Thanjavur(T.N.)-613402 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [GSOC][patch] Multiline inputbar

2011-08-23 Thread Anurag Jain
Jain Final yr B.Tech CSE SASTRA University Thanjavur(T.N.)-613402 From 14b16dbef8b57c87ec7e077c27ae5f74a26ed449 Mon Sep 17 00:00:00 2001 From: Anurag Jain Date: Tue, 23 Aug 2011 20:19:39 +0530 Subject: [PATCH] Fixed premature wrapping, black spot in A1 and scrollbar and button position. --- sc

[Libreoffice] [GSOC][patch] Multiline inputbar

2011-08-20 Thread Anurag Jain
suggestions. Thanks and regards. -- Anurag Jain Final yr B.Tech CSE SASTRA University Thanjavur(T.N.)-613402 From e65f6a604ee51e9feb01cbf39d72217255d629c4 Mon Sep 17 00:00:00 2001 From: Anurag Jain Date: Sat, 20 Aug 2011 23:09:40 +0530 Subject: [PATCH] Made Scrollbar to appear and resize impro

[Libreoffice] [GSOC][patch] Multiline inputbar

2011-08-15 Thread Anurag Jain
Hello Kohei, I've implemented new logic for the resize of the textbox. Thanks and regards -- Anurag Jain Final yr B.Tech CSE SASTRA University Thanjavur(T.N.)-613402 From 45fcb8cde31971cfba4354be5e98553930054c60 Mon Sep 17 00:00:00 2001 From: Anurag Jain Date: Mon, 15 Aug 2011 19:14:14

[Libreoffice] [GSOC][patch] Multiline inputbar

2011-08-04 Thread Anurag Jain
#x27;ll implement these things after returning from college. Also I'd like to know how to go about the next step.? Is it going to be scrollbar implementation or working on refreshing the windows ? Thanks and regards. -- Anurag Jain Final yr B.Tech CSE SASTRA Uni

[Libreoffice] [GSOC][PATCH] Multiline inputbar

2011-07-24 Thread Anurag Jain
. I guess there are various do's and undo's happening under the hood. 3: Still I'm not able to figure out what Invalidate() is for and when it should be used and when not. Thanks and regards. -- Anurag Jain Final yr B.Tech CSE SASTRA University Thanjavur(T.N.)-613402 From c43c07532e

[Libreoffice] [GSOC][patch] Multiline inputbar

2011-07-10 Thread Anurag Jain
kes this feature runtime switchable. Please review it as soon as possible and help me work on the above mentioned things. Thanks and regards -- Anurag Jain Final yr B.Tech CSE SASTRA University Thanjavur(T.N.)-613402 diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index 2d7a

Re: [Libreoffice] [GSOC][PATCH] Multiline inputbar

2011-07-04 Thread Anurag Jain
rds On Mon, Jul 4, 2011 at 9:09 PM, Noel Power wrote: > On 04/07/11 11:29, Anurag Jain wrote: >> >> Hello Noel, >> >> I'm sending the inputwin.cxx with the changes I've made in >> ScInputBargroup. Do not push it as of now. I'd be making some more

Re: [Libreoffice] [GSOC][PATCH] Multiline inputbar

2011-07-04 Thread Anurag Jain
e's your class, restores ScTextWnd and removes  the > unnecessary changes and does some cleanup of the existing code, is there > some problem? everything ok? I need those changes to integrate your code > into master. > On 26/06/11 18:23, Anurag Jain wrote: >> >> yes a

[Libreoffice] [GSOC] Multiline inputbar

2011-06-27 Thread Anurag Jain
ht and border of the InputBarGroup and after i get the positions correctly we can start working on these improvements. Thanks and regards -- Anurag Jain Final yr B.Tech CSE SASTRA University Thanjavur(T.N.)-613402 <>___ LibreOffic

Re: [Libreoffice] [GSOC][PATCH] Multiline inputbar

2011-06-26 Thread Anurag Jain
Hello Noel, On Fri, Jun 24, 2011 at 7:53 PM, Noel Power wrote: > Hi Anurag > On 22/06/11 15:51, Anurag Jain wrote: >> >> Hi Noel, >> >> Resending the patch again along with the source files here. > > as mentioned on Wed on iRC I pushed the patch to the feat

Re: [Libreoffice] [GSOC][PATCH] Multiline inputbar

2011-06-21 Thread Anurag Jain
Power wrote: > Hi Anurag > On 21/06/11 18:59, Anurag Jain wrote: > > Hi Noel, > > Please review the patch I'm sending here. I did not have luck getting > the control shown up. Please guide me what I'm missing ? > > Thanks and regards > > Sorry I think you

[Libreoffice] [GSOC][PATCH] Multiline inputbar

2011-06-21 Thread Anurag Jain
Hi Noel, Please review the patch I'm sending here. I did not have luck getting the control shown up. Please guide me what I'm missing ? Thanks and regards -- Anurag Jain Final yr B.Tech CSE SASTRA University Thanjavur(T.N.)-613402 diff --cc sc/source/ui/app/inputwin.cxx index 0fed0

[Libreoffice] [GSOC][Report] MultiLine InputBar

2011-06-19 Thread Anurag Jain
t in InsertWindow() function though. But Still not able to figure out what might be the problem. I'm working on it. Hope I'll figure it out soon and I'm not able to come online because of the internet connection problem; but it will be resolved soon. Thanks and regards -- Anurag Ja

[Libreoffice] [GSOC] Multiline Inputbar

2011-06-15 Thread Anurag Jain
me to some code where scrollbar has got similar implementation ? Thanks and regards. -- Anurag Jain Final yr B.Tech CSE SASTRA University Thanjavur(T.N.)-613402 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [GSOC][patch] Multiline inputbar

2011-06-06 Thread Anurag Jain
Hello Kohei, In this patch I've removed the hard coded values for the height Thanks and regards. -- Anurag Jain Final yr B.Tech CSE SASTRA University Thanjavur(T.N.)-613402 diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index db934bd..130ea63 100644 --- a/sc/s

Re: [Libreoffice] [GSOC][patch] Multiline inputbar

2011-06-06 Thread Anurag Jain
Hi Kohei, Have a look into this. I've fixed the display problem with the j and g letters. On Tue, Jun 7, 2011 at 12:57 AM, Kohei Yoshida wrote: > Hi Anurag, > > On Tue, 2011-06-07 at 00:15 +0530, Anurag Jain wrote: >> Hello Kohei, >> >> I was able to figure

[Libreoffice] [GSOC][patch] Multiline inputbar

2011-06-06 Thread Anurag Jain
Hello Kohei, I was able to figure out how to make the text appear properly in the inputbar when in single line mode. I'm sending my patch over here. Please have a look into it and let me know about further improvements that can be done. Thanks and regards. -- Anurag Jain Final yr B.Tec

[Libreoffice] [GSOC][patch] Multiline inputbar

2011-06-06 Thread Anurag Jain
Hi Kohei, Find the change I made. thanks and regards. -- Anurag Jain Final yr B.Tech CSE SASTRA University Thanjavur(T.N.)-613402 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [GSOC] make install fails

2011-06-03 Thread Anurag Jain
loper install now ? or is there a way how can we skip the smoke test and run the install as it used to be before ? Thanks and regards -- Anurag Jain Final yr B.Tech CSE SASTRA University Thanjavur(T.N.)-613402 ___ LibreOffice mailing list LibreO

[Libreoffice] [GSOC] build fails for chart2 module

2011-05-24 Thread Anurag Jain
Hello Kohei, After make clean build seems to fail again here for chart2 module while compiling chart2/source/controller/mainShapeController.cxx . This is the output. http://pastebin.com/AYj1Bbf0 Its the same error which I mentioned over IRC today. Thanks and regards. -- Anurag Jain Final yr

Re: [Libreoffice] [GOSC][Patch] multi line input bar

2011-05-23 Thread Anurag Jain
Hello kohei, Sorry for the mistake. This is the updated patch. On Sun, May 22, 2011 at 4:50 PM, Anurag Jain wrote: > Hello Kohei, > > Please find the patch below and let me know your feedback. > > Thanks and regards. > -- > Anurag Jain > Final yr B.Tech CSE > SASTRA

[Libreoffice] [GOSC][Patch] multi line input bar

2011-05-22 Thread Anurag Jain
Hello Kohei, Please find the patch below and let me know your feedback. Thanks and regards. -- Anurag Jain Final yr B.Tech CSE SASTRA University Thanjavur(T.N.)-613402 diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index 8019fee..c209a4f 100644 --- a/sc/source/ui/app

[Libreoffice] [GSOC] Multi line input bar

2011-05-14 Thread Anurag Jain
uggestions about this thing, so that I can improvise more and more. Thanks and regards. -- Anurag Jain Final yr B.Tech CSE SASTRA University Thanjavur(T.N.)-613402 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [GSOC][PATCH] Multiline inputbar

2011-05-12 Thread Anurag Jain
Box, public SfxListener // Positionsanzeige +class ScPosWnd : public ComboBox, public SfxListener // Position window { private: String aPosStr; @@ -199,6 +200,7 @@ protected: private: ScPosWnd aWndPos; +// ScrollBar maScroll

[Libreoffice] [GSOC] Regarding ./g pull -r

2011-05-10 Thread Anurag Jain
odule http://pastebin.com/VUUk15gp. Please help me out with how to resolve these conflicts. Thanks and regards. -- Anurag Jain Final yr B.Tech CSE SASTRA University Thanjavur(T.N.)-613402 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] [GSOC][Urgent] Build fails

2011-05-09 Thread Anurag Jain
Thank you for replying. Yeah I've got the things working now. Thanks to shm_get in IRC , he helped me out with it. :) Regards On Mon, May 9, 2011 at 2:08 PM, Michael Meeks wrote: > Hi there, > > On Mon, 2011-05-09 at 07:19 +0530, Anurag Jain wrote: >> I tried to update my L

[Libreoffice] [GSOC][Urgent] Build fails

2011-05-08 Thread Anurag Jain
. -- Anurag Jain Final yr B.Tech CSE SASTRA University Thanjavur(T.N.)-613402 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [GSoc] Project progress.

2011-05-05 Thread Anurag Jain
t how may patches does the community expects in order to get a direct commit access to LO repository. Thanks and regards. -- Anurag Jain Final yr B.Tech CSE SASTRA University Thanjavur(T.N.)-613402 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] Removal of bogus comments

2011-04-03 Thread Anurag Jain
Hello This is my first patch for removal of bogus comments from the writer module. Thanks -- Anurag Jain Final yr B.Tech CSE SASTRA University Thanjavur(T.N.)-613402 From d819cb4cbf68347c2f47c477ef10a2091e72e2e5 Mon Sep 17 00:00:00 2001 From: ANURAG JAIN Date: Sun, 3 Apr 2011 18:01:38 +0530

[Libreoffice] Staroffice module build fail

2011-03-29 Thread Anurag Jain
ok here http://pastebin.com/7XPGxB3B Thanks and regards -- Anurag Jain Final yr B.Tech CSE SASTRA University Thanjavur(T.N.)-613402 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] GSOC 2011 regarding - Project Idea.

2011-03-24 Thread Anurag Jain
ands on learning git and trying easy hacks. Please let me know if this idea has the potential of being a GSOC proposal and guide me through so that I can do something worthy this summer. thanks and regards -- Anurag Jain Final yr B.Tech CSE SASTRA Un

[Libreoffice] Help regarding build from source

2011-02-19 Thread Anurag Jain
n the path of contributing to libre office . Thanks and regards. -- Anurag Jain Final yr B.Tech CSE SASTRA University Thanjavur(T.N.)-613402 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice