Re: [dev] Play slideshow without User Input

2006-06-02 Thread Christian Lippka
Hi Andy, in impress, each slide in the API supports the com::sun::star::animations::XAnimationNodeSupplier interface which returns you the time line for that slide. Just browse through that container hierarchic of the animation nodes and change the begin attribute from all note that have a

Re: [dev] Working with the Invisible-mode

2007-01-04 Thread Christian Lippka
Hi Fabian, do not use the -swriter option and create your own writer document with loadComponentFromURL and the factory URL for new empty writer documents private:factory/swriter. in basci you would do oDoc = StarDesktop.loadComponentFromURL(private:factory/swriter, _blank, 0, Array()) I

Re: [dev] About fontwork gallery

2007-01-29 Thread Christian Lippka
Hi Xiuzhi, just set the environment variable GALLERY_SHOW_HIDDEN_THEMES and AVOID_BURN_IN_FOR_GALLERY_THEME to something and then start office. Now you can drag'n'drop shapes to and from the hidden gallery themes. Regards, Christian PS: Info is from

Re: [dev] About fontwork gallery

2007-01-31 Thread Christian Lippka
Hi Kami, if you do not use AVOID_BURN_IN_FOR_GALLERY_THEME then all formating properties on the shape in the gallery are hard set. The disadvantage is that such shapes will not work any longer with styles as all formating properties are overridden at the shape itself. When creating gallery themes

Re: [dev] About fontwork gallery

2007-01-31 Thread Christian Lippka
read all of them with this option? Have we gota script that add files to gallery as integrated elements? gengal does not support this option. Thanks, KAMI Christian Lippka írta: Hi Kami, if you do not use AVOID_BURN_IN_FOR_GALLERY_THEME then all formating properties on the shape

Re: [dev] About fontwork gallery

2007-01-31 Thread Christian Lippka
Hi Xiuzhi, since your mail does not contain any question I can't answer much. Have you tried using the environment variables? Do you know how to use them? To repeat the basic idea behind this, the fontwork shapes you see in the fontwork gallery are take from a hidden theme from the office

Re: [dev] About fontwork gallery

2007-01-31 Thread Christian Lippka
xiuzhi--CH2000 wrote: Hi Christian, My question is How I can modify the fontwork gallery default text, Fontwork, to another default text? As I told you in my last mail. Use the environment variables to make the hidden themes visible. Drag all shapes from the fontwork theme to an empty

Re: [dev] Should assertions abort?

2010-02-12 Thread Christian Lippka
Am 12.02.2010 12:05, schrieb bjoern michaelsen - Sun Microsystems - Hamburg Germany: On Fri, 12 Feb 2010 09:11:21 +0100 Frank Schoenheit, Sun Microsystems Germanyfrank.schoenh...@sun.com wrote: - Developers should use non-product builds *only*. That's a very apparent measure, still, a lot

Re: [dev] Should assertions abort?

2010-02-12 Thread Christian Lippka
Am 12.02.2010 13:10, schrieb bjoern michaelsen - Sun Microsystems - Hamburg Germany: For example, Frank is claiming his asserts are all serious issues and thus shouldnt be degraded to mere traces. So keeping his asserts as assertions, even if they abort should not scare anyone, right? No it

Re: [dev] Should assertions abort?

2010-02-12 Thread Christian Lippka
Am 12.02.2010 13:28, schrieb Stephan Bergmann: On 02/12/10 12:34, Christian Lippka wrote: But you can never be 100% sure that you didn't introduced assertions since you can't check every code path there is that may be affected by your changes. Therefore assertions will pop up in the master

Re: [dev] Should assertions abort?

2010-02-12 Thread Christian Lippka
Am 12.02.2010 13:44, schrieb Stephan Bergmann: On 02/12/10 13:38, Christian Lippka wrote: Am 12.02.2010 13:28, schrieb Stephan Bergmann: On 02/12/10 12:34, Christian Lippka wrote: But you can never be 100% sure that you didn't introduced assertions since you can't check every code path

Re: [dev] Should assertions abort?

2010-02-12 Thread Christian Lippka
Am 12.02.2010 15:05, schrieb bjoern michaelsen - Sun Microsystems - Hamburg Germany: On Fri, 12 Feb 2010 14:38:18 +0100 Philipp Lohmannphilipp.lohm...@sun.com wrote: The obvious optimization for that process would be leaving things as they are and introduce an OSL_ASSERT_ABORT for those who

[dev] Re: Debugging Hanging OOo

2010-10-15 Thread Christian Lippka
Hi Knut, Am 15.10.2010 13:34, schrieb Knut Olav Bøhmer: Hi, Is there anyone who thinks it would be possible to resolve issue #115076 with the information that is registered. What can I do to provide more information? http://qa.openoffice.org/issues/show_bug.cgi?id=115076 I think it would

[dev] Re: mercurial help

2010-11-16 Thread Christian Lippka
Am 16.11.2010 17:11, schrieb Stephan Bergmann: On 11/16/10 17:00, kushal likhi wrote: yup connection is slow,, it took days to get the prestiene copy,, so is there any faster way??? unfortunately not (at least none that I am aware of); also see thread at

Re: [dev] help with dialog boxes

2010-11-18 Thread Christian Lippka
Hi Kushal, Am 18.11.2010 15:49, schrieb kushal likhi: hi, . thanks, dialog is all showing now.. :) . now i need help with action listeners(something wrong in what i did),, what i did is i inherited the class with the listeners and implemented their methods, then in the addListener i added

[dev] Re: [long] Integrate an extension in the code at buildtime : what do with bitmaps ?

2011-01-03 Thread Christian Lippka
Hi Eric, just to clearify. Do you still want to keep it as an extension or do you like to 'dissolve' the extensions functionality in native OOo code? Regards, Christian Am 03.01.2011 10:36, schrieb eric b: Hi, Happy New Year to all of you, and the best for 2011 ! :-) I'm currently working

[dev] Re: cannot get symbol: component_writeinfo

2011-01-14 Thread Christian Lippka
Hi Kushal, I forgot the push the change in the makefile.mk. Just do a hg pull ... hg update and everything will be fine. Regards, Christian Am 14.01.2011 12:38, schrieb kushal likhi: hi, an extension was built in m83. i just downloaded the latest sources(3.4) and compiled the OpenOffice for

[dev] Re: GraphicExportFilter with openoffice 3.1 and 3.3 not setting DPI?

2011-02-17 Thread Christian Lippka
Am 17.02.2011 10:18, schrieb cdfleischmann: Hello all, I have attempted to replicate the BASIC Macro I found called http://openoffice.2283327.n4.nabble.com/file/n3310397/ExportAllGraphics300dpi.odt ExportAllGraphics300dpi.odt which successfullyexports graphics out of the writer document

[dev] Re: [www-dev] Re: building svl failed

2011-03-02 Thread Christian Lippka
Hi Yan, Am 02.03.2011 04:45, schrieb Yan Wu: hmm, still have no idea, the call to cpp/rscpp is not shown... please try the following: first apply the attached patch (to give -verbose flag to rsc) then rebuild rsc: (cd rsc rm -r wntmsci* build debug=t deliver) then try again, it should now

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread Christian Lippka
Hi Tora, Am 06.04.2011 11:31, schrieb tora - Takamichi Akiyama: Hi Niklas, Daniel, and everybody interested in, On 2011/04/06 17:22, Daniel Rentz wrote: cd sw make clean make -srj9 debug=t The first call of make removes all output files of sw from solver/workdir. The second call of

[dev] Re: refactoring OUString

2011-06-07 Thread Christian Lippka
Am 06.06.2011 17:27, schrieb Michael Stahl: On 06.06.11 16:35, tora - Takamichi Akiyama wrote: Has anyone tried refactoring OUString? - It converts iso-8859-1 letters ranging 0x00-0x7f into UCS2 even it is not necessary. - It requires malloc(), realloc(), and free() or their

[dev] Re: Replacing LGPL libraries: Use of lp_solve for Calc's linear solver

2011-06-12 Thread Christian Lippka
Am 11.06.2011 20:26, schrieb Ariel Constenla-Haile: Hello rony, On Saturday 11 June 2011, 12:43, rony wrote: [...] [Just curious why it was o.k. in the past, but may be a problem soon ?] One such library is lp_solve, which is the basis of the OpenOffice.org Linear Solver in Calc. It would

Re: [dev] Re: About the OOo dialog layouting patches

2007-12-03 Thread Christian Lippka - Sun Microsystems Germany
Caolan McNamara wrote: On Mon, 2007-12-03 at 09:24 +0100, Mathias Bauer wrote: Michael Meeks wrote: If we want to do this for OpenOffice.org, we should decide about this now. Because in that case we will need to rewrite lots of the modal dialogs anyway. So replacing them now with a 1:1

Re: [dev] Re: About the OOo dialog layouting patches

2007-12-03 Thread Christian Lippka - Sun Microsystems Germany
Hi Jan, I like what you do, please go on. Regards, Christian Jan Nieuwenhuizen wrote: Christian Lippka - Sun Microsystems Germany writes: Hi Christian, I very much enjoy your work for the dialog layouting on your blog[1]. Everyone interesting in user interface work for OOo should have

Re: [dev] presenter view extension + fast search

2007-12-04 Thread Christian Lippka - Sun Microsystems Germany
Hi All, yes it is planned that the presenter view will have a slide sorter like view that pops up when pressing a keyboard shortcut for fast navigation. Regards, Christian Rich wrote: On 2007.12.03. 14:55, a a wrote: Hi, I'm Powerpoint user - would like to migrate to OOo Impress (for our

Re: [dev] I Want to get involved in Flash-SWF format export utility from within OpenOffice desktop software

2008-01-30 Thread Christian Lippka - Sun Microsystems Germany
Hi Radheevar, thank you for your offer to contribute to OpenOffice.org. If you like to work on the already existing SWF export of OpenOffice.org Impress, you are very welcome to discuss this with us on the [EMAIL PROTECTED] mailing list! Regards, Christian [EMAIL PROTECTED] wrote: Hello All,

Re: [dev] VCL UI Rework

2008-05-14 Thread Christian Lippka - Sun Microsystems Germany
Michael Meeks wrote: There was some resistance to nominating this for 3.0 because ChristianL wanted to re-do the translation work to use Java Properties instead of the new transex tool we wrote that translated complete XML files per-lang. This is bogus, I discussed with Jan that in my

[dev] Re: [project leads] On Modularization ...

2009-04-30 Thread Christian Lippka - Sun Microsystems GmbH - Hamburg
Hi Charles, Charles-H. Schulz wrote: [...] but this would be different from having an office suite with modular applications (with less common dependencies, etc.). Am I getting this right or am I making things too complex? personally I think this is a myth in office modularization. Sure