[HELP] Pop-Up Window to be generated for fdo#55846

2014-01-09 Thread Janit Anjaria
Hey! If some of you know I had been developing over the LO Codebase but was then away due to some reason.As I had not shown activity over fdo#55846 , one reason being that the idea about the whole bug to be solved had changed. As Michael just pointed out that Faisal's link :

Problems in importing .docx or .pptx file with too many pages(or slides)

2013-11-13 Thread Janit Anjaria
Hey! I have been recently facing a problem when I open a .doc/.docx file with more than 150 pages or a .ppt/.pptx file with more than 150 slides.The main error is that just 3 pages/slides of all of them open up. Being a developer I am sure I can fix it.It would be of great help if someone can

I need some help and workaround on the following.

2013-10-15 Thread Janit Anjaria
Hey Guys! I just have a friend who faces the following problems on his machine which he needs fixed for his work to move smoothly.He is actually shifting from MS Office to LO , and hence asked me to do some changes to the code so as to solve the following problems. 1. Filter by color caption in

Re: [PATCH]fdo#55846 Comboboxes werent displayed in vertical toolbars

2013-06-24 Thread Janit Anjaria
, Janit On Sat, May 18, 2013 at 2:03 AM, Eike Rathke er...@redhat.com wrote: Hi Janit, On Wednesday, 2013-04-24 00:51:59 +0530, Janit Anjaria wrote: I am hereby submitting my patch. Sorry, that was lingering on the list too long. I'd also suggest that you don't explicitly Cc a developer

Re: fdo#41572 Making it possible to add custom animation to master slides

2013-05-24 Thread Janit Anjaria
with that. Regards, Janit On Tue, May 14, 2013 at 6:17 PM, Janit Anjaria jani...@gmail.com wrote: Hey Thorsten!!! I obviously know that my work is solely based on self-interestit was just a way to answer Tor,and hence I am sure you know the way we have been working out this project

Re: [PATCH]fdo#55846 Comboboxes werent displayed in vertical toolbars

2013-05-18 Thread Janit Anjaria
, Eike Rathke er...@redhat.com wrote: Hi Janit, On Wednesday, 2013-04-24 00:51:59 +0530, Janit Anjaria wrote: I am hereby submitting my patch. Sorry, that was lingering on the list too long. I'd also suggest that you don't explicitly Cc a developer when submitting a patch on the mailing

Re: fdo#41572 Making it possible to add custom animation to master slides

2013-05-14 Thread Janit Anjaria
Hey Tor! It is good to know that even you have been taking interest in this pretty important task which i have been working on. -- Regarding the compiling of the code , i bet i did compile it on my machine as well,but as you said you have been getting some errors i would be happy to look back

Re: fdo#41572 Making it possible to add custom animation to master slides

2013-05-14 Thread Janit Anjaria
had talked about this on IRC ) . On Tue, May 14, 2013 at 1:13 PM, Janit Anjaria jani...@gmail.com wrote: Hey Tor! Yeah you got that right. It is actually a GSoC Task and i know it is a little early but Thorsten thinks starting a little early would surely help because this feature

Re: fdo#41572 Making it possible to add custom animation to master slides

2013-05-14 Thread Janit Anjaria
(as per what we had talked on the IRC that day) And it would be great if you could help me out with the same so we can surely continue our enthusiastic work towards the task . Hope this find you in good health. Regards, Janit On Tuesday, May 14, 2013, Thorsten Behrens wrote: Janit Anjaria

Re: fdo#41572 Making it possible to add custom animation to master slides

2013-05-12 Thread Janit Anjaria
, Janit On Wed, May 8, 2013 at 6:55 PM, Janit Anjaria jani...@gmail.com wrote: Hey Miklos! I suppose i have used the correct header now ,and regarding the identation i dont think there is any need of it here as the header file just declares the functions used.I have made all the changes

Re: fdo#41572 Making it possible to add custom animation to master slides

2013-05-08 Thread Janit Anjaria
this week :D ) Hope this finds you in good health. Regards, Janit On Tue, May 7, 2013 at 3:01 PM, Miklos Vajna vmik...@suse.cz wrote: Hi Janit, On Tue, May 07, 2013 at 10:55:53AM +0530, Janit Anjaria jani...@gmail.com wrote: +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic

Re: fdo#41572 Making it possible to add custom animation to master slides

2013-05-07 Thread Janit Anjaria
of the existing code as well as new code pointers). :D Regards, Janit On Mon, May 6, 2013 at 11:23 AM, Thorsten Behrens t...@documentfoundation.org wrote: Janit Anjaria wrote: it would be great if someone can guide if i am going swrong somewhere. Hi Janit, a bit hard to tell without further

fdo#41572 Making it possible to add custom animation to master slides

2013-05-04 Thread Janit Anjaria
Hey ! I am hereby attaching a patch that shows my initial work on the task ,and it would be great if someone can guide if i am going swrong somewhere. Though it is not complete according to my plans on the code,but still it would be great if there is some more efficient code pointers someone can

Re: [Libreoffice-ux-advise] Mass changes to Impress animations - related to fdo#41572

2013-05-01 Thread Janit Anjaria
Hey Michel! It is great that you have added something to the wiki page.I will have a look at it,and it would be great if you can provide me with guidance on the UI part so i can give the best possible result to the community under Thorsten's help and your help as well on the UI Part. Hope this

[PATCH]fdo#55846 Comboboxes werent displayed in vertical toolbars

2013-04-23 Thread Janit Anjaria
Hey! I am hereby submitting my patch. Any suggestions would be appreciated. Regards, Janit 0001-fdo-55846-Comboboxes-weren-t-displayed-when-the-tool.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Fwd: Help to make it possible to add custom animation to Master Slides.

2013-04-22 Thread Janit Anjaria
-- Forwarded message -- From: Janit Anjaria jani...@gmail.com Date: Tue, Apr 16, 2013 at 2:55 PM Subject: Help to make it possible to add custom animation to Master Slides. To: libreoffice-dev libreoffice@lists.freedesktop.org Hey! I have been looking into this bug/feature

[PATCH]fdo#62096 Replace O(U)String compareTo with ==

2013-04-21 Thread Janit Anjaria
Hey! I am hereby attaching my patch for fdo#62096 where we replace .compareTo() calls with '==' operator. Any suggestions would be helpful and appreciated.Hope this finds you in good health. Regards, Janit 0001-fdo-62096-Replace-O-U-String-compareTo-with-operator.patch Description: Binary

Re: [PATCH] BUG#62096 Replace O(U)String compareTo with ==

2013-04-19 Thread Janit Anjaria
Hey! i am here by attaching my patch for fdo#62096. Regards, Janit On Sat, Apr 20, 2013 at 12:47 AM, Eike Rathke er...@redhat.com wrote: Hi Janit, On Wednesday, 2013-04-17 00:00:39 +0530, Janit Anjaria wrote: -if ( sInstModel.compareTo( pProps-Name ) == 0

Re: [PATCH] BUG#62096 Replace O(U)String compareTo with ==

2013-04-19 Thread Janit Anjaria
Hey! I am hereby submitting my patches for review. Regards, Janit On Sat, Apr 20, 2013 at 12:53 AM, Eike Rathke er...@redhat.com wrote: Hi Janit, On Friday, 2013-04-19 02:09:55 +0530, Janit Anjaria wrote: -if ( 0 == PropertyName.compareTo( FM_PROP_TEXTLINECOLOR

Licence Statement

2013-04-19 Thread Janit Anjaria
Hey! Here is my licence statement: All of my past future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. Regards, Janit ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice-commits] core.git: svx/source

2013-04-19 Thread Janit Anjaria
svx/source/form/fmundo.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f51450717d4e639bd8af81c7d1ed13cc08e57e22 Author: Janit Anjaria jani...@gmail.com Date: Sat Apr 20 01:10:51 2013 +0530 fdo#62096 Replace OUString compareTo with == operator I

[Libreoffice-commits] core.git: svx/source

2013-04-19 Thread Janit Anjaria
svx/source/fmcomp/gridcell.cxx |2 +- svx/source/fmcomp/gridctrl.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit b444e459c8a3e39c36e7cf6854bd1eae92b0e81a Author: Janit Anjaria jani...@gmail.com Date: Sat Apr 20 01:28:01 2013 +0530 fdo#62096 Replace

[PATCH] BUG#62096 Replace O(U)String compareTo with ==

2013-04-18 Thread Janit Anjaria
Hey! I am hereby attaching my patch for fdo#62096 : https://bugs.freedesktop.org/show_bug.cgi?id=62096 Any suggestions would be great to be implemented. Regards, Janit 0001-fdo-62096-Replaced-some-OUString-compareTo-with.patch Description: Binary data

Re: [PATCH] BUG#62096 Replace O(U)String compareTo with ==

2013-04-16 Thread Janit Anjaria
Hey! I am hereby attaching my patch for fdo #62096 : https://bugs.freedesktop.org/show_bug.cgi?id=62096 Any suggestions would be great to be implemented. Regards, Janit On Tue, Apr 16, 2013 at 11:52 PM, Janit Anjaria jani...@gmail.com wrote: Hey Stephan! I think that was due to hurry

Re: [PATCH] BUG#62096 Replace O(U)String compareTo with ==

2013-04-16 Thread Janit Anjaria
#Setting_Yourself_Up_For_Gerritso you can send them that way. I think that's a lot easier for developers to review and leave comments. Just my 0,02€ (please be aware of the currency exchange ;-) ) Kind regards, Joren Op 16-04-13 20:30, Janit Anjaria schreef: Hey! I am hereby attaching my patch for fdo #62096

Help to make it possible to add custom animation to Master Slides.

2013-04-16 Thread Janit Anjaria
Hey! I have been looking into this bug/feature( and others too ;) ) since quite a time and have figured out ways to overcome and solve this bug which LO has. --Yes, i am talking about bug#41572 : https://bugs.freedesktop.org/show_bug.cgi?id=41572 --I have seen and dig into the bug quite a lot

Re: Regadring help on the bug#42893

2013-04-15 Thread Janit Anjaria
the changes in the code i have made are visible in the patch i just attached in the last email as well. Hope to receive a positive response. Regards, Janit On Mon, Apr 15, 2013 at 4:22 PM, Thorsten Behrens t...@documentfoundation.org wrote: Janit Anjaria wrote: I have been working on this bug

[PATCH] BUG#62096 Replace O(U)String compareTo with ==

2013-04-15 Thread Janit Anjaria
Hey! I am hereby attaching my patch for fdo #62096 : https://bugs.freedesktop.org/show_bug.cgi?id=62096 Any suggestions would be great to be implemented. Regards, Janit 0001-fdo-62096-Replace-O-U-String-compareTo-with.patch Description: Binary data

Regadring help on the bug#42893

2013-04-12 Thread Janit Anjaria
Hey! I have been working on this bug and would like to get some help on teh same as i am not able to get the desired output.Though i think the method/concept/logic i have used is similar to the one mentioned in the attachment on : https://bugs.freedesktop.org/show_bug.cgi?id=42893 Any help would

Re: [PATCH]BUG#57950 Replace chained O(U)StringBuffer::append() with operator+

2013-04-10 Thread Janit Anjaria
it to you asap. :) Regards, Janit On Wed, Apr 10, 2013 at 3:22 PM, Thorsten Behrens t...@documentfoundation.org wrote: Janit Anjaria wrote: I am hereby attaching my patch on fdo#57950 where the .append() calls are replaced by + operator. Hi Janit, this does not seem to be a patch

Re: [PATCH]BUG#57950 Replace chained O(U)StringBuffer::append() with operator+

2013-04-09 Thread Janit Anjaria
Hey! I am hereby attaching my patch on fdo#57950 where the .append() calls are replaced by + operator. Regards, Janit On Tue, Apr 9, 2013 at 7:00 PM, Janit Anjaria jani...@gmail.com wrote: Hey Thorsten! As a mentor it would be great if you review my bug and tell me if i need to further

Re: [PATCH]BUG#55846 Comboboxes aren’t displayed when the toolbar is vertical

2013-04-09 Thread Janit Anjaria
debug: max width 55 [...] *now i think the display also seems to be perfect and the purpose of this feature seems to be solved. Any kind of help and suggestions for future hacking would be appreciated. Regards, Janit On Tue, Apr 9, 2013 at 8:10 AM, Janit Anjaria jani...@gmail.com wrote: Hey

Re: Regarding the Help for the bug

2013-04-09 Thread Janit Anjaria
as it is not giving the desired output. Regards, Janit On Mon, Apr 8, 2013 at 10:31 PM, Janit Anjaria jani...@gmail.com wrote: Hey i am submitting a patch here for the bug#42893 : https://bugs.freedesktop.org/show_bug.cgi?id=42893 what i have done is made code changes at the place where

[PATCH]BUG#55846 Comboboxes aren’t displayed when the toolbar is vertical

2013-04-08 Thread Janit Anjaria
Hey! I am hereby submitting my patch for review on the bug/feature which i had worked long back which solves the problem where the comboboxes now do appear when the toolbar is vertical. Regards, Janit 0001-fdo-55846-Comboboxes-weren-t-displayed-when-the-tool.patch Description: Binary data

[PATCH]BUG#57950 Replace chained O(U)StringBuffer::append() with operator+

2013-04-08 Thread Janit Anjaria
Hey! I am hereby submitting my patch for review on the bug/feature which i had worked long back which replaces all the .append() calls witha + operator. Regards, Janit 0001-fdo-57950-replace-chained-O-U-StringBuffer-append-wi.patch Description: Binary data

Re: [PATCH]BUG#57950 Replace chained O(U)StringBuffer::append() with operator+

2013-04-08 Thread Janit Anjaria
Hey Thorsten, I am not pretty sure how can that be possible but yes i would clean the patch up and then mail it . Regards, Janit On Tue, Apr 9, 2013 at 4:02 AM, Thorsten Behrens t...@documentfoundation.org wrote: Janit Anjaria wrote: I am hereby submitting my patch for review on the bug

Re: [PATCH]BUG#55846 Comboboxes aren’t displayed when the toolbar is vertical

2013-04-08 Thread Janit Anjaria
, Janit On Tue, Apr 9, 2013 at 8:09 AM, Janit Anjaria jani...@gmail.com wrote: Hey Thorsten,Stefan , I just saw the patch,yes it definitely need clean up based on the white spaces ,and yeah the numbers in the patch are added so that the UI fixes right and hence the toolbar appears

Help regarding presentation objects

2013-04-07 Thread Janit Anjaria
Hey! I was just wishing to have a look at all the places where the presentation objects are present. I figured out that changing/adding a few presentation object at : http://opengrok.libreoffice.org/xref/core/sd/inc/pres.hxx#28 can bring about the changes in presentation objects used everywhere.

Help on the bug#59071

2013-04-01 Thread Janit Anjaria
Hey! I have been working on quite a few features/bugs and now i have taken this up : https://bugs.freedesktop.org/show_bug.cgi?id=59071 And hence i would like some help on the same from your side.I have had a look at the code pointers provided and hence figured a few things out,but inputs from

Re: [Libreoffice-ux-advise] Mass changes to Impress animations - related to fdo#41572

2013-03-06 Thread Janit Anjaria
Hey Michel! I am glad you are even interested to work on the same and yeah even i have researched quite a lot about the same and as i had suggested we should provide the user with an option for adding custom animation to TEXT(as in which slide no. to apply the effect,etc.) Hence i would like to

[PATCH] BUG #57950

2013-03-01 Thread Janit Anjaria
I am hereby attaching my patch for review 0001-New-table-dialog-from-impress-and-draw-converted-to-.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

BUG#41572

2013-02-18 Thread Janit Anjaria
Hey Thorsten! I hope this idea is not modified and is a must need for libreoffice and so i can work on it with full dedication so as to make it a task. Hence i am noting down certain code pointers which i figure out are important and changes can be one of the ways to bring about the intended

Need help for BUg 42893- Improve 'Capitalize first letter of sentence'

2013-02-14 Thread Janit Anjaria
Hey! i have been working on this bug since few days,got a logic but the problem is that it doesnt fit in right as for that to work i had to invoke acorrect.hxx which isnt possible as it is private. So can someone help me out with the concept on working this bug out so that i can contribute asap.

[PATCH]

2013-02-11 Thread Janit Anjaria
I am hereby attaching the patch for the bug#57950 where the replacement of .append() calls had to be done with a + operator. Regards, Janit Anjaria IRC Nickname: Computer1 0001-New-table-dialog-from-impress-and-draw-converted-to-.patch Description: Binary data

Re: BUG#55846

2013-02-05 Thread Janit Anjaria
Janit, Janit Anjaria píše v Ne 03. 02. 2013 v 00:47 +0530: I have fixed the bug but the UX is still a problem,i am trying my best, Great, congrats! :-) and it would be great if you could provide some help from your end too. Best is not to leave out the mailing list from CC - please

Re: BUG#55846

2013-02-04 Thread Janit Anjaria
Hey! I wanted to know if someone can tell me what are some key features which libreofice needs and they are pretty cool for Impress so i can contribute under mentorship! Regards, Janit On Mon, Feb 4, 2013 at 6:45 PM, Jan Holesovsky ke...@suse.cz wrote: Hi Janit, Janit Anjaria píše v Ne 03

BUG#55846

2013-01-31 Thread Janit Anjaria
I have been working on this bug and followed the code pointers,but havent been able to figure out the loop-hole,can someone provide some other help,except that provided on BUGZILLAcomments Regards, Janit ___ LibreOffice mailing list

BUG #59397

2013-01-26 Thread Janit Anjaria
Can someone please help me with the bug? Regards, Janit ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Impress Feature

2013-01-25 Thread Janit Anjaria
Hey! Can everyone please let me know if the feature of having something like a Post-It NOtes on Impress Slides or the Doc. pages be useful.?? Regards, Janit (Invisible Geek) ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org