Re: std::stringstream aStrStream

2013-04-19 Thread jorge ivan poot diaz
I implemented the code, thanks. At the beginning of the class I put this code: Original Code String aName( aEdtName.GetText() ); I've replaced with ::rtl::OUString aName2( aEdtName.GetText() ); The concatenation. This is fine std::stringstream aS; aS << "This"

Re: Clean build proposal

2013-04-19 Thread Andre Fischer
On 15.04.2013 16:00, Andre Fischer wrote: Hi, I would like to change the build type of the Windows7 nightly build from incremental to clean. Reasons in favor of a clean build are: - Developers don't have to know if a change is incompatible and thus have to (somehow) trigger a clean build.

Re: calc spreadsheet

2013-04-19 Thread Rajath Shashidhara
Download sdk for linux(deb) in this way: Downloaded sdk from: http://www.openoffice.org/download/other.html#tested-sdk [1] Downloaded openoffice.org-ure from: http://sourceforge.net/projects/apacheoo-deb/files/debian/pool/main/o/ [2] Downloaded ooobasis3.4.1-core01 from: http://sourceforge.ne

Re: OSSD Motivations

2013-04-19 Thread Tanja Meece
TMCM On Apr 19, 2013 6:19 AM, "Mohamed Lamine Aknouche" wrote: > * > > Hi > > > Don't know if this is a bit off topic, but I am in real need of you. Thing > is, I am a frequent user of open source software, and I am often amazed by > the efforts people make in order to provide me with products an

Re: calc spreadsheet

2013-04-19 Thread Rajath Shashidhara
Hello, Please start with setting up a build environment: http://openoffice.apache.org/orientation/intro-development.html This page provides you an orientation about OpenOFFICE development. This page helps you startoff with your development. OpenOffice API's are available for Java,Python,C++ and B

Re: OSSD Motivations

2013-04-19 Thread janI
Remark questions are repeated, this seems little serious to me. rgds Jan I On 19 April 2013 15:19, Mohamed Lamine Aknouche wrote: > * > > Hi > > > Don't know if this is a bit off topic, but I am in real need of you. Thing > is, I am a frequent user of open source software, and I am often amazed

Sidebar

2013-04-19 Thread Rory O'Farrell
Those working on the Sidebar may find it of interest to look at that in KWord http://www.kde.org/applications/office/kword/ -- Rory O'Farrell - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional comma

OSSD Motivations

2013-04-19 Thread Mohamed Lamine Aknouche
* Hi Don't know if this is a bit off topic, but I am in real need of you. Thing is, I am a frequent user of open source software, and I am often amazed by the efforts people make in order to provide me with products and services for free. I am now conducting research for a masters' thesis trying

Re: calc spreadsheet

2013-04-19 Thread Joost Andrae
Hi, before starting to develop things for Apache OpenOffice you might consider to learn about it's API. There's an SDK available and there's tons of documentation. Probably you want to start to develop an extension first before you dive into the application code. A good starting point is her

Re: Make x Dmake x Build (Was: Re: [Error] Compile AOO on Debian amd64)

2013-04-19 Thread janI
On 19 April 2013 14:40, Andre Fischer wrote: > On 19.04.2013 10:02, janI wrote: > >> On 19 April 2013 07:56, Jürgen Schmidt wrote: >> >> On 4/19/13 12:33 AM, Kay Schenk wrote: >>> On Thu, Apr 18, 2013 at 2:11 PM, janI wrote: On 18 April 2013 22:38, Kay Schenk wrote: >

Re: Make x Dmake x Build (Was: Re: [Error] Compile AOO on Debian amd64)

2013-04-19 Thread Andre Fischer
On 19.04.2013 10:02, janI wrote: On 19 April 2013 07:56, Jürgen Schmidt wrote: On 4/19/13 12:33 AM, Kay Schenk wrote: On Thu, Apr 18, 2013 at 2:11 PM, janI wrote: On 18 April 2013 22:38, Kay Schenk wrote: On Thu, Apr 18, 2013 at 5:17 AM, janI wrote: On 18 April 2013 14:08, Claudio Fi

Re: Official survey service? (Was: Re: Conversation: Pick A Logo)

2013-04-19 Thread janI
On 19 April 2013 13:48, Rob Weir wrote: > On Fri, Apr 19, 2013 at 7:39 AM, janI wrote: > > > On 19 April 2013 13:29, Rob Weir wrote: > > > > > On Fri, Apr 19, 2013 at 7:20 AM, janI wrote: > > > > > > > On 18 April 2013 21:58, Andrea Pescetti wrote: > > > > > > > > > janI wrote: > > > > > > >

Re: Official survey service? (Was: Re: Conversation: Pick A Logo)

2013-04-19 Thread Rob Weir
On Fri, Apr 19, 2013 at 7:39 AM, janI wrote: > On 19 April 2013 13:29, Rob Weir wrote: > > > On Fri, Apr 19, 2013 at 7:20 AM, janI wrote: > > > > > On 18 April 2013 21:58, Andrea Pescetti wrote: > > > > > > > janI wrote: > > > > > > > >> On 18 April 2013 13:13, Rob Weir wrote: > > > >> > > > >

Re: Official survey service? (Was: Re: Conversation: Pick A Logo)

2013-04-19 Thread janI
On 19 April 2013 13:29, Rob Weir wrote: > On Fri, Apr 19, 2013 at 7:20 AM, janI wrote: > > > On 18 April 2013 21:58, Andrea Pescetti wrote: > > > > > janI wrote: > > > > > >> On 18 April 2013 13:13, Rob Weir wrote: > > >> > > >>> If we want I can put a poll up on http://openofficesurvey.org. >

Re: Official survey service? (Was: Re: Conversation: Pick A Logo)

2013-04-19 Thread Rob Weir
On Fri, Apr 19, 2013 at 7:20 AM, janI wrote: > On 18 April 2013 21:58, Andrea Pescetti wrote: > > > janI wrote: > > > >> On 18 April 2013 13:13, Rob Weir wrote: > >> > >>> If we want I can put a poll up on http://openofficesurvey.org. > > > Where would like survey.openoffice.org to poin

Re: [PROPOSAL] AOO forum in pt-br

2013-04-19 Thread Albino B Neto
2013/4/18 RGB ES : > Why not a generic Portuguese forum instead of a Brazilian focused one? The > Spanish forum, for example, covers all Spain and Latin American users. > Also, a better time-zone coverage helps to fight spam ;) The problem is with the language Portuguese Brazil have many complex i

Re: [Error] Compile AOO on Debian amd64

2013-04-19 Thread Albino B Neto
2013/4/18 Pavel Janík : > https://issues.apache.org/ooo/show_bug.cgi?id=121469 I change the epm for version 3.7, but, occorred the same error. I ran back: autoconf; ./configure --with-epm-url= [1]; ./bootstrap; 1 - https://issues.apache.org/ooo/show_bug.cgi?id=121469 cd main/instsetoo_native;

Re: Official survey service? (Was: Re: Conversation: Pick A Logo)

2013-04-19 Thread janI
On 18 April 2013 21:58, Andrea Pescetti wrote: > janI wrote: > >> On 18 April 2013 13:13, Rob Weir wrote: >> >>> If we want I can put a poll up on http://openofficesurvey.org. > Where would like survey.openoffice.org to point to ? >> > > Indeed, let's avoid using unofficial domains when

Re: Make x Dmake x Build (Was: Re: [Error] Compile AOO on Debian amd64)

2013-04-19 Thread Albino B Neto
2013/4/18 janI : > So I should have written "dont try to understand it, just accept it", > actually someone else in here said something similar to me a couple of > month ago. I would like read. :-) Albino - To unsubscribe, e

Re: Unable to install OpenOffice SDK

2013-04-19 Thread Rajath Shashidhara
I was able to install it in this way: Downloaded sdk from: http://www.openoffice.org/download/other.html#tested-sdk [1] Downloaded openoffice.org-ure from: http://sourceforge.net/projects/apacheoo-deb/files/debian/pool/main/o/ [2] Downloaded ooobasis3.4.1-core01 from: http://sourceforge.net/pro

Re: WaE: LineJoint_MAKE_FIXED_SIZE

2013-04-19 Thread Pavel Janík
On Apr 19, 2013, at 10:51 AM, Armin Le Grand wrote: > I am confused; where does com::sun::star::drawing::LineJoint_MAKE_FIXED_SIZE > come from? When you look at he UNO API file > (trunk\main\offapi\com\sun\star\drawing\LineJoint.idl) there is no such > definition. Since the headers are genera

Re: Building Guide

2013-04-19 Thread Andre Fischer
On 19.04.2013 10:14, Rajath Shashidhara wrote: Hi, I didn't notice that it was a wiki page. I have made the changes! Great. Thank you. -Andre Thank you. On Fri, Apr 19, 2013 at 1:34 PM, janI wrote: On 19 April 2013 09:57, Rajath Shashidhara wrote: Hello Andre, Please do it!. I don'

Re: WaE: LineJoint_MAKE_FIXED_SIZE

2013-04-19 Thread Armin Le Grand
Hi Pavel, I am confused; where does com::sun::star::drawing::LineJoint_MAKE_FIXED_SIZE come from? When you look at he UNO API file (trunk\main\offapi\com\sun\star\drawing\LineJoint.idl) there is no such definition. Since the headers are generated from the UNO API files I would wonder if

Re: Handlers in Drawing

2013-04-19 Thread Armin Le Grand
Hi Alan, it's work in progress, to see it you may browse it in the repository in the browser using http://svn.apache.org/repos/asf/openoffice/branches as URL; but to see all files and visit them in an editor just ckeckout that tree path using svn (same as trunk which you may have already

Re: Building Guide

2013-04-19 Thread Rajath Shashidhara
Hi, I didn't notice that it was a wiki page. I have made the changes! Thank you. On Fri, Apr 19, 2013 at 1:34 PM, janI wrote: > On 19 April 2013 09:57, Rajath Shashidhara >wrote: > > > Hello Andre, > > > > Please do it!. I don't think I have access to html files to change it or > I > > don't

Re: Unable to install OpenOffice SDK

2013-04-19 Thread Rory O'Farrell
On Fri, 19 Apr 2013 13:32:29 +0530 Rajath Shashidhara wrote: > Hi, > > No. ooobasis3.4-core01 is not found on installed on my computer. I > downloaded ooobasis3.4-core01 from this website: > http://sourceforge.net/projects/apacheoo-deb/files/debian/pool/main/o/ > > I tried to install that, agai

Re: Make x Dmake x Build (Was: Re: [Error] Compile AOO on Debian amd64)

2013-04-19 Thread Andre Fischer
On 19.04.2013 07:56, Jürgen Schmidt wrote: On 4/19/13 12:33 AM, Kay Schenk wrote: On Thu, Apr 18, 2013 at 2:11 PM, janI wrote: I am deep in the building system at the moment with my l10n work, and what we have now in trunk is approx 2/3 orignal dmake (that btw also seem to have at least 2 ge

Re: WaE: LineJoint_MAKE_FIXED_SIZE

2013-04-19 Thread Pavel Janík
Who is the author of this code? Is it right to not handle the value in these switches? On Apr 10, 2013, at 10:19 PM, Pavel Janík wrote: > Hi, > > please have a look at this change: > > http://tmp.janik.cz/AO/WaE-cui+svx-LineJoint_MAKE_FIXED_SIZE.diff > > LineJoint_MAKE_FIXED_SIZE is not handl

Re: Building Guide

2013-04-19 Thread janI
On 19 April 2013 09:57, Rajath Shashidhara wrote: > Hello Andre, > > Please do it!. I don't think I have access to html files to change it or I > don't know how to access them! > you can just create a wiki account (upper corner on wiki.openoffice.org), that is open to everybody. With the wiki ac

Re: Unable to install OpenOffice SDK

2013-04-19 Thread Rajath Shashidhara
Hi, No. ooobasis3.4-core01 is not found on installed on my computer. I downloaded ooobasis3.4-core01 from this website: http://sourceforge.net/projects/apacheoo-deb/files/debian/pool/main/o/ I tried to install that, again there is an error: OpenOffice.org-ure not found! OpenOffice.org-ure is inbu

Re: Make x Dmake x Build (Was: Re: [Error] Compile AOO on Debian amd64)

2013-04-19 Thread janI
On 19 April 2013 07:56, Jürgen Schmidt wrote: > On 4/19/13 12:33 AM, Kay Schenk wrote: > > On Thu, Apr 18, 2013 at 2:11 PM, janI wrote: > > > >> On 18 April 2013 22:38, Kay Schenk wrote: > >> > >>> On Thu, Apr 18, 2013 at 5:17 AM, janI wrote: > >>> > On 18 April 2013 14:08, Claudio Filho

Re: Building Guide

2013-04-19 Thread Rajath Shashidhara
Hello Andre, Please do it!. I don't think I have access to html files to change it or I don't know how to access them! On Fri, Apr 19, 2013 at 12:59 PM, Andre Fischer wrote: > On 19.04.2013 07:50, Rajath Shashidhara wrote: > >> Hello, >> >> I suggest a change in the building guide: >> http://w

Re: Blind Accessibility

2013-04-19 Thread Steve Yin
Hi Jean, As far as I know, this issue is not a known one. The latest AOO still requires the JBA to work with on the Windows system. I suggest the user to install the latest Symphony and NVDA until after the integration of the branch "ia2" to replace the Symphony with the AOO. I hope this will hel

Re: Re: Setup OpenOffice as a Windows Server service

2013-04-19 Thread Le Quan Ha
Dear Rob, > 1) Run OpenOffice 3.4.1 on your old Windows 2008 server, and see if that > works. I can't change the old server as it is running to serve customers 24h but I chose another option as you suggested > 2) Run OpenOffice 3.1 on your new Windows 2012 server. Result: there is no service st

Re: Building Guide

2013-04-19 Thread Andre Fischer
On 19.04.2013 07:50, Rajath Shashidhara wrote: Hello, I suggest a change in the building guide: http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step In the last step: sudo dpkg -i unxlngx6.pro/OpenOffice/deb/install/en-US/DEBS/*.deb sudo dpkg -i unxlngx6.pro/OpenOffic

Re: Unable to install OpenOffice SDK

2013-04-19 Thread Rory O'Farrell
On Fri, 19 Apr 2013 12:05:15 +0530 Rajath Shashidhara wrote: > Hello, > I'm running Ubuntu 12.10 on my computer. > The self extracting .deb file I downloaded from your website doesn't > install from ubuntu sofware center. Error: ooobasis3.4-core01 not found. > > Is there a workaround for this pr