Re: API-CHANGE - dropping string properties which use vnd.sun.star.GraphicObject URL

2018-04-30 Thread Fernand Vanrie
Tomaž, How can we set the URL (using the API) for inserting a linked image there is no "setGraphicURL" method ? Greetz Fernand ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: API-CHANGE - dropping string properties which use vnd.sun.star.GraphicObject URL

2018-04-30 Thread Fernand Vanrie
Tomaž, when the image is "linked" how can we find (using the API) the URL where the image is linked to ? Greetz Fernand ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: API-CHANGE - dropping string properties which use vnd.sun.star.GraphicObject URL

2018-04-30 Thread Fernand Vanrie
Tomaž, How should we find out if a image is embeded in the doc or not ? we uses for now: if left(oCheckgraphic1.GraphicURL,27) <> "vnd.sun.star.GraphicObject:" then Greetz Fernand ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice-qa] Resizing image in Calc nearly freezes whole system?

2016-07-07 Thread Fernand Vanrie
Works fine under Windows 10 LO 5.1.2.2 greetz Fernand Op 28/05/2016 om 16:14 schreef Pedro: Thomas Hackert wrote Is this reproducible on an other system to anyone? And: are you able to get a strace / backtrace? Is this already reported to bugzilla? When opening your sample file I had a single

Need confirmation about a bug

2016-06-12 Thread Fernand Vanrie
During the tranformation from LO 4 upwards LO 5 we found a nasty regresssion bug under Windows. Message boxes showup empty with white background Can someone confirm or negate the bug for the other operating Systems ? Thanks

Re: Open web page from dialog

2016-06-12 Thread Fernand Vanrie
Op 11/06/2016 om 21:25 schreef Jan Rheinländer: jan, Andrew there is a special control who opens hyperlinks oDialogModel.createInstance( "com.sun.star.awt.UnoControlFixedHyperlinkModel") the control has a URL propperty hope it helps Greetz Fernand Hi, is it possible to open a website

Playing Video in LO Dialogs

2016-05-11 Thread Fernand Vanrie
We can play video (windows) using the simple set of macro's I found in the cloud (see below) The secret to have some control over the playerwindow is in the misterious line: ' oPlayer.createplayerwindow(array()) who nobody seems to can solve :-) is there a other way to lay a video in a LO

Re: Setting data in Writer chart from Basic

2016-01-24 Thread Fernand Vanrie
Jan, please find some code who works fine for me, maybe its locking and unlocking whor provoke the refresh or its becuase i change some more things after setting the data ? oChart.lockControllers() oChart.Data.setData(DataArray()) oChart.Data.setrowDescriptions(LabelsArray()) dim

Re: Question on 5.0 and StarDesktop.loadComponentFromURL

2015-08-15 Thread Fernand Vanrie
Jerry , can you load a new empty document ? oDocument = StarDesktop.LoadComponentFromUrl(private:factory/swriter,_default,0,loadArgs()) what's the operating system ? Is the oDoc = StarDesktop.loadComponentFromURL still valid in 5.0 ? I am calling it in my macro and getting an error about

Adding a image to a gridcontrol row using BASIC

2015-06-06 Thread Fernand Vanrie
Hello, on a Openoffice wiki page i found some JAVA code to add a image into a GridControl Row what i need is how to make a Object array in BASIC who supports graphics and octher data thanks for any hint The main change in milestone 3 regarding DataModel is the possibility to add not only

Playing mp4 video's in Libreoffice Windows

2014-06-25 Thread Fernand Vanrie
Wath 's the current situation and the future for playing mp4 video's in LibreOffice Windows ? Mp4 can aperently been played on Mac and Ubuntu (LO 4.3) From related issues i learned that there is new code using VLC and his included codec's Will the new code also work using the Basic and

Re: Playing Video in a Dialog

2014-04-28 Thread Fernand Vanrie
On 28/04/2014 18:07, Michael Stahl wrote: On 17/04/14 11:23, Fernand Vanrie wrote: On The French user site i found usefull code to play video on Windows using the API and Basic. The code opens a MediaWindow and play any video The player has a undocumented method CreatePlayerWindow who needs

Playing Video in a Dialog

2014-04-17 Thread Fernand Vanrie
On The French user site i found usefull code to play video on Windows using the API and Basic. The code opens a MediaWindow and play any video The player has a undocumented method CreatePlayerWindow who needs arguments (a empty array do crash LO) Do someone knows how to use this method and

Re: UNO: Possible to get printing progress?

2014-04-07 Thread Fernand Vanrie
Ignaz , in Basic we use this code as long the bIsBusy is false , the printing is not finished hope it helps greetz Fernand oDocument.setModified(false) Dim PrinterProps(1) As New com.sun.star.beans.PropertyValue PrinterProps(0).Name=wait PrinterProps(0).value=true

How to put Basic IDE code completion to work

2014-03-18 Thread Fernand Vanrie
Found new Basic IDE options in 4.2 , but where to find some documentation how this new stuff works ? Thanks for any hint Fernand ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

need CONFIRMATION about images linked to a http location

2014-03-17 Thread Fernand Vanrie
With 4.2.2.1 windows Pictures in Writer and Html documents linked to a http location no longer opens and can no longer been inserted what makes the use of images in a HTML doc imposible A picture linked to http://pmg.pmgroup.be/enews/idb/grafiek9.jpg; can been opened and viewed in a writer

Re: [libreoffice-users] need CONFIRMATION about images linked to a http location

2014-03-17 Thread Fernand Vanrie
• www.tvh.com Watch our company movies on www.tvh.tv On 17 March 2014 17:30, Fernand Vanrie s...@pmgroup.be wrote: With 4.2.2.1 windows Pictures in Writer and Html documents linked to a http location no longer opens and can no longer been inserted what makes the use of images in a HTML doc

Re: need CONFIRMATION about images linked to a http location

2014-03-17 Thread Fernand Vanrie
Thanks, found the bug myself now , only when using the option Use LibreOffice Dialogs the bug is happening , when using System dialogs , the Http locations can been used i fill a issue Fernand Vanrie schreef op 17/03/2014 17:30: With 4.2.2.1 windows Pictures in Writer and Html documents

OfficeMenuBar no longer takes private menu's in StartModule

2014-03-13 Thread Fernand Vanrie
With 4.2 (Windows) Private Extensions menu's are no longer visible in the StartModule Private Toolbars are still visible in the StartModule node oor:name=OfficeMenuBar node oor:name=MyPrivateMenu.OfficeMenuBar oor:op=replace prop oor:name=Context oor:type=xs:string

Can XML been imported/transformed with API

2014-02-25 Thread Fernand Vanrie
Hallo, In the past there was he "com.sun.star.comp.JAXTHelper" to make a translation of a XML this stuff is now removed from LO SaxtHelper is replaced by com.sun.star.comp.documentconversion.LibXSLTTransformer In the past there was some code (below

Re: Example in Java

2013-12-09 Thread Fernand Vanrie
Adriam, Miklos indeed insertstring do not works when inserting text in a tablecell we need to use setstring instead code below shows how we need to now if we insert in a cell or in a textFrame if not isEmpty(oVC.Cell) then oVC.cell.setstring(BMname) ' insertstring do not works here

Re: Vendors Name via UNO API / Basic Macros

2013-11-27 Thread Fernand Vanrie
On 26/11/2013 17:42, Lionel Elie Mamane wrote: On Tue, Nov 26, 2013 at 02:36:41PM +0100, Fernand Vanrie wrote: On 26/11/2013 13:56, Lionel Elie Mamane wrote: On Thu, Nov 21, 2013 at 08:34:04PM +0100, Jan Holesovsky wrote: Thomas Krumbein píše v Pá 15. 11. 2013 v 15:43 +0100: Well

Re: Reformatting a text document via UNO

2013-11-27 Thread Fernand Vanrie
Pavel , all formating can been handled wit a macro, the Gimmicks library is a good start to see it working Hi all, is there a way to reformat parts or whole text document e.g. from a Basic macro? Without inserting / changing a text content to force formatting. I am thinking about a macro

Re: Vendors Name via UNO API / Basic Macros

2013-11-26 Thread Fernand Vanrie
On 26/11/2013 13:56, Lionel Elie Mamane wrote: On Thu, Nov 21, 2013 at 08:34:04PM +0100, Jan Holesovsky wrote: Thomas Krumbein píše v Pá 15. 11. 2013 v 15:43 +0100: Well, this change was a small technical thing - but with a very big influence on typical market applications. Every custom macro

Re: Vendors Name via UNO API / Basic Macros

2013-11-19 Thread Fernand Vanrie
On 18/11/2013 22:21, Lionel Elie Mamane wrote: On Mon, Nov 18, 2013 at 09:10:34PM +0100, David Ostrovsky wrote: Lionel Elie Mamane wrote on Mon Nov 18 09:32:57 PST 2013 On Mon, Nov 18, 2013 at 06:10:34PM +0100, Fernand Vanrie wrote: yep conversions are not the problem, its the exiting code who

Re: Vendors Name via UNO API / Basic Macros

2013-11-19 Thread Fernand Vanrie
On 18/11/2013 18:32, Lionel Elie Mamane wrote: On Mon, Nov 18, 2013 at 06:10:34PM +0100, Fernand Vanrie wrote: On 18/11/2013 18:02, Lionel Elie Mamane wrote: On Fri, Nov 15, 2013 at 03:43:10PM +0100, Thomas Krumbein wrote: Am 15.11.2013 15:35, schrieb Jan Holesovsky: Thomas Krumbein píše v

Re: Vendors Name via UNO API / Basic Macros

2013-11-18 Thread Fernand Vanrie
On 18/11/2013 18:02, Lionel Elie Mamane wrote: On Fri, Nov 15, 2013 at 03:43:10PM +0100, Thomas Krumbein wrote: Am 15.11.2013 15:35, schrieb Jan Holesovsky: Thomas Krumbein píše v Pá 15. 11. 2013 v 13:43 +0100: Well, this change was a small technical thing - but with a very big influence on

Re: Vendors Name via UNO API / Basic Macros

2013-11-15 Thread Fernand Vanrie
Andrew , the problem is : stardiv.Toolkit.UnoDateFieldControls who has until 4.0 a date property who is a ISO representation of the datevalue. Since 4.1 this date property is a structure (day, month, year) who is more handy but painfull for us with hundreds of code lines using the isovalue.

TextListener behavior

2013-11-06 Thread Fernand Vanrie
When adding a Textlistener on a DialogControl the Listener is reacting on textchanged once when adding a character or replacing some characters. But the Listenere is reactiong twice when using the delete or backspace key. Is this wanted behavior or a bug ? Greetz Fernand

Re: XRowLocate::findColumn API definition ambiguities

2013-09-11 Thread Fernand Vanrie
Andrzej , maybe also implement a HasColumn to made the use of FindColumn more secure Greetz Fernand Hi everyone, The definition of XRowLocate::findColumn, and its implementations, all seem to be slightly confused. XRowLocate doesn't specify what should happen what happens if findColumn is

Re: [Libreoffice-qa] minutes of ESC call ...

2013-09-08 Thread Fernand Vanrie
Cor , + 1 to have the navigator in a sidebar cleary showing the hidden elements (like graphics with sizes and formats) pressent in a document Michael Meeks wrote (05-09-13 17:03) + come up with a proposal on what still needs improving in sidebar land (Astron) Published some thoughts

Re: PDF Export: adding the print options

2013-09-05 Thread Fernand Vanrie
Brian, Good to make PDF export better, more professional. We uses the export a lot to deliver PDF to our professional print houses. It works very wel, exept the lack off boxes in the PDF file TRIMbox = where to cut the printed result (needed for pinting) BLEEDbox = is mostly TRIMbox + 5mm

Re: How to know the current viewed page and line in writer

2013-07-24 Thread Fernand Vanrie
Ptyl , as told before, you find all position information in the viewcursor object Hi I looked into fdo#40465, but could not find any code snippets or something similar i could integrate in my code. Moreover, using XRays, i saw that getViewData returns the location and size of the window,

Re: How to know the current viewed page and line in writer

2013-07-18 Thread Fernand Vanrie
Ptyl , the secret is the vieuwcursor object who can tel you where you are in the document , page,or X-Y position etc... For basic code : oDoc = ThisComponent oText = oDoc.getText() oCursor = oDoc.CurrentController.getViewCursor() oCursor.gotoRange(oCursor.getEnd(), false)

Re: Whats te alternative for com.sun.star.awt.DisplayAccess ?

2013-07-10 Thread Fernand Vanrie
Stephan, On 07/04/2013 03:13 PM, Fernand Vanrie wrote: sinds 4.1 com.sun.star.awt.DisplayAccess is no longer working oDisplayAccess = createUnoService(com.sun.star.awt.DisplayAccess) oDisplayAccess is empty oDisplayInfo = oDisplayAccess.getByIndex(0) aScreenArea

Need Confirmation: since 4.1 MySQL datetime fields are wrangled in LO base tables

2013-07-10 Thread Fernand Vanrie
I connect with the Windows Native MYSQL connector (compiled against 4.0) to a MySQL database since 4.1 all DateTime fields are wrangled when showing a table in LO base, when changing the values using LO then they are also wrangled in the original MySQL table date values seems to be OK

Whats te alternative for com.sun.star.awt.DisplayAccess ?

2013-07-04 Thread Fernand Vanrie
sinds 4.1 com.sun.star.awt.DisplayAccess is no longer working oDisplayAccess = createUnoService(com.sun.star.awt.DisplayAccess) oDisplayAccess is empty oDisplayInfo = oDisplayAccess.getByIndex(0) aScreenArea = oDisplayInfo.ScreenArea iScreenW =aScreenArea.Width

how to add a GrapgicFilter to a com.sun.star.drawing.GraphicObjectShape

2013-05-26 Thread Fernand Vanrie
This can been done with the GUI but with the API i do not found any property or method to add a graphicfilter to a com.sun.star.drawing.GraphicObjectShape thanks for any hint ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: minutes of ESC call ...

2013-05-24 Thread Fernand Vanrie
Lionel , i did a lot of googling, but still not know what are this extra properties ? Greetz Fernansd On Fri, May 17, 2013 at 12:49:03PM +0200, Eike Rathke wrote: On Thursday, 2013-05-16 16:25:40 +0100, Michael Meeks wrote: + double check Lionel's list-box / API change (Eike)

Re: minutes of ESC call ...

2013-04-12 Thread Fernand Vanrie
Op 11/04/2013 19:44, Michael Meeks schreef: On Thu, 2013-04-11 at 19:25 +0200, Fernand Vanrie wrote: Many weeks ago, the Mysql Native Connector was a Pending Action on the ESC call ...with a solution in view, but since: no news No idea who was working on that. IIRC

Re: minutes of ESC call ...

2013-04-11 Thread Fernand Vanrie
Michael , Many weeks ago, the Mysql Native Connector was a Pending Action on the ESC call ...with a solution in view, but since: no news MySQL connectivity is a big issue for many users, or they stay with LO 3.6 or they have to go for aOO 4.0 who has a fine working Connector ? Greetz

Re: Missing service SvgWriter - forgotten when rebasing with AOO

2013-03-07 Thread Fernand Vanrie
Michael , OK , but we need SVG and a working Native mySQL connector :-) so: any news about a volonteer to compile Connector for 4.0 (windows) ? Greetz Fernand Hi Fernand, On Thu, 2013-03-07 at 08:45 +0100, Fernand Vanrie wrote: any change the SVG stuff and this repairs happens also

Re: Missing service SvgWriter - forgotten when rebasing with AOO

2013-03-06 Thread Fernand Vanrie
Tomaž, yep: exporting using the api and com.sun.star.drawing.GraphicExportFilter with the image/svg+xml mediatype is also not working (image/x-emf works and deliver proper Vector) BTW: is your work around the Lancsoz interpolation also present in aOO ? Greetz Fernand Hi, I am

Re: Missing service SvgWriter - forgotten when rebasing with AOO

2013-03-06 Thread Fernand Vanrie
Michael , any change the SVG stuff and this repairs happens also for later 3.6 releases ? Greetz Fernand I am looking why exporting SVG doesn't work when exporting charts (fdo#60137). In [1] we need com.sun.star.svg.SVGWriter but it is not present in LO. Looks to me like we missed to

Re: [tdf-discuss] macro compatibility between LO and AOO?

2013-03-04 Thread Fernand Vanrie
On 4/03/2013 8:27, M. Fioretti wrote: On Mon, Mar 04, 2013 08:16:25 AM +0100, Fernand Vanrie wrote: 99% percent , changes comes and will come from incompatiliteis in de API. for now this is OK, small changes from version to version, but nothing who not can been repaired or handled

Re: are the New Graphic Compress features accessable for API

2013-02-28 Thread Fernand Vanrie
Caolán , Thanks for your interest, On Sun, 2013-02-24 at 13:49 +0100, Fernand Vanrie wrote: Tomaž Vajngerl made new Graphic Compress tools, they are sinds 4.0 available using the GUI and the new Compress Graphics Dialog in Draw, Calc and Impress. 1: Can this features been accessed using

are the New Graphic Compress features accessable for API

2013-02-25 Thread Fernand Vanrie
Tomaž Vajngerl made new Graphic Compress tools, they are sinds 4.0 available using the GUI and the new Compress Graphics Dialog in Draw, Calc and Impress. 1: Can this features been accessed using the API and Basic ? 2: Is the new Lanczos Interpolation also available when using The Graphic

Re: [Libreoffice-qa] libre o. 4.0.0.3 - inaccurate pdf export (paper size)

2013-02-11 Thread Fernand Vanrie
Michael, i cannot sea any problem , the PDF document has the same size as your LO page formats ? hi! i am not sure where i can report bugs. therefore i hope this mail is sent to the right person :) i am using LO 4003 with winxp32 and it is impossible for me to export really accurate pdf

Re: [Libreoffice-qa] minutes of ESC call ...

2013-02-07 Thread Fernand Vanrie
On 7/02/2013 17:04, Michael Meeks wrote: + MySQL connector - can/will/where to ship it (Lionel) + just needs to be re-compiled vs. not having stlport + needs a volunteer to do that. do not know what knowledge is needed, bur our Campagny is willing to sponsoring

Need comfirmation about no function of Modeless Dialogs in 4.0

2013-01-28 Thread Fernand Vanrie
We uses the Basic codelines below to make Modeless Dialogs, sinds 4.0 we endup with a non-visible window is this Windows only or a more general regression ?, it was working until 3.6.4 windows? Greetz Fernand Sub Main oDoc = ThisComponent oParentFrame = oDoc.CurrentController.Frame

Re: MySQL connector and LO 4.0 Windows 78

2013-01-18 Thread Fernand Vanrie
Joren thanks, i just added it also to most annoying bugs Greetz Fernand Op 17-01-13 19:05, Fernand Vanrie schreef: The native MySQL connector (extension 1.0.1 made by Oracle) can no longer been installed on LO 4.0 with Windows 78 (op XP it is still functioning) Before we go to a issue

Re: MySQL connector and LO 4.0 Windows 78

2013-01-18 Thread Fernand Vanrie
Alex , +1 as long as we can install whatever extension, or whatever tool to connect to MySQL, with the ease , the robustness and the speed of the current connector we will be happy users :-) greetz On 01/18/2013 09:22 AM, Fernand Vanrie wrote: Hi all, Before we go to a issue, can

MySQL connector and LO 4.0 Windows 78

2013-01-17 Thread Fernand Vanrie
The native MySQL connector (extension 1.0.1 made by Oracle) can no longer been installed on LO 4.0 with Windows 78 (op XP it is still functioning) Before we go to a issue, can someone explain wath are the future plans to connect LO to MySQL OO Apache made there proper extension but this

Need confirmation about non-clearing of Character Styles

2013-01-10 Thread Fernand Vanrie
Sinds all or editors use LO 3.6.2 (before OO3.3) We have complains about the fact that parts of the text, who are formated with a Character Style, can not been cleared to no-formating, not by Clear formating not by Clear Direct Formating (cntrl+M) There is a dirty work-around by applying the

Re: Need confirmation about non-clearing of Character Styles

2013-01-10 Thread Fernand Vanrie
Michael plaese see also my reply to Caloán On 10/01/13 14:25, Caolán McNamara wrote: On Thu, 2013-01-10 at 10:55 +0100, Fernand Vanrie wrote: Sinds all or editors use LO 3.6.2 (before OO3.3) We have complains about the fact that parts of the text, who are formated with a Character Style, can

Re: Need confirmation about non-clearing of Character Styles

2013-01-10 Thread Fernand Vanrie
(who infact also will clear the Hyperlinks) Greetz Fernand On Thu, 2013-01-10 at 10:55 +0100, Fernand Vanrie wrote: Sinds all or editors use LO 3.6.2 (before OO3.3) We have complains about the fact that parts of the text, who are formated with a Character Style, can not been cleared

LibreOffice no longer works with Windows 1252 encoding ?

2012-12-20 Thread Fernand Vanrie
Maybe not the right forum ? but is this new encoding behaviour intentional or a issue ? since 3.6.3 LO no longer shows correctly non-standard-ascii characters with text imported from a database using Windows 1252 encoding(during the import), UTF-8 encoding now works fine but gives problems when

Re: Libre Office immproovemnt suggestions

2012-10-04 Thread Fernand Vanrie
Stephan, Sorry but sea my inline comments On 10/03/2012 05:14 PM, ls.discipulus.dei wrote: Dear Libre Office devs, You are doing an amazing job for developping such great software :-), but I have a suggestion to improove Libre Office: I am a teenager going to school and we often need to

can been solved Very slow cold start due to mass of Spelling Dictionaries

2012-10-03 Thread Fernand Vanrie
The annoying slow cold start is simply due to the mass off Spelling Dictionaries who are standard installed as Extensions. After deleting the not-needed maps in the share/Extensions directory, LO start in a Glimp. We had complains from our users (compared to OO) , so we made a script to delete

Re: [libreoffice-users] Creating High Res Images in Draw or Impress

2012-08-17 Thread Fernand Vanrie
On 15/08/2012 23:21, Mary Ellen Bost wrote: Hi- not sure if this email thread is strictly for reporting bugs but I have a question and it's worth a shot. I hate gimp need to create a few simple graphics in Draw or Impress. But they need to be a specific size and high resolution. I just

Re: JPEG image opens differently on LibreOffice from on various Microsoft software -- bug or not?

2012-08-17 Thread Fernand Vanrie
On 15/08/2012 13:35, Michael Meeks wrote: On Tue, 2012-08-14 at 10:56 -0700, Brennan T Vincent wrote: The JPEG image at http://i47.tinypic.com/29cx4pe.jpg is noticeably lighter in LibreOffice (for Sorry this is not true for LO 3.6 Windows, here i found the picture a bit darker :-) compared on

Re: MySQL Native Connector broken for LOdev 3.6

2012-06-13 Thread Fernand Vanrie
On 13/06/2012 17:26, Stephan Bergmann wrote: On 06/12/2012 02:48 PM, Fernand Vanrie wrote: Sinds dev 3.6 the MySQL Native connector (for Windows) is broken , the Mysqlc.uno.dll can not been loaded during the extention installation , i suppose the extension code have to be recompiled against

MySQL Native Connector broken for LOdev 3.6

2012-06-12 Thread Fernand Vanrie
As the MySQL Native Connector Extension is not supported by this community, filling a issue is not the point. Sinds dev 3.6 the MySQL Native connector (for Windows) is broken , the Mysqlc.uno.dll can not been loaded during the extention installation , i suppose the extension code have to be

Re: Is there a future for EPS vector graphics in LO ?

2012-05-23 Thread Fernand Vanrie
On 23/05/2012 13:08, Michael Meeks wrote: Hi Fernand, Please CC the developer list :-) On Wed, 2012-05-23 at 12:12 +0200, Fernand Vanrie wrote: Thanks for your interest, but i need some answers: Sure. Will EPS in the future been exported as Vector Graphics ? I know

Is there a future for EPS vector graphics in LO ?

2012-05-22 Thread Fernand Vanrie
As EPS vector graphics are not correctly exported to PDF and also not correctly printed. (LO use the lowres pixel representation and not the EPS vector graphics), we need to make a decision on converting our EPS based Graphics Library to a convenient Vector Graphic format. What will be the

No page and Columns boundaries in 3.5

2012-02-14 Thread Fernand Vanrie
On the user lists the first complaints about no page and column boundaries for LO Writer 3.5 are comming in. For some documents the new corner layout can be helpfull but without visible page and column boundaries it becomes very difficult to place images and other objects in a mulptiple

Re: [Libreoffice] Storage of user's configuration

2012-01-24 Thread Fernand Vanrie
Martin , i use folowed BASIC code to make a path consitent , maybe it helps ? public sElementnaam , sfotopath as string public oParameter as object sub addFotoPath() sRegisterPath = /org.openoffice.OpmaakMacro.FotoPath/Parameters/ CreateRegistrySchemaPathIfNotPresent(sRegisterPath) aSettings

Re: [Libreoffice] Storage of user's configuration

2012-01-24 Thread Fernand Vanrie
case, I will need to find a way to make it cross platform and environment independent. Cheers 2012/1/24 Fernand Vanrie s...@pmgroup.be mailto:s...@pmgroup.be Martin , i use folowed BASIC code to make a path consitent , maybe it helps ? public sElementnaam , sfotopath as string

[Libreoffice] Do we have native SVG support in 3.5 ?

2012-01-11 Thread Fernand Vanrie
Do we now have native SVG support in 3.5 ? When testing 3.5 dev if found that inserting SVG files is totaly different from 3.4. The pictures shown more correct and are stored in the document as SVG and no longer as SVM Greetz Fernand ___

[Libreoffice] Memory tweaking Graphics Cache tot avoid crash after deleting a graphic

2012-01-11 Thread Fernand Vanrie
Can a developer explain how the Memory tweaking for the Graphics Cache is working. I found that LO 3.4 can crash after deleting a Graphic in a document who contains many or a few Big pictures. We replace LowResolution Graphics with HighResolutions just before final printing . When the

[Libreoffice-qa] Mysql Native Connector can not been installed in 3.5

2011-12-20 Thread Fernand Vanrie
Can anyone confirm this posible stopper: I use LOdev 3.5.0 Native Connector 1.0.1 or 1.0.0 (Windows) can not been installed When already installed (and workin) in 3.4 the extension is disabled under 3.5 and can not been activated ! thanks Fernand

[Libreoffice-qa] Mysql Native Connector can not been installed in 3.5

2011-12-20 Thread Fernand Vanrie
Can anyone confirm this posible stopper: I use LOdev 3.5.0 Native MySQL Connector 1.0.1 or 1.0.0 (Windows) can not been installed When already installed (and working) in LO3.4 , the extension is disabled under 3.5 and can not been activated ! thanks Fernand

Re: [Libreoffice] [PATCH] Display resolution in PPI with the original size on Picture/Crop (in Writer)

2011-10-28 Thread Fernand Vanrie
László and all developers involved, Fine, it is a first step in better handling of images. But as I mentioded before, having the PPI out of the image file is a wrong concept. The needed/wanted PPI must been stored in the document. The image sizes must been calculated according to the pixels in

Re: [Libreoffice] [PATCH] Display resolution in PPI with the original size on Picture/Crop (in Writer)

2011-10-28 Thread Fernand Vanrie
László and all developers involved, Fine, it is a first step in better handling of images. But as I mentioded before, having the PPI out of the image file is a wrong concept. The needed/wanted PPI must been stored in the document. The image sizes must been calculated according to the pixels in

[Libreoffice] Works LO connector with HTTPS ?

2011-05-26 Thread Fernand Vanrie
I Trye to use the latest Google Tasks API from in LO but now we need to connect with HTTPS please can a developer tell me if my code had a change to work no or in the future ? oConnector = createUnoService(com.sun.star.connection.Connector) oConnection =

Re: [Libreoffice] Works LO connector with HTTPS ?

2011-05-26 Thread Fernand Vanrie
Caolán, Thanks, but with the UCB we are stucked to only GET and no POST etc... Is it a good idea to ask for a enhancement to make connector a proper tool to make http/https requests ? G. On Thu, 2011-05-26 at 09:49 +0200, Fernand Vanrie wrote: I Trye to use the latest Google Tasks API from

Re: [Libreoffice] Oracle Report Builder corrupting chart objects

2011-05-17 Thread Fernand Vanrie
Kohei, Please, not option 3, ORB is the only descent way to have some reports out of the Base app. Greetz Fernand Hi there, This is concerning the following bug report: https://bugs.freedesktop.org/show_bug.cgi?id=36339 where chart objects get corrupted pretty much 100% of the time for

Re: [Libreoffice] [REVIEW] Oracle Report Builder corrupting chart objects

2011-05-17 Thread Fernand Vanrie
Michael, Others, In our Compagny, editing house, we uses OO and LO as the one and only application. Base is here used as a frontend for getting data out of flat-text-datbases and MySQL. Data we need to produce documents in Writer, Calc etc... For producing reports we found ORB pretty stable,

Re: [Libreoffice] [REVIEW] Oracle Report Builder corrupting chart objects

2011-05-17 Thread Fernand Vanrie
Michael , sorry, I was not Begging, just tryed to explain the quality's from OO and LO. No funder for the moment because we are still OO-users :-) but we follow with interest the discussions about paid-bug-repair. Greetz Fenand On Tue, 2011-05-17 at 13:00 +0200, Fernand Vanrie wrote

Re: [Libreoffice] LibreOffice / OpenOffice.org sniffing in extension

2011-05-16 Thread Fernand Vanrie
dag Christophe , in Basic and OO i use, works also for LO i think :-) If (Not GlobalScope.BasicLibraries.isLibraryLoaded(Tools)) Then GlobalScope.BasicLibraries.LoadLibrary(Tools) End If xray GetRegistryKeyContent(org.openoffice.Setup/Product) hope it helps Fernand Hi, I am

Re: [Libreoffice] When can we import xml data

2011-04-26 Thread Fernand Vanrie
Michael, others, done: id=36610 https://bugs.freedesktop.org/show_bug.cgi?id=36610 found and attached the original xls code Greetz Fernand On Wed, 2011-04-20 at 18:43 +0200, Fernand Vanrie wrote: Thanks for your interest, With xml-data i mean a data-dump from a SQL database. Fine

Re: [Libreoffice] When can we import xml data

2011-04-20 Thread Fernand Vanrie
Formaatuitz / Kaftik heb nog geen kaft/Kaft emails...@pmg.be/email /Table The StarXpert import filter clould handles this dumps at condition that all fields (also empty radio buttons etc..) where represented by a tag. Hope it helps Fernand Hi Fernand, On Wed, 2011-04-13 at 10:29 +0200, Fernand

[Libreoffice] When can we import xml data

2011-04-13 Thread Fernand Vanrie
For some years there was a Java made extension StarXpert_XML2Calc (with limitations) to Import XML data into Calc. Sinds 3.3 this extention is broken and the French makers seems no longer interested in this project. So please who can made this basic XML import happen. It' s standard for MS

Re: [Libreoffice] When can we import xml data

2011-04-13 Thread Fernand Vanrie
into a nex etxtension. Greetz Fernand Fernand Vanrie wrote: For some years there was a Java made extension StarXpert_XML2Calc (with limitations) to Import XML data into Calc. Sinds 3.3 this extention is broken and the French makers seems no longer interested in this project. So please who can

Re: [Libreoffice] When can we import xml data

2011-04-13 Thread Fernand Vanrie
Peter , Do you mean that your extension only can been used to export' some date from a spreadsheet ? (what i found after installing ) If it also can been used to import , please give us some more info Thanks anyhow Fernand Hi, Am 13.04.2011 10:15, schrieb Thorsten Behrens: Fernand Vanrie

Re: [Libreoffice] export mathml

2011-03-31 Thread Fernand Vanrie
do not know wath you up to but oMathObject = oEmbeddedObject.embeddedObject is a LO MathDocument the getmathML has probably never extisted Greetz Fernand ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] EPS Export with text for LaTex and PSFrag

2011-03-22 Thread Fernand Vanrie
Jesse, Found some where on a forum, some Basic code to set this filter options by the API hope it helps Fernand ' gets all shapes in the current draw page ' @param page: A XDrawPage. If page is not a XDrawPage, an empty shapes collection is returned. ' @return: a

Re: [Libreoffice] media export ...

2011-03-02 Thread Fernand Vanrie
to produce MultiMedia for this devices, so LO will have a very interesting new feather. Greetz Fernand Hi, On 03/01/2011 06:29 PM, Fernand Vanrie wrote: Video in PDF can been done but it must be Flash-video :-) So: or: we need a on the fly conversion, or you havbe accept Flash video

Re: [Libreoffice] media export ...

2011-03-02 Thread Fernand Vanrie
, On 03/02/2011 11:48 AM, Fernand Vanrie wrote: 2 Corrections: - I was wrong, in PDF documents we can now embed most off the Video-formats - LO - (windows) still not accept flash video Use Insert - Media and Sound - Select 'All files' as filter, so you are able to add flv videos, and all other

Re: [Libreoffice] Tools - Media Player

2011-03-01 Thread Fernand Vanrie
Media Player use (especially in the not too far future), it would be nice to set up the usage data collection for LibreOffice. Then we might track the use for our product, since the OOo data gets old quickly ... Cheers, Christoph On 02/25/2011 12:07 PM, Fernand Vanrie wrote: Please consider: We

Re: [Libreoffice] media export ...

2011-03-01 Thread Fernand Vanrie
-03-01 at 11:36 +0100, Fernand Vanrie wrote: By the way, if I can help here ... please let me know. Thanks, you can help to convince our developers to make it posible to Export writer documents to PDF, Epub and HTML5 with Sound and Video included. Oooh - that seems like a fun feature :-) I

Re: [Libreoffice] Tools - Media Player

2011-02-25 Thread Fernand Vanrie
Yifan and others, Please consider: We are living and working in a Multi Media world: Not only who is working with Impress needs a media player, all content can have mixed content and LO must be the one stop place to handle all multi media stuff. Greetz Fernand Hi Thomas, On Wed, Feb 23,

Re: [Libreoffice] Tools - Media Player

2011-02-25 Thread Fernand Vanrie
Fernand Hi, On 02/25/2011 12:07 PM, Fernand Vanrie wrote: Please consider: We are living and working in a Multi Media world: Not only who is working with Impress needs a media player, all content can have mixed content and LO must be the one stop place to handle all multi media stuff. I partially

Re: [Libreoffice] An image editing extension for writer

2011-01-18 Thread Fernand Vanrie
Michael, I agree with your comments, specialy to make this tool available to other than Writer. But can you have a look at a important OO and LO 's weakness: there is no way to make some Print Intentions par Document. When placing a Graphic, we need to know what resolution is needed to