[Libreoffice] Help concerning code style and documentation

2010-10-24 Thread Regina Henschel
Hi all, I'm currently working on LINEST and have attached a draft to issue http://www.openoffice.org/issues/show_bug.cgi?id=115189 There is no mathematical problem, but I'm uncertain about coding style. The algorithms work on matrices. They have a lot of parts which are nearly identical but

Re: [Libreoffice] Discuss quot; Easy_Hacks: Remove Sheet From Filequot; ?

2010-11-24 Thread Regina Henschel
Hi Christoph, [..] But, I assume the reason for having the menu item is related to something I already referred to. I assume that the Insert Sheet... did feature the from file option since the beginning - but people did not find it (oversimplified, might have been a special request by one

Re: [Libreoffice] LO status bar annoyances

2010-11-30 Thread Regina Henschel
Hi Sebastian, Sebastian Spaeth schrieb: Am I the only one finding the current status bar pretty much useless? Yes ;) To learn more about the status bar have a look at http://www.ooowiki.de/StatusLeiste. It is in German and needs an update, but the text shows, that the status bar is a great

Re: [Libreoffice] [UX] LO status bar annoyances

2010-11-30 Thread Regina Henschel
Hi Thorsten, Thorsten Behrens schrieb: Kohei Yoshida wrote: b) We warn when closing a modified doc anyway, so there is no need to always warn me and use up precious space. I propose to just do away with it. Sorry I have to disagree there. I'm the one who put that icon there,

[Libreoffice] make check fails in ScFiltersTest

2011-10-20 Thread Regina Henschel
Hi all, I have build with 'make build' (form 5ad4d151dac1eb887d92200330e31af269d8d1fd) on WinXP with MSVC 2008 Express. It finished and I could install and start it :) Thanks to Fridrich. Then I do 'make check' and that fails, see attached bug_error.log Kind regards Regina log for

Re: [Libreoffice] make check fails in ScFiltersTest

2011-10-20 Thread Regina Henschel
Hello Markus, Markus Mohrhard schrieb: Hello Regina, could you apply these two patches, rebuild sc and post the log file: workdir/unxlngx6.pro/CppunitTest/sc_filters_test.test.log where unxlngx6.pro is the corresponding windows folder.

Re: [Libreoffice] make check fails in ScFiltersTest

2011-10-20 Thread Regina Henschel
Hi Markus, Markus Mohrhard schrieb: Hello Regina, 2011/10/20 Regina Henschelrb.hensc...@t-online.de: Hello Markus, Markus Mohrhard schrieb: Hello Regina, could you apply these two patches, rebuild sc and post the log file: workdir/unxlngx6.pro/CppunitTest/sc_filters_test.test.log where

Re: [Libreoffice] [PATCH] Frac function in calc/BASIC

2011-10-21 Thread Regina Henschel
Hi August, August Sodora schrieb: I came across this feature request today and decided to try my hand at it. Is the attached patch an appropriate solution? I'm not sure about it. It seems you are mixing up BASIC functions and CALC interpreter. Kind regards Regina

Re: [Libreoffice] [PATCH] Frac function in calc/BASIC

2011-10-21 Thread Regina Henschel
Hi August, August Sodora schrieb: I came across this feature request today and decided to try my hand at it. Is the attached patch an appropriate solution? I understand now, that you will do BASIC and CALC at the same time. For CALC there are some problems. A function FRAC is not defined in

[Libreoffice] Question about resource-IDs

2011-10-24 Thread Regina Henschel
Hi all, I want to add some line ends, which are used in UML diagrams, to standard.soe. Problem is the localization of the names of that new line ends. Please correct me where I'm wrong in the following: In svx/source/dialog/sdstring.src the resource-IDs of kind RID_SVXSTR_LEND0 are

[Libreoffice] FillStyle and LineStyle for Math-objects

2011-10-25 Thread Regina Henschel
Hi all, I want to draw your attention to the work of Armin Le Grand [1]. He has developed, that graphic properties like filling and rotation now work on OLE-objects too. This raises issues for LibO: * Will these changes be taken over to LibO? * In that implementation the background and line

Re: [Libreoffice] (real) Windows build, needs help.

2011-10-26 Thread Regina Henschel
Hi Kohei, Kohei Yoshida schrieb: I've been trying to build master on Windows with MSVC, and could use some help. Multiple git pull -r, and multiple clean builds over the past several days, and my build always fails in desktop with the following message: (lots of WARN prior to this similar to

Re: [Libreoffice] Mozilla options situation

2011-11-02 Thread Regina Henschel
Hi, Tomáš Chvátal schrieb: Hello fellow devs, Current situation with mozilla switches is slightly confusing after last nss/nspr decoupling. It contains two switches --enable-build-mozilla and --with-system-mozilla. With MSVC 2008 Express I need --disable-build-mozilla --disable-nss-module

[Libreoffice] Get origin and unit of a page in Draw in a Basic macro

2011-11-05 Thread Regina Henschel
Hi all, I want to set the center of arc, sector or segment with a dialog. Currently you can set only the center of the shape but not the center of the underlying ellipse in PositionSize. The value input should be possible in the actual coordinate system of the page. Therefore I need the unit

Re: [Libreoffice] SolidMarkHandles

2011-11-10 Thread Regina Henschel
Hi, Stephan Bergmann schrieb: On 11/08/2011 10:29 PM, Stephan Bergmann wrote: Given that SolidMarkHandles is listed in com.sun.star.text.ViewSettings, it is unclear to me whether it should indeed be removed? From private replies I received, I gather that the above was probably not phrased

Re: [Libreoffice] [PATCH] make STR_MERGE_NOTEMPTY more understandable

2011-11-10 Thread Regina Henschel
Hi, Maxime de Roucy schrieb: Le mercredi 09 novembre 2011 à 15:15 -0500, Kohei Yoshida a écrit : On Wed, 2011-11-09 at 18:40 +0100, Maxime de Roucy wrote: Summary : Isn't Should the contents of all cells be concatenated and moved into the merged cell? better ? I like the following better:

Re: [Libreoffice] SolidMarkHandles

2011-11-10 Thread Regina Henschel
Hi Michael, Michael Meeks schrieb: Hi Regina, On Thu, 2011-11-10 at 11:18 +0100, Regina Henschel wrote: I do not understand, why SolidMarkHandles should be removed. It works as it should. Heh :-) If it is set to TRUE, you get the 3D-Handles, and if it is set to FALSE, you get

[Libreoffice] Trouble with autogen on WinXP

2011-11-12 Thread Regina Henschel
Hi all, this time my try to build fails already in autogen.sh. Up to now I had used the switches cited below. But now 1. It does not know --disable-nss-module 2. It tries to build mozilla, instead of using the prebuild ones Breaks here. Kind regards Regina ./autogen.sh \

Re: [Libreoffice] Trouble with autogen on WinXP

2011-11-12 Thread Regina Henschel
Hi Noel, Noel Grandin schrieb: I found that I had to install the Mozilla build tools and point autogen at them to make my build work What do I need, MozillaBuildSetup or moztools-static ? Kind regards Regina ___ LibreOffice mailing list

[Libreoffice] build breaks in tail-build with missing file offapi/com/sun/star/u.

2011-11-13 Thread Regina Henschel
Hi all, my build breaks in tail-build with error message: C:/git/LO35NOV/solenv/gbuild/Package.mk:33: *** gb_Deliver_deliver: file does not exist in solver, and cannot be delivered: /cygdrive/c/git/LO35NOV/solver/wntmsci12.pro/inc/offapi/com/sun/star/u. Stop. I have run 'make build' a

Re: [Libreoffice] build breaks in tail-build with missing file offapi/com/sun/star/u.

2011-11-13 Thread Regina Henschel
Hi all, the problem is solved. With help from IRC I found that the file defltuno.d was broken, perhaps because of writing conflicts by multiple jobs. A clean build using --with-max-jobs=1 then runs through without errors. Kind regards Regina Regina Henschel schrieb: Hi all, my build

Re: [Libreoffice] Trouble with autogen on WinXP

2011-11-14 Thread Regina Henschel
Hi Caolán, Caolán McNamara schrieb: On Sun, 2011-11-13 at 14:48 +0100, Regina Henschel wrote: I had tried --disable-mozilla too, but that has failed same as only --disable-build-mozilla. Why does it demands mozilla build tools, when mozilla should not be used at all? There is mozilla

Re: [Libreoffice] Trouble with autogen on WinXP

2011-11-14 Thread Regina Henschel
Hi Caolán, Caolán McNamara schrieb: On Mon, 2011-11-14 at 15:17 +0100, Regina Henschel wrote: Now --disable-nss-module is not possible. Is there a replacement for --disable-nss-module? Not *really*, I think it's hackable with --disable-xmlsec (maybe with an additional fake --with-system-nss

[Libreoffice] using ATL with MSVC 2008 Express

2011-11-14 Thread Regina Henschel
Hi all, I have build with VC Express _and_ atl, see https://wiki.documentfoundation.org/Development/BuildingOnWindowsWithCygwinAndMSVCExpress#Getting_ATL_work_with_Visual_Studio_Express But I had to edit Env.Host.sh to set the correct paths. Is it possible to use a parameter in the

Re: [Libreoffice] using ATL with MSVC 2008 Express

2011-11-15 Thread Regina Henschel
Hi, Thorsten Behrens schrieb: Regina Henschel wrote: I have build with VC Express _and_ atl, see https://wiki.documentfoundation.org/Development/BuildingOnWindowsWithCygwinAndMSVCExpress#Getting_ATL_work_with_Visual_Studio_Express Hi Regina, cool, many thanks for preserving that knowledge

Re: [Libreoffice] using ATL with MSVC 2008 Express

2011-11-16 Thread Regina Henschel
Hi Thorsten, Thorsten Behrens schrieb: Regina Henschel wrote: It is not, that I would not be able to learn it, but I like to stay in Calc or Draw. And there is already more stuff to learn and to do than my time permits. Hi Regina, sure, no prob - but maybe you could help extracting

Re: [Libreoffice] Interested to implement this feature?

2011-11-16 Thread Regina Henschel
Hi Fridrich, Fridrich Strba schrieb: Hello, Regina, On 15/11/11 23:34, Regina Henschel wrote: It is not, that I would not be able to learn it, but I like to stay in Calc or Draw. And there is already more stuff to learn and to do than my time permits. You are indeed my personal Draw hero

Re: [Libreoffice] [PATCH] More icons removal

2011-11-18 Thread Regina Henschel
Hi Julien, Julien Chaffraix schrieb: Hi everyone, attached are more icons removals. I tried them with a clean-build to avoid any building issues and removed the reference one by one to make sure I did not miss anything. I'm not sure about sx03216.png. Isn't that icon used for wizards in

Re: [Libreoffice] [PATCH] More icons removal

2011-11-18 Thread Regina Henschel
Hi Michael, Michael Meeks schrieb: On Fri, 2011-11-18 at 19:40 +0100, Regina Henschel wrote: I tried them with a clean-build to avoid any building issues and removed the reference one by one to make sure I did not miss anything. I'm not sure about sx03216.png. Isn't that icon used

[Libreoffice] Question about IAccessibility2

2011-11-21 Thread Regina Henschel
Hi all, I have started to implement the attribute stroke-linecap. I come across IAccessibility2 in files /core/cui/source/tabpages/tabline.hrc /core/cui/source/tabpages/tabline.src There are some string resources defined like #define STR_END_LENGTH 41 Some are commented out in lines 125

Re: [Libreoffice] Problems with mozilla build-tools on WindowsXP

2011-11-24 Thread Regina Henschel
Hi, Makoto Takizawa schrieb: hi I just success build on windows and wrote a note on wiki. https://wiki.documentfoundation.org/User:Foral/Build_Win around Mozilla, needed to download a lot of stuffs. Perhaps you consolidate your things, which are not yet mentioned, directly into

Re: [Libreoffice] Question about IAccessibility2

2011-11-24 Thread Regina Henschel
Hi Christophe, Christophe Strobbe schrieb: Hi Regina, At 23:11 21-11-2011, Regina Henschel wrote: Hi all, I have started to implement the attribute stroke-linecap. I assume this refers to svg:stroke-linecap (�20.164 in the ODF 1.2 spec, which refers to stroke properties in the SVG spec

Re: [Libreoffice] I need some advice to fix fdo#40363

2011-11-28 Thread Regina Henschel
Hi Kohei, Kohei Yoshida schrieb: [..] My conclusion? No idea what advice I should give you to get it fixed just yet. Maybe someone else knows the work that Oracle has done to the chart2 module after 3.3 give us some background? From the release notes [1] I guess, that it is the feature to

Re: [Libreoffice] I need some advice to fix fdo#40363

2011-11-28 Thread Regina Henschel
Hi Kohei, Kohei Yoshida schrieb: On Mon, 2011-11-28 at 21:56 +0100, Regina Henschel wrote: Hi Kohei, Kohei Yoshida schrieb: [..] My conclusion? No idea what advice I should give you to get it fixed just yet. Maybe someone else knows the work that Oracle has done to the chart2 module after

Re: [Libreoffice] product-name in title bar of the office ?

2011-11-30 Thread Regina Henschel
Hi Cor, Cor Nouws schrieb: Hi, Up until recently I could change the product-name in the title bar of the window via this file: share/registry/brand.xcd prop oooname Is there another route now? The least I like to have this for, is that I can easily see in the title bar, in which of the

[Libreoffice] Howto get new property to file

2011-12-04 Thread Regina Henschel
Hi all, I've started implementing the new draw object property line cap. I have expanded the line property dialog already. But the draw object (in my tests a line) does not get the property. There is no property in Basic and no property in the saved file. I have changed the files:

Re: [Libreoffice] [Solved] Howto get new property to file

2011-12-06 Thread Regina Henschel
Hi Thorsten, hi Armin, Thorsten Behrens schrieb: Regina Henschel wrote: I've started implementing the new draw object property line cap. I have expanded the line property dialog already. But the draw object (in my tests a line) does not get the property. There is no property in Basic

[Libreoffice] definition of line caps for dashed lines

2011-12-06 Thread Regina Henschel
Hi all, now I want to start with defining the geometry of line caps and soon struggle about definition problems: The attribute svg:stroke-linecap is defined in ODF1.2 part1 section 20.164 using a reference to http://www.w3.org/TR/2003/REC-SVG11-20030114/ In svg the attribute stroke-linecap

Re: [Libreoffice] Developing new built-in functions within LibreCalc

2011-12-07 Thread Regina Henschel
Hi, once again this special mailing list settings :( Here my answer to Lucas, now for the list too. Lucas Aimaretto schrieb: Hello everyone, I've developed my self a set of functions using visualbasic for Excel and they do work fine. I've also tried those on LibreCalc (as Macros) and they

Re: [Libreoffice] [solved] SdrLineAttribute vs LineAttribute

2011-12-08 Thread Regina Henschel
Hi all, Thorsten Behrens schrieb: Regina Henschel wrote: in drawinglayer I see class SdrLineAttribute and class LineAttribute, which are nearly the same but SdrLineAttribute has Transparency and DotDashArray. I'm confused. Is class LineAttribute deprecated and should not be altered and its use

Re: [Libreoffice] definition of line caps for dashed lines

2011-12-09 Thread Regina Henschel
Hi, Thorsten Behrens schrieb: Regina Henschel wrote: So the question is, how should the new property linecap work on dashed lines? It is possible, that a document sets linecap = 'round' and dash style = 'rect', which are contradictory. I have found no rule in the ODF1.2 spec to solve it. Hi

Re: [Libreoffice] Cups.h Missing

2011-12-13 Thread Regina Henschel
Hi Joel, Joel Madero schrieb: I've never used dnl check before, can you give me a quick tutorial or link me somewhere? Bug I'm trying to fix is this: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/831305 You can see my section under jmadero, that's what I'm trying to pintpoint.

Re: [Libreoffice] minor problem with Insert - indexes and tables dialog

2011-12-27 Thread Regina Henschel
Hi, Lior Kaplan schrieb: Hi, The in Insert - Indexes and Tables dialog, the word Preview (bottom right corner in English interface) is trimmed. See screenshot (3.5.0 beta2). In RTL interface the same problem happens, and with a longer translation more of the text is trimmed. There is enough

Re: [Libreoffice] product-name in title bar of the office ?

2011-12-28 Thread Regina Henschel
Hi Cor, Cor Nouws schrieb: Hi Eike, * Eike Rathke wrote (01-12-11 20:32) Up until recently I could change the product-name in the title bar of the window via this file: share/registry/brand.xcd prop oooname It is in share/registry/main.xcd component-data oor:name=Setup node

Re: [Libreoffice] Change in addition for date handling (intentional change??)

2012-01-01 Thread Regina Henschel
Hi Andrew, I don't know any about the content, but I have searched, when the changes where made: The part // #45465 Date needs with + a special handling: forces date type if( GetType() == SbxDATE || rOp.GetType() == SbxDATE ) aL.eType = SbxDATE; moved from

Re: [Libreoffice] [Libreoffice-ux-advise] Complete removal of the Windows/Linux quickstarter, was: Re: Removing LibO on Windows ...

2012-01-08 Thread Regina Henschel
Hi all, Stefan Knorr (Astron) schrieb: Hi all, First of all, I am hereby renaming the thread and am adding UX-Advise, even if that won't necessarily gain us more participants in this discussion. Second,... On 5 January 2012 18:12, Cor Nouwsoo...@nouenoff.nl wrote: - 0 People use it as

Re: [Libreoffice] Formula cursor : bug or feature ?

2010-12-29 Thread Regina Henschel
Hi, Jonas Finnemann Jensen schrieb: Hi, Well, how say that kindly ? ;-) : For me the main advantage of Math module is that it is *not* like MathType. I agree that for some people, power users, the command text interface might be faster to use... But it's next to impossible to convince normal

Re: [Libreoffice] Formula cursor : bug or feature ?

2010-12-29 Thread Regina Henschel
Hi, Jean-Baptiste Faure schrieb: Hi, Le 29/12/2010 23:59, Jonas Finnemann Jensen a écrit : If you need to remove cursor formula feature to implement your visual editor, that proves there is some defect in your implementation. Please, do not tell we do not need this feature when you do not

[Libreoffice] visual formula editor makes unwanted changes to command line

2010-12-30 Thread Regina Henschel
Hi, next problem with the visual formula editor: Enter the formula SS_total = sum from i=1 to N {(y_i-overline X)^2} in command window. Exit editor. Double click formula to enter edit mode. In the visual part click left of the y and delete it and enter x. Watch the command line changing to

[Libreoffice] Visual formula editor has no undo feature

2010-12-30 Thread Regina Henschel
Hi, open an existing formula. Edit it somewhere in visual mode. Notice, that no undo entry is generated. Direct actions in the command window produces undo entries and so should do indirect changes. Kind regards Regina ___ LibreOffice mailing list

Re: [Libreoffice] Formula cursor : bug or feature ?

2010-12-31 Thread Regina Henschel
Hi, Jan Holesovsky schrieb: Hi Regina, On 2010-12-30 at 01:14 +0100, Regina Henschel wrote: (Aside from that I have a lot of other wishes, for example: Free choice of color, nice scaling integral sign, easier way to add new symbols, alignment to equal sign in stacks and matrices, inheritance

Re: [Libreoffice] visual formula editor makes unwanted changes to command line

2010-12-31 Thread Regina Henschel
Hi Jonas, Jonas Finnemann Jensen schrieb: This is a problem in the SmNodeToTextVisitor... Have you tried latest version... Luke have been (and may still be) working on this issue. I have installed RC2 now, but I see no difference in formula editor. The problem is that the use of brackets in

Re: [Libreoffice] making binfilter aka StarOffice FileFormat read-only

2011-01-14 Thread Regina Henschel
Hi all, there is something wrong actually. Removing *Export*-filter is reasonable, but now in LibO RC3 I cannot *read* my SO5 files. Kind regards Regina Pierre-André Jacquod schrieb: Hello, these days, I have tried (and not really with full success) to understand how binfilter works...

Re: [Libreoffice] making binfilter aka StarOffice FileFormat read-only

2011-01-14 Thread Regina Henschel
Hi Pierre-André, Pierre-André Jacquod schrieb: Hi, On 01/14/2011 07:33 PM, Regina Henschel wrote: Hi all, there is something wrong actually. Removing *Export*-filter is reasonable, but now in LibO RC3 I cannot *read* my SO5 files. Kind regards Regina Up to now, nothing has been committed

Re: [Libreoffice] [PATCH] Remove legacy Addin mechanism from calc

2011-02-15 Thread Regina Henschel
Hi Alfonso, Alfonso Eusebio schrieb: Hi, Please find attached two patches for the removal of the legacy Addin Mechanism from calc. One of the patches removes the code from binfilter. I have now read what this module is about and I guess it might not have been necessary to remove stuff from

Re: [Libreoffice] [PATCH] Translate German comments.

2011-03-20 Thread Regina Henschel
Hi Christoph, here are the translations of the terms as they are used in the Styles and Formatting window. German: Textkörper Einrückung - English: Text body indent German: Textkörper Einzug negativ - English: Hanging indent German: Textkörper Einzug - English: First line indent German:

Re: gradient angles

2012-07-29 Thread Regina Henschel
Hi Christina, I'm not sure about what you want to know. Christina Roßmanith schrieb: Hi, just to be sure before I continue my work: SVG gradient with angle=0° changes color from left to right (I'm taking this from http://www.w3.org/TR/SVG/pservers.html#LinearGradientElement) The

Re: gradient angles

2012-07-29 Thread Regina Henschel
Hi Christine, continuing.. Christina Roßmanith schrieb: Hi, just to be sure before I continue my work: SVG gradient with angle=0° changes color from left to right (I'm taking this from http://www.w3.org/TR/SVG/pservers.html#LinearGradientElement) ODF gradient with angle=0° changes

Re: gradient angles

2012-07-29 Thread Regina Henschel
Hi Christina, Christina Roßmanith schrieb: Am 29.07.2012 18:25, schrieb Regina Henschel: Hi Christina, I'm not sure about what you want to know. Christina Roßmanith schrieb: Hi, just to be sure before I continue my work: SVG gradient with angle=0° changes color from left to right

Definition of draw:angle in ODF1.2 does not fit to implementation

2012-07-30 Thread Regina Henschel
Hi all, I want to suggest OASIS to change the definition of draw:angle. The draft mail follows below. What do you think about it? Kind regards Regina Draft of the mail to OASIS: For draw:gradient type 'Linear' section 19.218 defines The axis of the gradient is specified with the draw:angle

ODF angle problems continued

2012-08-09 Thread Regina Henschel
Hi all, I have written a mail to OASIS, that I think that a lot of angle definitions are not clear enough. It seems that the committee is willing to discuss the problem. I have therefore started with section 19.228 draw:transform in spec ODF 1.2 part 1. You find my concerns and suggestions

ODF angle in draw:transform are in degrees

2012-08-09 Thread Regina Henschel
Hi, there is a problem which I have not addressed in the Wiki (see other mail). As far as I see, the specification ODF 1.1 has no setting for the unit of the angles, but ODF 1.2 set it to degrees. SVG has it in degrees too, so this setting is reasonable. But our implementation uses radians.

Re: ODF angle in draw:transform are in degrees

2012-08-11 Thread Regina Henschel
the file to determine what it should do in cases where there is not attribute. Fundamentally, I don't see that there is a perfect solution to this. On Thu, Aug 9, 2012 at 3:41 PM, Regina Henschel rb.hensc...@t-online.de wrote: Hi, there is a problem which I have not addressed in the Wiki (see other

Re: Help about Calc Functions

2012-05-29 Thread Regina Henschel
Hi all, Italo Vignoli schrieb: I have tried to figure out the thinking behind the Calc Functions Help, but after a couple of days I have given up because it looks impossible to understand. Basically, the problems are the following: 1. Functions are not listed alphabetically. Does it make

Re: Disabling file opening and saving in print preview mode

2012-05-31 Thread Regina Henschel
Hi, Stefan Knorr (Astron) schrieb: → reply to list, too Thanks for reminder ;) Hi Kohei, I noticed that we actually allow saving and loading of document in print preview mode. But to me that feels very odd. What sticks out as most odd to me is that our print preview is so incredibly

Empty paragraph elements in *.xhp files

2012-05-31 Thread Regina Henschel
Hi all, I notice some empty paragraph elements in *.xhp files. For example in /help/helpcontent2/source/text/scalc/01/04060116.xhp the lines (55+56) paragraph xml-lang=en-US id=par_id3145074 role=paragraph l10n=E oldref=166 localize=false/ Does anyone know, whether such line has a special

Re: [Libreoffice-ux-advise] Disabling file opening and saving in print preview mode

2012-06-03 Thread Regina Henschel
Hi all, Stefan Knorr (Astron) schrieb: [..] As for the paper size/page size difference, I would just want to +1 Björn in that it's a misfeature. No, I thing not. With the new printer dialog we have n-up and brochure printing not only for Writer but for Calc, Draw and Impress too. The page

[PATCH] ODFF: implement missing imaginary functions

2012-06-09 Thread Regina Henschel
r1348096. I have now transformed it, so it is applicable to LibreOffice. If you like it, you can use it immediately, without waiting for an AOO release. Kind regards Regina From d286084873ad34b35fce351f1e25e7c1e1bed4c4 Mon Sep 17 00:00:00 2001 From: Regina Henschel rb.hensc...@t-online.de Date

[BUILD] Permission issue with redland

2012-06-11 Thread Regina Henschel
Hi, I have build on WinXP with MSVC 20008 from a fresh clone. Build breaks in redland with error: if [ -f ../wntmsci12/misc/build/redland-1.0.8.exists ] ; then mv ../wntmsci12/misc/build/redland-1.0.8 ../wntmsci12/misc/build/redland-1.0.8_removeme ; fi mv: cannot move

Re: Excel Function Meta Bug?

2012-07-12 Thread Regina Henschel
Hi Joel, Joel Madero schrieb: Hi All, I'd like to make a meta bug for functions that Excel has but that aren't currently supported or are problematic in Calc. This stems from FDO 47164: https://bugs.freedesktop.org/show_bug.cgi?id=47164 This here

Re: A solution to calculation of odd roots of negative numbers with Calc

2012-07-16 Thread Regina Henschel
Hi Marlon, marlon orlando barahona alvarez schrieb: when we try to calculate the cube root of -27 (using the formula = POWER (A1, 1/3) -3 Calc should give us but gives us the message # VALUE! I solved the problem by modifying the formula as follows: =-POWER (-A1, 1/3) and this modification Calc

Need LO3.6 Windows build for Hackfest

2012-04-12 Thread Regina Henschel
Hi Hackfest participants, I have build a LO 3.6 on WinXP. It installs fine on my WinXP PC. But installation fails on my Netbook with Windows 7 starter. Perhaps my build is not totally OK. Can someone provide an actual Windows build of LO3.6, so that I can try to install it on my Netbook on

[PATCH] fdo#48473 No object information in status bar

2012-04-17 Thread Regina Henschel
:00 2001 From: Regina Henschel rb.hensc...@t-online.de Date: Tue, 17 Apr 2012 21:06:09 +0200 Subject: [PATCH] fdo#48473 Missing translation of local String constant. --- svx/source/svdraw/svdview.cxx |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) mode change 100644 = 100755 svx/source

Re: [PATCH] fdo#48473 No object information in status bar

2012-04-17 Thread Regina Henschel
Hi Markus, Markus Mohrhard schrieb: Hey Regina, 2012/4/17 Regina Henschelrb.hensc...@t-online.de: Hi all, commit 29ac03994484cb65725ec697cb7615a31b117b58 translated some comments. It translated a String constant too, but left out one occurrences of that constant. This patch adds the missing

Re: Help about Calc Functions

2012-04-23 Thread Regina Henschel
Hi Italo, please have a look at http://wiki.services.openoffice.org/wiki/Documentation/How_Tos/Calc:_Functions_listed_by_category and http://wiki.services.openoffice.org/wiki/Documentation/How_Tos/Calc:_Functions_listed_alphabetically Those indexes are needed in the help. Italo Vignoli

Re: advice needed: bug44456 addition of ODF-formula datedif to calc

2012-04-26 Thread Regina Henschel
Hi Winfried, Winfried Donkers schrieb: Hi, I have added the formula 'datedif', as defined in ODF 1.2 to calc (see diff). Why do you not put it into interpr2.cxx? Kind regards Regina ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: advice needed: bug44456 addition of ODF-formula datedif to calc

2012-04-26 Thread Regina Henschel
Hi Eike, hi Winfried, Eike Rathke schrieb: Hi Winfried, On Thursday, 2012-04-26 13:55:14 +0200, Winfried Donkers wrote: I have added the formula 'datedif', as defined in ODF 1.2 to calc (see diff). Hey, great! 2. the calculation in DateDif(..) uses mean values for days in year

Re: Need Writer Painting Advice

2012-04-27 Thread Regina Henschel
Hi Andrew, Andrew Higginson schrieb: Hi, I want to draw something like the file attached. It will be a box that apears when a user goes full screen (basically to say, you are in full screen mode, press KEY to go back) I need it to be drawn 'above' any pages, so that when the user scrolls, it

Re: a stab at removing atl stuff. window experience needed.

2012-04-27 Thread Regina Henschel
Hi Caolán, Caolán McNamara schrieb: In an effort to make building under windows a pain-free as possible. I'm playing with removing the atl usage in embedserv seeing as MSVC2008 Express doesn't come with it. But there is a way to get the needed libraries.

Re: SVG: stroke-width and scale

2012-05-06 Thread Regina Henschel
Hi Christina, Christina Roßmanith schrieb: Hi, what influence is anisotropic scaling supposed to have on stroke-width? Given a line g transform=translate(60,-30) scale(8,2) path d=M 20 40 H 40 stroke-width=4 stroke=black / /g Currently stroke-width in this example get scaled to 8*4=32 which

Re: [REJECTED][PATCH]calc and row height for numerical cells with text wrap

2012-05-14 Thread Regina Henschel
Hi all, we had this discussion before. Line break is very useful for date values. So please consider https://issues.apache.org/ooo/show_bug.cgi?id=118841 with kind regards Regina Eike Rathke schrieb: Hi Laurent, On Monday, 2012-05-14 17:30:47 +0200, Laurent Godard wrote: Here is a small

Re: [PUSHED][PATCH] fdo#44456 added calc function DATEDIF as in ODF 1.2

2012-05-15 Thread Regina Henschel
Hi Winfried, Winfried Donkers schrieb: Hi Eike, Great! I'm looking forward. Do you have already an idea what you'll pick next? I did do a prelimary search of formula-related bugs, but didn't have time yet to look more closely at them. I prefer the formula coding/behaviour itself more than

[PATCH] fdo#43209 - Implement line cap butt, round and square as defined in ODF 1.2

2012-05-16 Thread Regina Henschel
Hi all, the patch is attached to fdo#43209 The attached patch has a wrong bug number in the comment, please correct it to fdo#43209. I don't know, how to correct a wrong local commit message. The patch brings the line cap feature from AOO3.4 to LO3.6. It is technical correct (hopefully).

Re: Calc/ODFF spreadsheet functions

2012-05-22 Thread Regina Henschel
Hi, Eike Rathke schrieb: Hi, On Wednesday, 2012-05-16 09:28:16 +0200, Winfried Donkers wrote: Ehh.. I'm not familiar with adding content to (wiki/web) pages. And anyway, Eike deserves at least as much credit for this patch. I've no problem with being not explicitly mentioned, but add me if

Re: [PATCH] fdo#34772 Word count / statistics in the status bar

2012-05-22 Thread Regina Henschel
Hi Muhammad, Muhammad Haggag schrieb: Hello. [..] Verification: == I tested with small documents (to the tune of 30 pages, ~3500 words). I'd like to try it out on a large/huge document to make sure there's no performance impact. Are there any standard large documents used for LO

Re: Calc/ODFF spreadsheet functions

2012-05-23 Thread Regina Henschel
Hi Winfried, Winfried Donkers schrieb: Just give us a heads-up what you would like to pick so we can get into details. If possible we should focus on functions defined in the Small/Medium/Large sets of ODFF in that order, see http://docs.oasis-open.org/office/v1.2/cs01/OpenDocument-v1.2-cs01-

Re: Gradients

2012-09-14 Thread Regina Henschel
Hi Christina, Christina Roßmanith schrieb: Hi, I'll have a look at gradients again. Could someone please have a look at the following two gradient specifications and tell me if they are supposed to look the same: 1. Created by LibreOffice (create rectangle in Draw, fill with a blue to green

[Libreoffice] Incompatible changes for B-spline smoothing in ODF1.2

2011-04-25 Thread Regina Henschel
Hi all, Currently smoothing with B-Splines uses the inner data points as control points. Therefore the smoothed line does not go through the data points and it is no interpolation. In ODF 1.2 the definition of smoothing with B-Splines does it in a way, that you get a real interpolation,

Re: [Libreoffice] Incompatible changes for B-spline smoothing in ODF1.2

2011-05-06 Thread Regina Henschel
Hi Michael, Michael Meeks schrieb: Hi Regina, [..] :-) So - lets drop the old version, and upgrade everyone to your nice new code. Can we include your patch in: http://openoffice.org/bugzilla/show_bug.cgi?id=117986 Into LibreOffice under the MPL/LGPLv3+ dual license

Re: [Libreoffice] [Patch] Unify Display Grid/ Grid Visible and other menu items

2011-05-06 Thread Regina Henschel
Hi Christian, I'm not sure about the changes. 'Snap Lines' is a better term than 'Guides'. The German term 'Fanglinien' describes it functionality, so does 'Snap Lines'. 'Guide' is not specific. It can be 'Snap Line' but also 'Helpline'. kind regards Regina Christian Dywan schrieb: So I

Re: [Libreoffice] [Patch] Unify Display Grid/ Grid Visible and other menu items

2011-05-06 Thread Regina Henschel
Christian Dywan schrieb: Am 06.05.2011 15:29:16 schrieb Regina Henschel: Hi Christian, I'm not sure about the changes. 'Snap Lines' is a better term than 'Guides'. The German term 'Fanglinien' describes it functionality, so does 'Snap Lines'. 'Guide' is not specific. It can be 'Snap Line

Re: [Libreoffice] [Patch] Unify Display Grid/ Grid Visible and other menu items

2011-05-06 Thread Regina Henschel
Hi Christian, Christian Dywan schrieb: Am 06.05.2011 15:29:16 schrieb Regina Henschel: Hi Christian, I'm not sure about the changes. 'Snap Lines' is a better term than 'Guides'. The German term 'Fanglinien' describes it functionality, so does 'Snap Lines'. 'Guide' is not specific. It can

Re: [Libreoffice] [Patch] Unify Display Grid/ Grid Visible and other menu items

2011-05-06 Thread Regina Henschel
Regina Christian Dywan schrieb: Am 06.05.2011 17:00:43 schrieb Regina Henschel: I do not like 'Guides' but prefer 'Snap Lines'. There is also a dialog New Snap Object and dialogs Edit Snap Line and Edit Snap Point and menu item Insert Snap Line/Point. Insert Guide Point or Edit Guide Point

[Libreoffice] Bug in new LINEST implementation

2011-05-19 Thread Regina Henschel
Hi all, could you please have a look at https://bugs.freedesktop.org/show_bug.cgi?id=37326 It looks not severe, but you get the error likely, if you use LINEST to get the coefficients of an interpolation polynomial. In those cases users have often x=0 among the known points. If would be

[Libreoffice] syntax error in ./configure

2011-05-28 Thread Regina Henschel
Hi, I have unpacked the source provided in http://dev-builds.libreoffice.org/pre-releases/src/ I run ./autogen.sh and get this error checking whether to enable fontconfig support... ./configure: line 7229: syntax error near unexpected token `FONTCONFIG,' ./configure: line 7229: `

Re: [Libreoffice] syntax error in ./configure

2011-05-29 Thread Regina Henschel
Hi Christian, Christian Lohmaier schrieb: Hi Regina, *, On Sun, May 29, 2011 at 12:24 AM, Regina Henschel rb.hensc...@t-online.de wrote: I have unpacked the source provided in http://dev-builds.libreoffice.org/pre-releases/src/ I run ./autogen.sh and get this error checking whether

[Libreoffice] MOZ libraries are not found

2011-05-29 Thread Regina Henschel
Hi, next stop in my attempt to build. I have put the files WNTMSCIinc.zip WNTMSCIlib.zip WNTMSCIruntime.zip into folder libreoffice-libs-extern-sys-3.4.0.2\moz\zipped But I get the error: Died at ./set_soenv line 922. Checking for prebuilt Mozilla libraries ... not found! If you don't use

Re: [Libreoffice] MOZ libraries are not found

2011-05-30 Thread Regina Henschel
Hi, I have put all folders of the source into one root folder. Then the files are found. I was told on IRC, that defining symlinks for the modules in clone might work too. Regina Regina Henschel schrieb: Hi, next stop in my attempt to build. I have put the files WNTMSCIinc.zip

[Libreoffice] build problems with cppunit

2011-05-30 Thread Regina Henschel
Hi, I have still problems building from tar source. Actual situation: All modules folders are put into one root folder. Configure finished. Make starts compiling and stops with error in cppunit: TypeInfoHelper.obj : error LNK2001: unresolved external symbol __imp___invalid_parameter_noinfo

Re: [Libreoffice] build problems with cppunit

2011-05-30 Thread Regina Henschel
regards Regina Regina Henschel schrieb: Hi, I have still problems building from tar source. Actual situation: All modules folders are put into one root folder. Configure finished. Make starts compiling and stops with error in cppunit: TypeInfoHelper.obj : error LNK2001: unresolved external

  1   2   3   4   5   6   7   8   9   10   >