GSOC Idea

2013-04-13 Thread Rajath Shashidhara
Hello,

I would like to participate in gsoc 2013. I browsed through your ideas
page. The idea : Extension wizard to import table to database interested
me. I am an experienced python and java coder. I'm familiar with C and C++
as well. I have developed a lot of gui based applications using PyQt4 and
SQLite modules for python. I am also into coding android applications.
Since I'm comfortable with both java and python, I can code this extension
in any of the two languages. I found a few useful modules that can be used
for coding this extension :
python - excel module to read .xls and .xlsx files
csv module to read .csv file.
SQLite - for .db files.

I'm wouldn't find it difficult to read the documentation of these modules
and start coding right away. I'm very interested in this project. Please
give me more suggestions and I would like to actively participate in the
discussion
-- 
Rajath S,
M.Sc(Hons.) Physics,
B.E.(Hons.) (First Year)
Birla Institute of Technology and Science - Pilani,
Pilani


subscribe to mailing list

2013-04-13 Thread Sergey Ovsyuk
i wish subscribe to mailing list


Re: Handlers in Drawing

2013-04-13 Thread Regina Henschel

Hello Alan,

Alan Eduardo Puc Pech schrieb:

Hello Regina, I would like to know which file in the source code of AOO,
manipulate shapes in Draw. Because I want to learn the operation of that
file. For example when I create a circle. the points to which I can
manipulate and change its size.


That is clear now. You will find this in a Sdr?View. Look at the 
hierarchy of that classed in

http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/svx/inc/svx/svdview.hxx
I'm no professional developer and have not worked in that part of the 
code. Perhaps someone else can give a better answer and correct me where 
I'm wrong.


But I guess you will find some relevant things about getting the handle 
in SdrMarkView 
http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/svx/source/svdraw/svdmrkv.cxx 
and for the actions itself in SdrEditView 
http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/svx/inc/svx/svdedtv.hxx


The changes on the object itself are in 
http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/svx/source/svdraw/ 



Kind regards
Regina




-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: subscribe to mailing list

2013-04-13 Thread Albino B Neto
2013/4/13 Sergey Ovsyuk sergey.ovs...@gmail.com:
 i wish subscribe to mailing list

Welcome !

You send email to:

dev-subscr...@openoffice.apache.org

Albino

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



[GSoC] Apache OpenOffice Extension Plugin for Eclipse

2013-04-13 Thread Rishabh Garg
Hi,
I am a sophomore, pursuing Computer Science and Engineering in the Indian
Institute of Technology Delhi. I have been using OpenOffice for a while now
and I find this project very interesting. I have very good Java and C++
programming skills and done several projects. I have also, already
developed a couple of trial plugins and I am very comfortable with the
same. Also, I use Eclipse as my IDE for work and hence familiar with its
plugins and APIs.
I also looked into the plugin for Netbeans and developing a better plugin
for Eclipse will be a great thing.  The applications of the same are
several. Also, I am trying to get more familiar with plugin that is already
there for Netbeans. Any other pointers would be appreciated. Also wanted to
know if this is a part of GSOC'13 ?
Thanks


Re: GSOC Idea

2013-04-13 Thread Alexandro Colorado
Hello Rajath, we have a Developer guide which explains the document
model and some of the architecture of the application to help yourself
search throught the maze of documentation.
http://wiki.openoffice.org/wiki/Documentation/DevGuide/Database/Database_Access


On 4/13/13, Rajath Shashidhara rajaths.raja...@gmail.com wrote:
 Hello,

 I would like to participate in gsoc 2013. I browsed through your ideas
 page. The idea : Extension wizard to import table to database interested
 me. I am an experienced python and java coder. I'm familiar with C and C++
 as well. I have developed a lot of gui based applications using PyQt4 and
 SQLite modules for python. I am also into coding android applications.
 Since I'm comfortable with both java and python, I can code this extension
 in any of the two languages. I found a few useful modules that can be used
 for coding this extension :
 python - excel module to read .xls and .xlsx files
 csv module to read .csv file.
 SQLite - for .db files.

 I'm wouldn't find it difficult to read the documentation of these modules
 and start coding right away. I'm very interested in this project. Please
 give me more suggestions and I would like to actively participate in the
 discussion
 --
 Rajath S,
 M.Sc(Hons.) Physics,
 B.E.(Hons.) (First Year)
 Birla Institute of Technology and Science - Pilani,
 Pilani



-- 
Alexandro Colorado
Apache OpenOffice Contributor
http://es.openoffice.org

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [GSoC] Apache OpenOffice Extension Plugin for Eclipse

2013-04-13 Thread Juergen Schmidt
Hi Rishabh,

Am Samstag, 13. April 2013 um 16:08 schrieb Rishabh Garg: 
 Hi,
 I am a sophomore, pursuing Computer Science and Engineering in the Indian
 Institute of Technology Delhi. I have been using OpenOffice for a while now
 and I find this project very interesting. I have very good Java and C++
 programming skills and done several projects. I have also, already
 developed a couple of trial plugins and I am very comfortable with the
 same. Also, I use Eclipse as my IDE for work and hence familiar with its
 plugins and APIs.
 I also looked into the plugin for Netbeans and developing a better plugin
 for Eclipse will be a great thing. The applications of the same are
 several. Also, I am trying to get more familiar with plugin that is already
 there for Netbeans. Any other pointers would be appreciated. Also wanted to
 know if this is a part of GSOC'13 ?
 
 

first of all welcome at Apache OpenOffice and your interest in this plugin 
project. Yes it is one idea for a GSoC 2013 project.
Besides Eclipse plugin skills you can start to get familiar with the OpenOffice 
API and concepts behind UNO.

Regards

Juergen
 
 Thanks
 
 




Re: GSOC Idea

2013-04-13 Thread Rajath Shashidhara
Hello,

I would like to get acquainted to OpenOffice development before gsoc.
Please suggest me a bug to solve or a feature  to implement.


On Sat, Apr 13, 2013 at 9:59 PM, Alexandro Colorado j...@oooes.org wrote:

 Hello Rajath, we have a Developer guide which explains the document
 model and some of the architecture of the application to help yourself
 search throught the maze of documentation.

 http://wiki.openoffice.org/wiki/Documentation/DevGuide/Database/Database_Access


 On 4/13/13, Rajath Shashidhara rajaths.raja...@gmail.com wrote:
  Hello,
 
  I would like to participate in gsoc 2013. I browsed through your ideas
  page. The idea : Extension wizard to import table to database interested
  me. I am an experienced python and java coder. I'm familiar with C and
 C++
  as well. I have developed a lot of gui based applications using PyQt4 and
  SQLite modules for python. I am also into coding android applications.
  Since I'm comfortable with both java and python, I can code this
 extension
  in any of the two languages. I found a few useful modules that can be
 used
  for coding this extension :
  python - excel module to read .xls and .xlsx files
  csv module to read .csv file.
  SQLite - for .db files.
 
  I'm wouldn't find it difficult to read the documentation of these modules
  and start coding right away. I'm very interested in this project. Please
  give me more suggestions and I would like to actively participate in the
  discussion
  --
  Rajath S,
  M.Sc(Hons.) Physics,
  B.E.(Hons.) (First Year)
  Birla Institute of Technology and Science - Pilani,
  Pilani
 


 --
 Alexandro Colorado
 Apache OpenOffice Contributor
 http://es.openoffice.org

 -
 To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
 For additional commands, e-mail: dev-h...@openoffice.apache.org




-- 
Rajath S,
M.Sc(Hons.) Physics,
Birla Institute of Technology and Science - Pilani,
Pilani


Re: GSOC Idea

2013-04-13 Thread Rob Weir
On Sat, Apr 13, 2013 at 3:46 PM, Rajath Shashidhara 
rajaths.raja...@gmail.com wrote:

 Hello,

 I would like to get acquainted to OpenOffice development before gsoc.
 Please suggest me a bug to solve or a feature  to implement.




Hi Rajath,

A good place to start is our new volunteer orientation pages:

http://openoffice.apache.org/orientation/

There is a lot of background info there, but the core one for you is this
page on development:

http://openoffice.apache.org/orientation/intro-development.html

Getting a build environment working is a non-trivial task, so it would be
good to start on that early.

That same page has a link to some easy tasks in our Bugzilla issue
tracker.  Any of those would be a good place to start.

Regards,

-Rob



 On Sat, Apr 13, 2013 at 9:59 PM, Alexandro Colorado j...@oooes.org wrote:

  Hello Rajath, we have a Developer guide which explains the document
  model and some of the architecture of the application to help yourself
  search throught the maze of documentation.
 
 
 http://wiki.openoffice.org/wiki/Documentation/DevGuide/Database/Database_Access
 
 
  On 4/13/13, Rajath Shashidhara rajaths.raja...@gmail.com wrote:
   Hello,
  
   I would like to participate in gsoc 2013. I browsed through your ideas
   page. The idea : Extension wizard to import table to database
 interested
   me. I am an experienced python and java coder. I'm familiar with C and
  C++
   as well. I have developed a lot of gui based applications using PyQt4
 and
   SQLite modules for python. I am also into coding android applications.
   Since I'm comfortable with both java and python, I can code this
  extension
   in any of the two languages. I found a few useful modules that can be
  used
   for coding this extension :
   python - excel module to read .xls and .xlsx files
   csv module to read .csv file.
   SQLite - for .db files.
  
   I'm wouldn't find it difficult to read the documentation of these
 modules
   and start coding right away. I'm very interested in this project.
 Please
   give me more suggestions and I would like to actively participate in
 the
   discussion
   --
   Rajath S,
   M.Sc(Hons.) Physics,
   B.E.(Hons.) (First Year)
   Birla Institute of Technology and Science - Pilani,
   Pilani
  
 
 
  --
  Alexandro Colorado
  Apache OpenOffice Contributor
  http://es.openoffice.org
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
  For additional commands, e-mail: dev-h...@openoffice.apache.org
 
 


 --
 Rajath S,
 M.Sc(Hons.) Physics,
 Birla Institute of Technology and Science - Pilani,
 Pilani



Re: GSOC Idea

2013-04-13 Thread Alexandro Colorado
You can see our issuezilla here:
https://issues.apache.org/ooo/buglist.cgi?cmdtype=doremremaction=runnamedcmd=new%20in%20last%20weeksharer_id=248521list_id=53942

Confirmed bugs would be a good way to start reading about and analyze.

Also you can see our source modifications here:
http://markmail.org/search/+list:org.apache.incubator.ooo-commits

And our source here:
http://svn.apache.org/viewvc/openoffice/trunk/main/


On Sat, Apr 13, 2013 at 2:46 PM, Rajath Shashidhara 
rajaths.raja...@gmail.com wrote:

 Hello,

 I would like to get acquainted to OpenOffice development before gsoc.
 Please suggest me a bug to solve or a feature  to implement.


 On Sat, Apr 13, 2013 at 9:59 PM, Alexandro Colorado j...@oooes.org wrote:

  Hello Rajath, we have a Developer guide which explains the document
  model and some of the architecture of the application to help yourself
  search throught the maze of documentation.
 
 
 http://wiki.openoffice.org/wiki/Documentation/DevGuide/Database/Database_Access
 
 
  On 4/13/13, Rajath Shashidhara rajaths.raja...@gmail.com wrote:
   Hello,
  
   I would like to participate in gsoc 2013. I browsed through your ideas
   page. The idea : Extension wizard to import table to database
 interested
   me. I am an experienced python and java coder. I'm familiar with C and
  C++
   as well. I have developed a lot of gui based applications using PyQt4
 and
   SQLite modules for python. I am also into coding android applications.
   Since I'm comfortable with both java and python, I can code this
  extension
   in any of the two languages. I found a few useful modules that can be
  used
   for coding this extension :
   python - excel module to read .xls and .xlsx files
   csv module to read .csv file.
   SQLite - for .db files.
  
   I'm wouldn't find it difficult to read the documentation of these
 modules
   and start coding right away. I'm very interested in this project.
 Please
   give me more suggestions and I would like to actively participate in
 the
   discussion
   --
   Rajath S,
   M.Sc(Hons.) Physics,
   B.E.(Hons.) (First Year)
   Birla Institute of Technology and Science - Pilani,
   Pilani
  
 
 
  --
  Alexandro Colorado
  Apache OpenOffice Contributor
  http://es.openoffice.org
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
  For additional commands, e-mail: dev-h...@openoffice.apache.org
 
 


 --
 Rajath S,
 M.Sc(Hons.) Physics,
 Birla Institute of Technology and Science - Pilani,
 Pilani




-- 
Alexandro Colorado
Apache OpenOffice Contributor
http://es.openoffice.org


Re: Programming OOoDraw and OOoImpress

2013-04-13 Thread Henry Tiquet Leyva
Hello Ariel,

I added this at the code above:

css::uno::Reference  css::drawing::XDrawPagesSupplier 
rDrawDoc(xcomponent, css::uno::UNO_QUERY_THROW);

// query the XDrawPages Interface
css::uno::Reference  css::drawing::XDrawPages  rDrawPages =
rDrawDoc-getDrawPages();

// query the XIndexAccess Interface
css::uno::Reference css::container::XIndexAccess 
rPageIndexAccess(rDrawPages, css::uno::UNO_QUERY_THROW);

css::uno::Any DrawPage = rPageIndexAccess-getByIndex(0);

But now I get this error:
error: 'xComponent' was not declared in this scope

I would like to know how to declare it.


Re: Conversation: Pick A Logo

2013-04-13 Thread Samer Mansour
Summary of feedback (which I found made points):

Samer - Lets go flat, its strong in all aspects brought up.
Kay S. - Agrees with flat logo. Poll should be limited to few.
Robin - Wordmarks need more attention (not logo specific), Vasilis logo is
cool, downside too different. Robin made a similar refresh with/without
feather. Scales his orb down, no indication for his logo preference (he did
submit one more). Agrees technical aspect of print, but its not deciding
factor (I agree but it should be satisfied).
Dave F - Wordmark needs attention as well, likes flat logo.
Dennis - Check with trademark@
Andrea - Likes orb, not a fan of flat (as its been used as a surrogate in
the past due to limitations).
Alexandro - alters Robins logo.
Juergen - What about stand alone logo for buttons, stickers. Proposes we
should poll.
Kadal - Because companies do it, we shouldn't? - not sure that is
convincing b/c they pay expert designers.
Vasilis - Likes flat, but wordmark not so much.
Milo - Likes flat, but workmark needs changing, TM placement too.
Rob - Poll, but its not decision making. PMC decides in end. PMC likes
data, more the better (ie. poll data). Consider conferences and booth
materials, CD prints, etc.
Janl - Agrees poll for decision is bad idea, but poll for data is good.
Keep it similar to classic orb. Doesn't have to be flat but Janl
doesn't state outright if flat is bad.
Graham L - Logo is not a computer icon. Print is a huge part of
marketing. Print good - electronically good, but not necessarily other way
around.

I could set up a visual poll and share multiple time over facebook and
social media.
http://freeonlinesurveys.com/app/showpoll.asp?qid=244375sid=xz7athj6ytcg4mb244375new=True

Respond with your favourite 3 logo please, or top 2 or 1. The logos that
score the least will be eliminated:

1. Flattened Logo
2. Kevin G. Flat Feather.
3. third pick abstained.



On Sat, Apr 13, 2013 at 12:13 PM, Ian Lynch ianrly...@gmail.com wrote:

 On 13 April 2013 16:25, Graham Lauder y...@apache.org wrote:

   Hi Milos,
  
   On Thu, Apr 11, 2013 at 06:45:18PM +0200, Milosh Vujnovic wrote:
Hi guys,
   
just a quick comment and clarification regarding printing and logos.
Print-friendly version (vector, CMYK) is crucial to be prepared
during logo design process. This includes color and blackwhite
version (on light and dark background).
   
I must disagree with the comments on that printing is rarely used
anymore - few examples include billboards, fair stands, business
cards, letterheads and other stationery, and so on.
  
   But OpenOffice is a desktop application. For me, this means the main
   focus should be in a logo that looks good everywhere where it is mainly
   used, in the user's desktop (even in the window title bar) and the
   website (even in the website favicon). Thus, IMHO, printing has the
   lowest priority.
  
  
   Regards
 
  I have been keeping out of this conversation because I don't have time at
  the
  moment to give sufficient focus to OO, but I have been reading the list
 as
  I
  am able.  The above statement however prompts me to respond.
 
  The main focus of the logo is to identify and attract. The statement
 above
  shows a limited understanding of marketing.  The advent of computers has
  far
  from given us a paperless office, it has in fact increased paper usage
 by a
  huge margin.  Print media is a hugely significant part of marketing
  collateral.  Flyers, posters CD sleeves and labels, business cards etc.
  Whenever reviews are printed in magazines there should be a logo with the
  article.  Logo is not just about finding OO on a computer, that's an
 icon.
 
  The logo should work in print (specifically worst case scenario which is
 4
  colour on newsprint) and it will work digitally, the opposite does not
  necessarily follow.
 
  Cheers
  GL
 
  -
  To unsubscribe, e-mail: marketing-unsubscr...@openoffice.apache.org
  For additional commands, e-mail: marketing-h...@openoffice.apache.org



 Apart form anything else, why is it so difficult to make a vector image
 that is good on print and on screen? When something is achievable why
 settle for something less?


 --
 Ian

 Ofqual Accredited IT Qualifications 
 https://theingots.org/community/faq#7.0

 Headline points in the 2014 and 2015 school league tables

 www.theINGOTs.org +44 (0)1827 305940

 The Learning Machine Limited, Reg Office, 36 Ashby Road, Tamworth,
 Staffordshire, B79 8AQ. Reg No: 05560797, Registered in England and
 Wales.



Re: Sidebar merged into trunk

2013-04-13 Thread RGB ES
2013/4/10 Andre Fischer awf@gmail.com

 Hi community,

 the first phase of the sidebar development is complete.  The sidebar
 is now feature complete, ie all panels that are planned for the 4.0
 release are now available.

 More importantly: we have just merged the sidebar branch into trunk.
 That means that from now on, every build of trunk will contain the
 sidebar.  It is active by default and ready for use.

 The next phase will concentrate on two things:

 - Improving usability and appearance.

 - Finding and fixing bugs.


 Everyone of you can help with both points: please try out the sidebar
 and tell us about everything that does not work or that you don't
 like.  If you find an error then please look at [1] to see if
 something like this is already known.  If not, please write a new
 issue for it.
 For everything else we have this mailing list.

 Best regards,
 Andre



The sidebar is just gorgeous! The Properties deck on Draw is a blessing!
I'm trying the dev builds and the sidebar works almost perfectly. I filled
two reports and one request for small problems I found, (bugs 122047,
122048 and 122049), but overall it is a huge step forward on the UI.
Congratulations!

Regards
Ricardo




 --**--**-
 To unsubscribe, e-mail: 
 dev-unsubscribe@openoffice.**apache.orgdev-unsubscr...@openoffice.apache.org
 For additional commands, e-mail: dev-h...@openoffice.apache.org




Defect Weekly Status Report as of 4/15/2013

2013-04-13 Thread Yi Xuan Liu
The report could be found at

http://wiki.openoffice.org/wiki/QA/Report/DefectStatus/20130415


Moderated messages not reaching the original poster

2013-04-13 Thread Peter Junge

Hi,

I know we had discussions like this before but I'm not able to find them 
in the archives.


Senders of moderated messages are often missing replies because they go 
to mailing list only. AFAIR, technical solutions proposed so far weren't 
accepted. Did we already consider to ask infra to change the 'Reply-To' 
header form '{MAILING_LIST}' to '{MAILING_LIST}; {ORIGINAL_POSTER}'? 
This would force mail clients to include the OP as recipient.


Best regards,
Peter

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: GSOC Idea

2013-04-13 Thread Rajath Shashidhara
Hello,
I thought of an extension to this idea. If we could extend this export and
import feature to google spreadsheets by using google API's then it would
also serve as a cloud  storage of database and will be available for
editing from anywhere around the world. It could also serve the purpose of
collaborative editing.(many people can edit the database from different
places). Please give your suggestions on this idea so that we can provide
more functionalities to the end user.

Rajath S
I year
M.Sc(Hons.) Physics
BITS pilani
On Apr 14, 2013 1:31 AM, Alexandro Colorado j...@oooes.org wrote:

 You can see our issuezilla here:

 https://issues.apache.org/ooo/buglist.cgi?cmdtype=doremremaction=runnamedcmd=new%20in%20last%20weeksharer_id=248521list_id=53942

 Confirmed bugs would be a good way to start reading about and analyze.

 Also you can see our source modifications here:
 http://markmail.org/search/+list:org.apache.incubator.ooo-commits

 And our source here:
 http://svn.apache.org/viewvc/openoffice/trunk/main/


 On Sat, Apr 13, 2013 at 2:46 PM, Rajath Shashidhara 
 rajaths.raja...@gmail.com wrote:

  Hello,
 
  I would like to get acquainted to OpenOffice development before gsoc.
  Please suggest me a bug to solve or a feature  to implement.
 
 
  On Sat, Apr 13, 2013 at 9:59 PM, Alexandro Colorado j...@oooes.org
 wrote:
 
   Hello Rajath, we have a Developer guide which explains the document
   model and some of the architecture of the application to help yourself
   search throught the maze of documentation.
  
  
 
 http://wiki.openoffice.org/wiki/Documentation/DevGuide/Database/Database_Access
  
  
   On 4/13/13, Rajath Shashidhara rajaths.raja...@gmail.com wrote:
Hello,
   
I would like to participate in gsoc 2013. I browsed through your
 ideas
page. The idea : Extension wizard to import table to database
  interested
me. I am an experienced python and java coder. I'm familiar with C
 and
   C++
as well. I have developed a lot of gui based applications using PyQt4
  and
SQLite modules for python. I am also into coding android
 applications.
Since I'm comfortable with both java and python, I can code this
   extension
in any of the two languages. I found a few useful modules that can be
   used
for coding this extension :
python - excel module to read .xls and .xlsx files
csv module to read .csv file.
SQLite - for .db files.
   
I'm wouldn't find it difficult to read the documentation of these
  modules
and start coding right away. I'm very interested in this project.
  Please
give me more suggestions and I would like to actively participate in
  the
discussion
--
Rajath S,
M.Sc(Hons.) Physics,
B.E.(Hons.) (First Year)
Birla Institute of Technology and Science - Pilani,
Pilani
   
  
  
   --
   Alexandro Colorado
   Apache OpenOffice Contributor
   http://es.openoffice.org
  
   -
   To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
   For additional commands, e-mail: dev-h...@openoffice.apache.org
  
  
 
 
  --
  Rajath S,
  M.Sc(Hons.) Physics,
  Birla Institute of Technology and Science - Pilani,
  Pilani
 



 --
 Alexandro Colorado
 Apache OpenOffice Contributor
 http://es.openoffice.org