Autocomplete source code

2013-10-13 Thread Shemil Hashan
Please give me a link to the source code of autocomplete feature.
Or give me the folder in full source code,I have downloaded full source
code,but could not find this.


Re: Download the source code of open office calc

2013-10-12 Thread Shemil Hashan
Can you give me the link to the autocomplete source code?


On Fri, Oct 11, 2013 at 8:25 PM, Regina Henschel wrote:

> Hi Samiththa,
>
> Samiththa Bashani schrieb:
>
>  I want the source code for open office calc. Where can i find a download
>> link for that. ?
>>
>
> On our download page www.openoffice.org/download you find a line "Source
> code and SDK". That leads you to the source for the actual release. That is
> fine, if you will use it for your own purpose; you can be sure, that it
> builds.
>
> If you will develop to the current trunk, then you need to check out from
> https://svn-master.apache.org/**repos/asf/openoffice/.
> In that case, you should start at http://openoffice.apache.org/**
> orientation/intro-development.**html
>
> If you will only have a look at some files, then
> http://svn.apache.org/viewvc/**openoffice/is
>  possible or - which a powerful search -
> http://opengrok.adfinis-**sygroup.org
>
> Kind regards
> Regina
>
>
>
>
> --**--**-
> To unsubscribe, e-mail: 
> dev-unsubscribe@openoffice.**apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: cppu::bootstrap() does not work with OpenOffice 4.0.0

2013-09-18 Thread Shemil Hashan
when i was going to test the example(RNG) which provided in
"calc/Add-in/Simple Calc Add-In" tutorial in Apache open office wiki I got
the error "cppuhelper/implbase4.hxx: No such file or directory" while
exucuting make file. Can you give a solution for this problem?


On Wed, Sep 18, 2013 at 5:37 AM, Wei Min Teo  wrote:

> Hi,
> I'm writing in C++ and testing on OpenOffice 4.0.0. I encountered a
> problem where cppu::bootstrap() throws a cppu::BootstrapException with the
> message "no soffice installation found!".
> Prior to this, I have started the soffice process and passed in the
> -accept flag to open up a listening port. Running netstat has confirmed
> this. However, bootstrap still fails. This code was previously working with
> OO 3.x.
> It'll be great if anyone can give me some advice on this.
> Thanks.
>
>
> Cheers,
> Wei Min


Re: error:cppuhelper/implbase4.hxx: No such file or directory

2013-09-17 Thread Shemil Hashan
did u do the make?



On Mon, Sep 16, 2013 at 10:51 PM, Samiththa Bashani
wrote:

>  when i was going to test the example(RNG) which you provided in
> calc/Add-in/Simple Calc Add-In in Apache open office wiki I got the error
> "cppuhelper/implbase4.hxx: No such file or directory" while exucuting make
> file. Can you give a solution for this problem?
>


Re: Open office

2013-09-09 Thread Shemil Hashan
I need help on steps to make the build on fedora 19.
Please give me steps in simple language with terminal code.
It is urgent. I'm a student of University of Moratuwa,doing a project to
give predictive text for Open Office.
Reply me ASAP,im stuck on the build.


On Sun, Sep 8, 2013 at 9:01 PM, Rob Weir  wrote:

> On Sun, Sep 8, 2013 at 6:32 PM, Al  wrote:
>
> >I used Open Office for some time before I was contacted and informed
> > that my trial period was up and I had a choice of several payment options
> > to continue the use.  I see no where in all your advertising that this is
> > brought to the subscribers attention while you are urging them to use
> Open
> > Office.
> >
> >
>
>
> Hello Al,
>
> Apache OpenOffice is free.  No charge.  No subscription.  No renewal fee.
> No trial period.  You download it and use it, forever.
>
> The Apache Software Foundation is a non-profit organization.  We never sell
> software.  Our charitable mission is to make open source software available
> to the public for free.  That's what we do.
>
> You might want to review the following blog post on some of the scams out
> there:
>
> https://blogs.apache.org/OOo/entry/how_to_safely_download_apache
>
> If you happen to remember where you downloaded your copy of OpenOffice from
> (it was not from us) please share it with us at
> priv...@openoffice.apache.org.
>
> And you are welcome to download the latest version of OpenOffice directly
> from us at http://www.openoffice.org/download.
>
> You are right to be upset, but trust me when I say that this was not us.
>
> Regards,
>
> Rob Weir, Apache OpenOffice Project Management Committee
>
>
> This is a very underhanded stunt as you well know; to allow users to build
> > huge information units and then tell them to pay or go somewhere else,
> thus
> > having to move and try to save all their information.
> >
> > Your song and dance is a very convincing act until the final curtain when
> > you must pay to get out of the theatre.
> > Al Banks
> > alanbank...@gmail.com
> >
>


Re: Example of spreadsheet formula testing

2013-09-09 Thread Shemil Hashan
I need help on steps to make the build on fedora 19.
Please give me steps in simple language with terminal code.
It is urgent. I'm a student of University of Moratuwa,doing a project to
give predictive text for Open Office.
Reply me ASAP,im stuck on the build.


On Mon, Sep 9, 2013 at 4:03 PM, Andrea Pescetti  wrote:

> On 03/09/2013 Herbert Duerr wrote:
>
>> That's a good idea. Here is a first very rough draft:
>> https://blogs.apache.org/**roller-ui/authoring/preview/**
>> OOo/?previewEntry=writing_**spreadsheet_test_cases_now
>>
>
> That link is behind an editor password. Here's the public preview link:
>
> https://blogs.apache.org/**preview/OOo/?previewEntry=**
> writing_spreadsheet_test_**cases_now
>
> And the post is nice too! I would just add something about how people can
> help. I assume the best way is to contact the QA list and say that they
> could contribute testcases.
>
> Since testcases must be attached anyway, one way to get them could be to
> open a specific issue in Bugzilla and attach testcases to is as they become
> available.
>
> Regards,
>   Andrea.
>
>
> --**--**-
> To unsubscribe, e-mail: 
> dev-unsubscribe@openoffice.**apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: FYI: OpenOffice for Android

2013-09-09 Thread Shemil Hashan
I need help on steps to make the build on fedora 19.
Please give me steps in simple language with terminal code.
It is urgent. I'm a student of University of Moratuwa,doing a project to
give predictive text for Open Office.
Reply me ASAP,im stuck on the build.


On Mon, Sep 9, 2013 at 10:11 PM, Yong Lin Ma  wrote:

> This is amazing. Anyone have idea what need be solved to achieve that on
> Android?
>
>
> On Mon, Sep 9, 2013 at 12:08 PM, BRM  wrote:
>
> > I've played with it some. It's pretty good. Unstable at times, but the
> > developer does release fixes pretty often.
> > I run it on my ASUS Transformer Infinity (TF700). It is also the only
> > productivity suite that supports ODF without requiring a third-party
> server
> > available on Android.
> >
> > $0.02
> >
> > Ben
> >
> >
> >
> > 
> >  From: Andrea Pescetti 
> > To: dev@openoffice.apache.org
> > Sent: Monday, September 9, 2013 1:26 PM
> > Subject: Re: FYI: OpenOffice for Android
> >
> >
> > Mr. Phan Anh wrote:
> > > But this guy is good, he "ported" a whole project of AOO to Android
> > > devices. This is the feature of the future and I think some guys at
> > > the development team should make contact with him about this.
> >
> > This Android app was already discussed on this list, months ago.
> > Trademark issues were amicably resolved with the developer back at the
> > time.
> >
> > If you use this app for a while and find it good, we can list it in the
> > third-party ports at http://www.openoffice.org/porting/
> >
> > Regards,
> >Andrea.
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> > For additional commands, e-mail: dev-h...@openoffice.apache.org
> >
>


Re: University Student Promotional Flyer ( was: Re: Yet another flyer)

2013-09-09 Thread Shemil Hashan
I need help on steps to make the build on fedora 19.
Please give me steps in simple language with terminal code.
It is urgent. I'm a student of University of Moratuwa,doing a project to
give predictive text for Open Office.
Reply me ASAP,im stuck on the build.



On Mon, Sep 9, 2013 at 5:40 PM, Rob Weir  wrote:

> On Mon, Sep 9, 2013 at 12:09 PM, Drew Jensen 
> wrote:
> > Howdy,
> >
> > No the problem was I forgot my password and reset it, then I couldn't get
> > past the cpatcha - today, I'm in...so it likely was fat fingers on my
> part.
> >
> > As for where to put this stuff. I don't know, it doesn't do much good if
> > folks A) don't know it exists and B) don't actually hand them out.
> >
>
> That is the rub, isn't it?
>
> No one will find them on the mailing list.  On the wiki as well it
> will be hard to find.   We need something that connects this with a
> "call to action".
>
> > I was thinking that as an example the university student flyer might be
> > worth a post to the social media sites something along the lines of:
> > Are you a university student? Do you use AOO? Would like to promote it?
> It
> > is as easy as taking this <> pdf file, printing a few copies and
> > distributing them on your campus, (school library, student union, etc).
> >
> >
> > That would be good for a one time push, then it's just a matter of having
> > this stuff reasonably easy to find for folks coming along later - but
> then
> > there lay the trick ;)
> >
>
> The key is to extend your targeted persona-based approach (which is a
> very smart approach) with a web page (or a wiki page) that is equally
> targeted and rich in relevant keywords, so it is findable in
> Google/Bing for someone looking for that kind of material.  The
> brochure could then be linked to from that page.
>
> We would then have a "call to action" in the form of a blog post, that
> we could further publicize via Twitter, Facebook and Google+.
>
> Lather.  Rinse.  Repeat.
>
> Regards,
>
> -Rob
>
> > //drew
> >
> >
> > On Sun, Sep 8, 2013 at 1:41 PM, Andrea Pescetti 
> wrote:
> >
> >> On 04/09/2013 Drew Jensen wrote:
> >>
> >>> focus on an Individual university student / teaching aid / professor
> ...
> >>>
> >>>   PDF
> >>> https://docs.google.com/file/**d/0Bx7ZNEXlmR0INm5IZzQwQXRodGM<
> https://docs.google.com/file/d/0Bx7ZNEXlmR0INm5IZzQwQXRodGM>
> >>> ODT
> >>> https://docs.google.com/file/**d/0Bx7ZNEXlmR0IVmJ3QzVDNjQyaHc<
> https://docs.google.com/file/d/0Bx7ZNEXlmR0IVmJ3QzVDNjQyaHc>
> >>>
> >>
> >> It's a very nice improvement over the existing leaflet. And a good idea
> to
> >> have a few different types of leaflet (all as PDF and ODT) ready to use
> for
> >> different targets.
> >>
> >>
> >>  I tried to put this on confluence BTW, but am having problems logging
> on
> >>>
> >>
> >> What kind of problems? If you used your old @openoffice.org account for
> >> the cwiki, you must ask infrastruct...@apache.org to change your e-mail
> >> address. Symptom: if you login, you cannot access content (not even read
> >> the pages available to unauthenticated visitors, let alone edit them).
> >>
> >>
> >>  So - If someone wants to move it to the cwiki, please do
> >>>
> >>
> >> Can you suggest a specific page that your leaflets should be attached
> to?
> >>
> >> Regards,
> >>   Andrea.
> >>
> >>
> >>
> --**--**-
> >> To unsubscribe, e-mail: dev-unsubscribe@openoffice.**apache.org<
> dev-unsubscr...@openoffice.apache.org>
> >> For additional commands, e-mail: dev-h...@openoffice.apache.org
> >>
> >>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: Open Office Build

2013-09-01 Thread Shemil Hashan
Thanx.ill check on that.


On Mon, Sep 2, 2013 at 12:56 AM, Alexandro Colorado  wrote:

> Welcome shemil, please read our wiki on the building from source. We
> suggest you try to build it yourself and from then you will have a first
> steps into understanding how everything works.
> Please go to our source code page and follow the build instructions:
> http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO
>
>
> On Sun, Sep 1, 2013 at 11:44 PM, Shemil Hashan 
> wrote:
>
> > I'm a Computer Science and Engineering undergraduate of University of
> > Moratuwa,Sri Lanka.
> > Im trying to implement a predictive text for Open Office as a Software
> > Engineering project. Predictive text is to give a list of suggestion
> words
> > for the word being currently typed.(If you need more info I will provide)
> >
> > Can you guide me to make a full build of the system before I integrate my
> > app with it?
> > I need an answer ASAP.
> > Thank you.
> >
>
>
>
> --
> Alexandro Colorado
> Apache OpenOffice Contributor
> http://www.openoffice.org
>


Open Office Build

2013-09-01 Thread Shemil Hashan
I'm a Computer Science and Engineering undergraduate of University of
Moratuwa,Sri Lanka.
Im trying to implement a predictive text for Open Office as a Software
Engineering project. Predictive text is to give a list of suggestion words
for the word being currently typed.(If you need more info I will provide)

Can you guide me to make a full build of the system before I integrate my
app with it?
I need an answer ASAP.
Thank you.