[dev] Fwd: Impress memory not clearing on file close

2010-11-24 Thread Chris Rider
to see it addressed in the new version coming out soon :) -Chris Rider - To unsubscribe, e-mail: dev-unsubscr...@openoffice.org For additional commands, e-mail: dev-h...@openoffice.org

[dev] Impress memory not clearing upon file close

2010-11-22 Thread Chris Rider
to see it addressed in the new version coming out soon :) -Chris Rider - To unsubscribe, e-mail: dev-unsubscr...@openoffice.org For additional commands, e-mail: dev-h...@openoffice.org

[dev] An "unusual" hyperlink format??

2010-09-02 Thread Chris Brown
not create the brndable PDF files correctly, is there a work around users could add / method that will allow the above string to be generated? Thanks for your advice. Chris Brown

[dev] Building a wireless presenter application

2010-06-17 Thread Chris
Hello I'm new to openoffice.org and i want to know if i can build a wireless presenter application on my phone to manage my presentation. But to be honest, i don't know where to start. Thanks.

[dev] Rich Text Format Support in OpenOffice.org Writer

2010-06-16 Thread Chris Carpenter
o do this here: http://user.services.openoffice.org/en/forum/viewtopic.php?f=7&t=31596. If anyone has the time to point me in the right direction, it would be appreciated. Thank you, Chris Carpenter(mordocai)

Re: [dev] Please Help: Getting the width / height sizes to create a RectangleShape to create a boundary box

2010-01-14 Thread Chris Fleischmann
text object. int nSaveWidth = xShape.getSize().Width; int nSaveHeight = xShape.getSize().Height; xShape.setSize(new Size(nSaveWidth + 50, nSaveHeight)); Chris Fleischmann wrote: > > Thanks for the hints... I have since tried the following: > > // get internal servic

Re: [dev] Please Help: Getting the width / height sizes to create a RectangleShape to create a boundary box

2010-01-13 Thread Chris Fleischmann
t nheight = (int)(((float)height / (float)72) * (float)2540) + 50; I get the right sized image, at least for hte MAC, on OpenSolaris its no good. Any tips, or anything I am doing wrong, please let me know... Thanks once again! Regards, Chris Ariel Constenla-Haile wrote: > > Hello

[dev] Please Help: Getting the width / height sizes to create a RectangleShape to create a boundary box

2010-01-13 Thread Chris Fleischmann
or smaller depending on the height size of the font. Any advice or help, much appreciated. Thanks, Chris -- View this message in context: http://old.nabble.com/Please-Help%3A-Getting-the-width---height-sizes-to-create-a-RectangleShape-to-create-a-boundary-box-tp27152636p27152636.html Sen

Re: [dev] Please help: saving document as DOC format, then opening, losing position properties for TextGraphicObject

2010-01-02 Thread Chris Fleischmann
Hello... I have since tried the following code, which aims to do just that... It add the picture to a frame, The frame is either anchored to a paragraph or frame...Thats is, I have a parent frame which is anchored to a particular page, with PAGE anchoring... Inside that frame is the "NEW" frame t

Re: [dev] Please help: saving document as DOC format, then opening, losing position properties for TextGraphicObject

2010-01-02 Thread Chris Fleischmann
riter_MS_Word_2003_XML > Microsoft Word 2007 XML writer_MS_Word_2007 > 5. Anything else that you have noticed... > > There might be several possibilities, I guess: > (a) Something in your Java program. > (b) Bugs in OpenOffice.org 3.1.1. > (c) Bugs in Microsoft Off

Re: [dev] Please help: saving document as DOC format, then opening, losing position properties for TextGraphicObject

2010-01-02 Thread Chris Fleischmann
case text::RelOrientation::PAGE_FRAME: > case text::RelOrientation::PAGE_PRINT_AREA: > { > if ( bConvDueToOrientation || bFollowTextFlow ) > eHoriConv = CONV2PG; > } > ... >

[dev] Please help: saving document as DOC format, then opening, losing position properties for TextGraphicObject

2010-01-01 Thread Chris Fleischmann
in MS Word, the image, has been left-aligned (lots its X position) and lots its Y position? Is there a way to make sure the position is maintained in both OOo and MS Word? Thanks in advance, Chris -- View this message in context: http://old.nabble.com/Please-help%3A-saving-document-as-DOC

[dev] Job offer in UK: Openoffice and free software consultant

2009-07-20 Thread Chris Halls
- Driving the Impress API Contact details are on the website. Chris -- credativ ltd Open Source for business 36 Regent Street Tel +44 1788 298150 Rugby CV21 2PS www.credativ.co.uk credativ limited is registered in England & Wales, company no. 5261743 registered of

[dev] Is this how you create a bitmap image from using xDevice.createDisplayBitmap

2009-07-07 Thread Chris Fleischmann
y vague. http://api.openoffice.org/docs/common/ref/com/sun/star/awt/XGraphics.html#draw Thanks once again!!! Chris -- View this message in context: http://www.nabble.com/Is-this-how-you-create-a-bitmap-image-from-using-xDevice.createDisplayBitmap-tp24372638p24372638.html Sent from the o

Re: [dev] TextGraphicObject, XTransferable and Save As, Microsoft Word, out of memory errors

2009-07-02 Thread Chris Fleischmann
; j++) { System.out.println(property[j].Name + " = " + xProps.getPropertyValue(property[j].Name)); } } } } catch (Exception e) { e.printStackTrace(); } Chris Fleischmann wrote: > > Hello Folks... I am using the XTransferable Object to copy

[dev] TextGraphicObject, XTransferable and Save As, Microsoft Word, out of memory errors

2009-07-01 Thread Chris Fleischmann
Hello Folks... I am using the XTransferable Object to copy sections of a source document over to a destination document (that was opened as blank).. This seems to work, copying images, text, text styles etc. In terms of the source document I am loading images like so: protected void loadJpgImag

[dev] OO 2.4.0 compile/install help

2008-05-18 Thread Chris Brown
For the last couple of days I have been trying to get OO 3 to compile, with no luck. I decided to try an older version, so I chose 2.4.0 (http://download.openoffice.org/2.4.0/source.html). I followed the instructions and it built with no errors. I am now trying to install my build and was foll

Re: [dev] Ubuntu Linux OO.o compile errors

2008-05-17 Thread Chris Brown
Christian Lohmaier wrote: Hi *, On Fri, May 16, 2008 at 07:34:58PM -0400, Chris Brown wrote: Thanks for the response. I downloaded cairo, made it, and installed it. It was a newer version, libcairo.so.2.17.15...the one that was erroring out was libcairo.so.2.17.3. Hopefully this will do it

Re: [dev] Ubuntu Linux OO.o compile errors

2008-05-16 Thread Chris Brown
n Fri, May 16, 2008 at 7:42 PM, Ariel Constenla-Haile < [EMAIL PROTECTED]> wrote: > Chris Brown escribió: > >> Thanks for the response. I downloaded cairo, made it, and installed it. It >> was a newer version, libcairo.so.2.17.15...the one that was erroring out >> w

Re: [dev] Ubuntu Linux OO.o compile errors

2008-05-16 Thread Chris Brown
AIL PROTECTED]> wrote: > Chris Brown escribió: > > Hello everyone. I am new to Linux and this list as well. I am attempting >> to >> compile OO.o build BEA300_m2 >> on my system running Ubuntu 8.04. I get about 4 hours into it and it has >> errored out twice no

[dev] Ubuntu Linux OO.o compile errors

2008-05-16 Thread Chris Brown
! - dummy file to keep the dependencies for later use. -- Making: ../../unxlngx6.pro/lib/libofficebean.so g++ -Wl,-z,combreloc -Wl,-z,defs -Wl,-rpath,'$ORIGIN:$ORIGIN/../ure-link/lib' -shared -L../../ unxlngx6.pro/lib -L../lib -L/home/chris/OpenOfficeSource

Re: [dev] How to run from solver

2006-06-12 Thread Chris
Hi Elke, many thanks. I will try that. Cheers Chris Eike Rathke wrote: Hi Chris, On Wed, Jun 07, 2006 at 22:19:33 +0200, Chris wrote: Question: How can I install my build in a separate directory without affecting the package system? Is it possible to run OO directly from the source

[dev] How to run from solver

2006-06-08 Thread Chris
it possible to run OO directly from the source tree ? Any hints welcome. Thanks Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[dev] OpenOffice without Java

2006-06-07 Thread Chris Harrington
there any other flags that need to be passed besides the --disable Java? Thanks, --Chris -Original Message- From: Nikolai Pretzell [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 6:53 AM To: dev@openoffice.org Subject: [dev] OOo scans by Coverity? Hi, in April there was a

Re: [dev] ./dmake: Permission Denied

2006-05-25 Thread Chris H
Do an "ls -lpa" in your Cygwin window for that directory and see who the owner is. I had originally installed Cygwin as a different Windows user and it caused a very similar issue. I had to chown the tree to get the permissions correct. --Chris Alexandre Laforest wrote: Greet

[dev] Running parallel builds

2006-05-19 Thread Chris H
a parallel build or am I doing it right? Does parallel building make a significant difference in build times? I am building OOC680 on a Win2003 using VS 2003. Thanks, --Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [dev] Installing And Bypassing Registration Prompt

2006-05-18 Thread Chris H
The easiest way I have found to do this is edit \OpenOffice.org 2.0\share\registry\data\org\openoffice\setup.xcu Change false to true Then add this right below it: 2006-05-16T12:55:49 true --Chris Hal Vaughan wrote: I have a situation where I

[dev] Changing icons on quickstarter menu

2006-05-16 Thread Chris H
All, I want to change the application icons on the quickstarter, on Windows. I want to replace the Writer icon with a MS Word like icon, etc. Does quickstarter use an .ico file for those app icons or a png file from the RES folder? Thanks, --Chris

[dev] OT: Contract OpenOffice developer needed

2006-05-04 Thread Chris H
All, I am in need of a contract developer who can do some menu / toolbar customization and a little re-branding. Please contact me off list for more information. Thanks, --Chris - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [dev] Building OpenOffice with Visual Studio 2003 / 2005?

2006-04-13 Thread Chris H
Cyrille...thanks for the reply. I had the Visual C++ versions mixed up. Thats why I didn't think the TCSH instructions were for VS 2003. Have you heard of anyone using VS 2005? Thanks, --Chris Cyrille Moureaux wrote: Hi, Are there any build instructions for Visual Studio 2003 avai

[dev] Building OpenOffice with Visual Studio 2003 / 2005?

2006-04-12 Thread Chris H
Hello, Are there any build instructions for Visual Studio 2003 available. I have searched quite a bit but can only find the TCSH / Cygwin instructions. On a similar note, can you build OpenOffice with Visual Studio 2005? Thanks, --Chris

[dev] Newbie Impress automation question

2006-03-16 Thread Chris Farmer
list. Can someone please give me a quick hint? Thanks, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [dev] language.tar needed for a build?

2006-03-04 Thread Chris H
Pavel Janík wrote: From: Chris H <[EMAIL PROTECTED]> Date: Fri, 03 Mar 2006 21:35:46 -0500 > I am trying to build OOb-oob680_m5 on Windows 2003 / Cygwin. Is the > language.tar file needed or do I just need the core.tar? The build > failed saying it could not fi

[dev] language.tar needed for a build?

2006-03-03 Thread Chris H
--with-ant-home=/cygdrive/c/ant --with-psdk-home="$psdk" --with-cl-home="$vchome" --with-midl-path="$midlpath" --with-csc-path="$cscpath" Thanks for putting up with my newb questions. --Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[dev] Configure options for non-localized builds

2006-03-02 Thread Chris H
to build OO? Thanks, --Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [dev] Packimages.pl error during Windows build

2006-03-02 Thread Chris H
it "build" which is a member of the Windows Administrators group. If I chown -R the /home/build/oo/default_images directory to "build", I get the expected OK from the above Perl command. Should the whole $SRC_ROOT be owned by the current user? Thanks, --Chris --

Re: [dev] Packimages.pl error during Windows build

2006-03-01 Thread Chris H
Volker Quetschke wrote: $ ls -l /home/build/oo | grep default_images show? drwx--+ 27 Administrators None 0 Feb 24 15:34 default_images And what is the result of: $ /usr/bin/perl -e 'if( -x "/home/build/oo/default_images"){ print "OK";};' ?

Re: [dev] Packimages.pl error during Windows build

2006-03-01 Thread Chris H
I was trying to build against OOA680_m1which looks like the latest stable. What version should I be working with instead? m156? Thanks for your patience. --Chris On 3/1/06, Volker Quetschke <[EMAIL PROTECTED]> wrote: > Volker Quetschke wrote: > > You build in a mounted c

[dev] Packimages.pl error during Windows build

2006-03-01 Thread Chris H
t_images. That directory is present and has the appropriate permissions. Any help would be appreciated. --Chris = Building project automation = /home/build/oo/automation/packimages mkout -- version: 1.5 - -- Making: ../wntmsci10.p

Re: [dev] Error configuring Windows build environment

2006-03-01 Thread Chris H
ectX SDK is installed by locating a registry entry. This entry is not present with the 2005 or 2006 SDK's, only with the 2004. After that was cleared up it has been building for about 3 hours. Thanks for the help. --Chris ---

[dev] Error configuring Windows build environment

2006-02-28 Thread Chris Harrington
office.org/dev_docs/build_windows_tcsh.html Thanks, --Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[dev] Sun logo on when compiling from source?

2006-02-13 Thread Chris Harrington
Just curious (and impatient waiting for the build to finish), does the Sun logo still show up in places like the splash screen when compiling from source? Or is it just the pre-compiled binaries that have the Sun logo's? Thanks, --Chris

Re: [dev] GCC 4.1 and OpenOffice build 2.0.1.2

2006-02-01 Thread Chris White
On Thursday 02 February 2006 08:01, Hanno Meyer-Thurow wrote: > On Thu, 2 Feb 2006 06:32:46 +0900 > > Chris White <[EMAIL PROTECTED]> wrote: > > Hi all, > > Hi Chris, > it won't break because of 'Unknown compiler version' warning. > This com

[dev] GCC 4.1 and OpenOffice build 2.0.1.2

2006-02-01 Thread Chris White
ut it. I'll go ahead and save a log to watch for any warnings that are specific to that version. As for that status, it's compiled about 75% through (I estimate) and nothing's bombed out so far. Chris White

[dev] One small job...

2006-01-19 Thread Chris
on how best to pursue this issue further, it would be greatly appreciated. Kind regards, Chris Lacey www.teachers-pet.org Skype: teachpet -Original Message- From: Louis Suarez-Potts [mailto:[EMAIL PROTECTED] Sent: 19 January 2006 05:58 To: Chris Subject: Re: Teachers-Pet.org Hi Chris,

Re: [dev] OpenOffice.org internal documentation templates

2005-05-02 Thread Chris Beck
Rumour has it Eike Rathke, on or about 02/05/2005 11:07 AM, whispered: > Not very convenient, is it? Eh, it's ok - a little slow and no default threading view but more convenient than signing up for YAML. -- Chris Beck - http://pacanukeha.blogspot.com Quidquid Latine dictum sit, altum

Re: [dev] OpenOffice.org internal documentation templates

2005-05-02 Thread Chris Beck
o so ;) You'll find the > template and the guidelines linked at the bottom of the page. Thanks Eike. A quick check of the specification template leads me to believe that you use this one document for Requirements, Specification, and Design. Is this true? Cheers, Chris PS - I'm checking for

[dev] OpenOffice.org internal documentation templates

2005-04-29 Thread Chris Beck
or Specification or User Requirements. If so, is anyone free to use them and if so, where might I find them? Cheers, Chris -- Chris Beck - http://pacanukeha.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[dev] Load only OpenOffice text editor inside java app

2005-04-20 Thread Chris
ay to integrate the text editor inside my java app? regards, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [dev] Opening SYLK from Java code

2005-03-30 Thread Chris
Brian Raymond wrote: If I set the convertor to be SYLK then the Java code, xstorable.storeAsURL(url, propertyvalue) throws an IOException. Is there some other trick involved? Here are a couple of possibilities. If you are trying to overwrite an existing document using storeAsURL and you

Re: [dev] Opening SYLK from Java code

2005-03-29 Thread Chris
Eike Rathke wrote: Hi Chris, On Wed, Mar 16, 2005 at 09:25:52 +1100, Chris wrote: If I set the convertor to be SYLK then the Java code, xstorable.storeAsURL(url, propertyvalue) throws an IOException. Is there some other trick involved? Does it work if you use the storeToURL() method

[dev] VBA Macro Conversion Request

2005-03-27 Thread Chris
utilise the macros. What do you say? Am I making a complete fool of myself by sending such a brazen request to a mailing list of serious professional developers, or what? Chris www.teachers-pet.org

Re: [dev] Opening SYLK from Java code

2005-03-16 Thread Chris
Niklas Nebel wrote: Chris wrote: I have Java code that opens OOo and Excel files in OOo. However it doesn't work with SYLK files. I set the convertor to be "Flat XML File (Calc)". Do I have to set it to something else for it to open SYLK files? Or is there some other trick?

Re: [dev] Opening SYLK from Java code

2005-03-15 Thread Chris
Niklas Nebel wrote: Chris wrote: I have Java code that opens OOo and Excel files in OOo. However it doesn't work with SYLK files. I set the convertor to be "Flat XML File (Calc)". Do I have to set it to something else for it to open SYLK files? Or is there some other trick?

[dev] Opening SYLK from Java code

2005-03-14 Thread Chris
I have Java code that opens OOo and Excel files in OOo. However it doesn't work with SYLK files. I set the convertor to be "Flat XML File (Calc)". Do I have to set it to something else for it to open SYLK files? Or is there some other trick? ---

[dev] Re: [users] embed OpenOffice.org in C++ application

2005-03-07 Thread Chris . Botos
ion GUI frame at a fixed >location on the screen, > 4) do this without the user viewing or manipulating the spreadsheet or >chart. > >The application is C++, the GUI is Motif, and the OS is Solaris 8. >I've been evaluating the SDK, but I can't tell if steps 3 and 4 are

[dev] embed OpenOffice.org in C++ application

2005-03-04 Thread Chris . Botos
Motif, and the OS is Solaris 8. I've been evaluating the SDK, but I can't tell if steps 3 and 4 are possible. I would appreciate any comments or suggestions. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

[dev] New user of postgresql drivers

2005-01-24 Thread Chris Green
ind documentation on the Macros? If this should really be on the user list rather than the dev list then apologies but as I'm using the very new postgresql drivers and want to know about programming macros dev seemed more likely to be right. -- Chris Green ([EMAIL PROTECTED])