Re: Need help for bug 158451

2023-12-22 Thread Regina Henschel
Hi Michael, Michael Stahl schrieb am 21.12.2023 um 20:19: hi Regina, [..] the problem is that the type of anchor of the inner shape changes during text formatting, which is not supposed to happen. hope https://gerrit.libreoffice.org/c/core/+/161137 should fix the crash. Yes it solves t

Re: Need help for bug 158451

2023-12-21 Thread Michael Stahl
hi Regina, On 14/12/2023 01:26, Regina Henschel wrote: Hi all, I can now narrow down the error somewhat. Look at method SwTextFrame::FormatImpl() in https://opengrok.libreoffice.org/xref/core/sw/source/core/text/frmform.cxx?r=7d7ca347#1832 It creates    SwTextFormatInfo aInf( pRenderContext,

Re: Need help for bug 158451

2023-12-15 Thread Miklos Vajna
Hi Regina, On Thu, Dec 14, 2023 at 01:26:24AM +0100, Regina Henschel wrote: > And there I'm now. I have no idea, how something there changes the parameter > rInfo of SwTextFrame::Format_(). > And I still do not know, which object is really needed in the above > mentioned for-loop. > And I still

Re: Need help for bug 158451

2023-12-13 Thread Regina Henschel
appreciate any help. Kind regards, Regina Regina Henschel schrieb am 11.12.2023 um 03:15: Hi all, I need help for bug 158451. Problem: A group or a drawing canvas in a docx file crashes Writer, in case it is anchored 'inline' and has a child shape with text. The crash happens in SwAnchor

Re: Need help for bug 158451

2023-12-11 Thread Caolán McNamara
On Mon, 2023-12-11 at 03:15 +0100, Regina Henschel wrote: > Steps before the crash are > SwTextFormatter::NewPortion() > SwTextFormatter::CalcFlyWidth() > SwTextFly::GetFrame() > SwTextFly::ForEach() > SwAnchoredObject::GetObjRectWithSpaces() It is possible that this is al

Need help for bug 158451

2023-12-10 Thread Regina Henschel
Hi all, I need help for bug 158451. Problem: A group or a drawing canvas in a docx file crashes Writer, in case it is anchored 'inline' and has a child shape with text. The crash happens in SwAnchoredObject::GetObjRectWithSpaces(). There is no crash, if such group is in an odt fil

Re: Need help with ScLookupCache

2022-06-29 Thread Winfried Donkers
Luboš, Eike, Op 21-06-2022 om 15:12 schreef Winfried Donkers: Am I correct when stating that ScLookupCache currently cannot cope with the combinations   eOp SC_GREATER_EQUAL and sorted in ascending order and   eOp SC_LESSER_EQUAL and sorted in descending order? As Luboš already said, ScLookup

Re: Need help with ScLookupCache

2022-06-21 Thread Winfried Donkers
Am I correct when stating that ScLookupCache currently cannot cope with the combinations eOp SC_GREATER_EQUAL and sorted in ascending order and eOp SC_LESSER_EQUAL and sorted in descending order? As Luboš already said, ScLookupCache just caches results of lookups, to be able to reuse them fo

Re: Need help with ScLookupCache

2022-06-20 Thread Eike Rathke
Hi Winfried, On Thursday, 2022-06-16 11:58:54 +0200, Winfried Donkers wrote: > Am I correct when stating that ScLookupCache currently cannot cope with the > combinations > eOp SC_GREATER_EQUAL and sorted in ascending order > and > eOp SC_LESSER_EQUAL and sorted in descending order? As Luboš al

Re: Need help with ScLookupCache

2022-06-20 Thread Winfried Donkers
Hi Luboš, Am I correct when stating that ScLookupCache currently cannot cope with the combinations eOp SC_GREATER_EQUAL and sorted in ascending order and eOp SC_LESSER_EQUAL and sorted in descending order? No, it's not correct, why would you think that would be the case? As the name sa

Re: Need help with ScLookupCache

2022-06-20 Thread Luboš Luňák
On Thursday 16 of June 2022, Winfried Donkers wrote: > Hi, > > I am implementing Excel function XLOOKUP in Calc (at a slow pace), and > need some help with ScLookupCache. > > Am I correct when stating that ScLookupCache currently cannot cope with > the combinations > eOp SC_GREATER_EQUAL and sort

Need help with ScLookupCache

2022-06-16 Thread Winfried Donkers
Hi, I am implementing Excel function XLOOKUP in Calc (at a slow pace), and need some help with ScLookupCache. Am I correct when stating that ScLookupCache currently cannot cope with the combinations eOp SC_GREATER_EQUAL and sorted in ascending order and eOp SC_LESSER_EQUAL and sorted in de

Re: Need help with patch for Fontwork shape

2021-10-13 Thread Regina Henschel
Hi Miklos, thank you for starting a next try to build. The build was now successful. Kind regards Regina Regina Henschel schrieb am 12.10.2021 um 17:00: Hi all, I need help with patch https://gerrit.libreoffice.org/c/core/+/123295 It passes Jenkins in Patchset 3. The only change was then a

Need help with patch for Fontwork shape

2021-10-12 Thread Regina Henschel
Hi all, I need help with patch https://gerrit.libreoffice.org/c/core/+/123295 It passes Jenkins in Patchset 3. The only change was then a change in the commit message. But now it fails with always the same problem. I know Jenkins has a "hiccup" sometimes and tried a Rebase. B

Re: Need help with expert config

2021-03-30 Thread Dante Doménech
Checked changing autoclosebrackets and does not work either. Note that changing it from UI settings instead of advanced config works. Should I then make a bug report org.openoffice.Office.Math does not synchronize, or update the one that there already is? El mar, 30 mar 2021 a las 17:34, Mike Kaga

Re: Need help with expert config

2021-03-30 Thread Mike Kaganski
On 30.03.2021 18:06, Dante Doménech wrote: Hello. I while ago I did code this https://gerrit.libreoffice.org/c/core/+/55 . It basically allows the user to change the size of the text of the math input box (tdf*130654*

Need help with expert config

2021-03-30 Thread Dante Doménech
Hello. I while ago I did code this https://gerrit.libreoffice.org/c/core/+/55. It basically allows the user to change the size of the text of the math input box (tdf*130654* ). However at some point it has stopped working. The problem

Re: [Solved] Need help for unit test

2021-03-16 Thread Regina Henschel
Regina Henschel schrieb am 16.03.2021 um 02:58: Hi all, and again I need help for making a unit test. My idea for unit test for https://gerrit.libreoffice.org/c/core/+/112474 is to load a document with a custom shape in 3D mode. It has extrusion direction "Extrusion Backwards", w

Need help for unit test

2021-03-15 Thread Regina Henschel
Hi all, and again I need help for making a unit test. My idea for unit test for https://gerrit.libreoffice.org/c/core/+/112474 is to load a document with a custom shape in 3D mode. It has extrusion direction "Extrusion Backwards", which means, that no side faces are visible. Then

Re: Need help with contributing

2021-03-11 Thread Ilmari Lauhakangas
On 11.3.2021 9.56, SHABBIR KHAN wrote: Hello, I am looking forward to contributing to libreoffice and i need some guidance, please help me out with things like where to start. There is a very vague list of files in the project, i want to know the file where i should start off from it would ma

Need help with contributing

2021-03-10 Thread SHABBIR KHAN
Hello, I am looking forward to contributing to libreoffice and i need some guidance, please help me out with things like where to start. There is a very vague list of files in the project, i want to know the file where i should start off from it would make me really happy and encouraged to receive

Re: Need help with starmath UI

2021-01-28 Thread Dante Doménech
Ignore it. Solved El mié, 27 ene 2021 a las 21:04, Dante Doménech () escribió: > Hello. > I'm working on a starmath syntax highlighter over here: > https://gerrit.libreoffice.org/c/core/+/109639 (it builds) > > Need help about how to link the stuff on UI files with the c++ co

Re: Need help with starmath UI

2021-01-27 Thread Dante Doménech
Hello. I'm working on a starmath syntax highlighter over here: https://gerrit.libreoffice.org/c/core/+/109639 (it builds) Need help about how to link the stuff on UI files with the c++ code. Already edited: starmath/source/dialog.cxx, but not enought. The current behaviour: smzoom (m_xS

Need help with starmath UI

2021-01-27 Thread Dante Doménech
Hello. I'm working on a starmath syntax highlighter over here: https://gerrit.libreoffice.org/c/core/+/109639 (it builds) Need help about how to link the stuff on UI files with the c++ code. Already edited: starmath/source/dialog.cxx, but not enought. The current behaviour: syntaxhight

Re: Starmath hightlight syntax (need help)

2021-01-27 Thread Dante Doménech
Took a look. My code was hiding the effects of a postevent stuff. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Starmath hightlight syntax (need help)

2021-01-26 Thread Miklos Vajna
s placed, so don't get alarmed with SmNode* brace1 = nullptr; if(brace1 != > nullptr). > > The point: with the syntax highlight the cursor feels wrong. Also it won't > update after moving the cursor. So my guess is I made a wrong choice for > putting LaunchHightlightSyntax(); I

Starmath hightlight syntax (need help)

2021-01-26 Thread Dante Doménech
point: with the syntax highlight the cursor feels wrong. Also it won't update after moving the cursor. So my guess is I made a wrong choice for putting LaunchHightlightSyntax(); I need help in order to find the right position for it. It does build, so can be downloaded and tested because "

Re: Fwd: Need help implementing a patch

2020-11-23 Thread Ilmari Lauhakangas
Heiko gave advice already. Ilmari On 23.11.2020 17.29, Xisco Fauli wrote: Adding dev list On 23/11/20 16:22, Xisco Fauli wrote: forwarding this to the dev and ux lists for a wider audience. Forwarded Message Subject:Need help implementing a patch Date: Thu, 19

Re: Fwd: Need help implementing a patch

2020-11-23 Thread Xisco Fauli
Adding dev list On 23/11/20 16:22, Xisco Fauli wrote: > > forwarding this to the dev and ux lists for a wider audience. > > > > Forwarded Message ---- > Subject: Need help implementing a patch > Date: Thu, 19 Nov 2020 20:30:20 -0300 > From

Re: Need help for unit tests

2020-08-04 Thread Regina Henschel
Regina Henschel schrieb am 27-Jul-20 um 01:17: I have seen in https://opengrok.libreoffice.org/xref/core/chart2/qa/extras/chart2import.cxx 2541  Reference xDataPointLabel1(getShapeByName(xShapes, 2542 "CID/MultiClick/CID/D=0:CS=0:CT=0:Series=0:DataLabels=:DataLabel=0"), UNO_SET_THROW);

Need Help: Listening to Cell Change Event in Libreoffice Calc Events

2020-07-30 Thread Harish Kumar
Hi Dev Team, I am trying to use XModifyListener class to listen to cell change Events for LibreOffice Calc. My problem is :: When a user modifies a cell, the event is getting triggered twice. public void modified(EventObject event) is getting called twice in my code. I have to perform custom task

Re: Need help for unit tests

2020-07-28 Thread Regina Henschel
Hi Miklos, Miklos Vajna schrieb am 27-Jul-20 um 09:20: Hi Regina, I guess the problem is that static counter in oox/source/export/shapes.cxx:1970 This could be improved to do the same way as the DOCX export does in sw/source/filter/ww8/docxattributeoutput.cxx:5165 i.e. do not have a static

Re: Need help for unit tests

2020-07-27 Thread Miklos Vajna
Hi Regina, I guess the problem is that static counter in oox/source/export/shapes.cxx:1970 This could be improved to do the same way as the DOCX export does in sw/source/filter/ww8/docxattributeoutput.cxx:5165 i.e. do not have a static counter, rather make the counter a member of the exporter

Need help for unit tests

2020-07-26 Thread Regina Henschel
Hi all, I need again help in unit tests. I'm working on https://gerrit.libreoffice.org/c/core/+/99464. That is continuation for https://bugs.documentfoundation.org/show_bug.cgi?id=128345 FILESAVE: PPTX: transparency gradient on solid fill is not considered in export This part is about transpar

Re: Need Help uploading code

2020-06-19 Thread julien2412
Hello Dante, Great work for the patches! Did you take a look at https://wiki.documentfoundation.org/Development/GetInvolved ? It explains what it needs to contribute on LO from development point of view. Julien -- Sent from: http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f16

Re: Need Help uploading code

2020-06-19 Thread Ilmari Lauhakangas
Dante Doménech kirjoitti 19.6.2020 klo 4.24: Hello, I've worked on math 7.0, but don't understand Gerrit. Can someone explain to me where to upload the code, please? Implemented: *Bug 47914* (include laplace symbol: laplace). Implement

Need Help uploading code

2020-06-19 Thread Dante Doménech
Hello, I've worked on math 7.0, but don't understand Gerrit. Can someone explain to me where to upload the code, please? Implemented: *Bug 47914* (include laplace symbol: laplace). Implemented: *Bug 40436*

Need Help: Libre Office crashes on opening a JFXPanel

2020-04-15 Thread Harish Kumar
Hi Team, I'm having trouble working with JavaFX inside Libre Office. When i launch a JavaFX Panel from button click of my Libre Office extension the whole Libre Office crashes. If i launch LibreOffice from terminal , i see the following message. Please advise. [image: image.png] -- Best Regards

Need help with views in Impress

2020-04-12 Thread Regina Henschel
Hi all, if you check "Mouse pointer as pen" in "Slide Show Settings", then the graphics, which you paint during running slideshow, are kept when the slideshow is stopped and available in edit mode. The problem is, that they are not visible in the edit window (bug 129898). Such graphics are as

Need Help - How to Build Starter project from command line

2020-04-07 Thread Harish Kumar
ard to create an Ant script to build the >> project. >> >> Maybe that helps? >> >> Regards >> Samuel >> Am 04.04.20 um 10:28 schrieb Harish Kumar: >> >> Please help >> >> ------ Forwarded message -- >> From: *Harish Kum

Re: Need Help- Is LibreOffice .oxt extension -- platform specific/ independent ?

2020-04-07 Thread Miklos Vajna
Hi Harish, On Mon, Apr 06, 2020 at 10:08:44PM +0530, Harish Kumar wrote: > I am currently working on building an extension for LibreOffice in Java. > My development environment is Windows. > Does the oxt generated on Windows works on Linux environments too ? Can we > claim that the extension is

Need Help- Is LibreOffice .oxt extension -- platform specific/ independent ?

2020-04-06 Thread Harish Kumar
Hello Team, I am currently working on building an extension for LibreOffice in Java. My development environment is Windows. Does the oxt generated on Windows works on Linux environments too ? Can we claim that the extension is platform independent? If not should we build the project in Linux envir

Re: Fwd: Need Help - How to Build Starter project from command line

2020-04-05 Thread Samuel Mehrbrodt
l 3, 2020 Subject: Need Help - How to Build Starter project from command line To: libreoffice@lists.freedesktop.org <mailto:libreoffice@lists.freedesktop.org> Hi Team, I am currently building LibreOffice starter project - (Java  version) in Eclipse with the help of LOEclipse plugin. I wa

Fwd: Need Help - How to Build Starter project from command line

2020-04-04 Thread Harish Kumar
Please help -- Forwarded message -- From: *Harish Kumar* Date: Friday, April 3, 2020 Subject: Need Help - How to Build Starter project from command line To: libreoffice@lists.freedesktop.org Hi Team, I am currently building LibreOffice starter project - (Java version) in

Need Help - How to Build Starter project from command line

2020-04-03 Thread Harish Kumar
Hi Team, I am currently building LibreOffice starter project - (Java version) in Eclipse with the help of LOEclipse plugin. I want to integrate the build process with my Jenkins server for which* i want to know if there is any way to build the project from command line. Please help.* My Operatin

Need Help: How to create non modal dialog in LO Java extension

2020-01-02 Thread Harish Kumar
Hi Team, I want to create a non modal Uno dialog in my java extension for Libre Office. I came across the UnoDialogSample.java file given in the examples section but this creates only modal dialog. Searched in many forums but didnt manage to get any solution. Please help me on How to Create Non Mo

Re: Need help for unit test with rotated shape in Calc

2019-12-18 Thread Miklos Vajna
Hi Regina, On Tue, Dec 17, 2019 at 04:22:07PM +0100, Regina Henschel wrote: > It implements a method of class SdrObjCustomShape. That would speak for > "unit". But anyway, it is already in master > https://cgit.freedesktop.org/libreoffice/core/commit/?id=f44140bebb9c493d97ba5aef26c9692c53a6b93f

Re: Need help for unit test with rotated shape in Calc

2019-12-17 Thread Regina Henschel
Hi Miklos, Miklos Vajna schrieb am 17-Dec-19 um 10:56: Hi Regina, On Sun, Dec 08, 2019 at 12:50:42AM +0100, Regina Henschel wrote: Question: Can I leave the test in "ScAnchorTest" in "extras", or should I create a new test class in "unit", where I copy the hierarchy of "ScAnchorTest", or som

Re: Need help for unit test with rotated shape in Calc

2019-12-17 Thread Miklos Vajna
Hi Regina, On Sun, Dec 08, 2019 at 12:50:42AM +0100, Regina Henschel wrote: > Question: Can I leave the test in "ScAnchorTest" in "extras", or should I > create a new test class in "unit", where I copy the hierarchy of > "ScAnchorTest", or something else? I think you can leave it there. My und

Re: Need help for unit test with rotated shape in Calc

2019-12-07 Thread Regina Henschel
Hi Miklos, I have made some progress :) I have put my test to sc/qa/extras/anchor.cxx. Everything works as expected there. My first attempt was in sc/qa/unit/bugfix-test.cxx. The difference seems to be, that class ScAnchorTest has a different class hierarchy including class MacrosTest, which

Re: Need help for unit test with rotated shape in Calc

2019-12-03 Thread Regina Henschel
Hi Miklos, Miklos Vajna schrieb am 03-Dec-19 um 11:22: Hi Regina, On Tue, Dec 03, 2019 at 01:38:59AM +0100, Regina Henschel wrote: Any idea, how I can apply FitToCellSize() to a shape in a unit test? Here is an sc/ test dispatching an UNO command: sc/qa/unit/screenshots/screenshots.cxx:30

Re: Need help for unit test with rotated shape in Calc

2019-12-03 Thread Miklos Vajna
Hi Regina, On Tue, Dec 03, 2019 at 01:38:59AM +0100, Regina Henschel wrote: > Any idea, how I can apply FitToCellSize() to a shape in a unit test? Here is an sc/ test dispatching an UNO command: sc/qa/unit/screenshots/screenshots.cxx:302 though this is commented out, but gives you an idea how

Need help for unit test with rotated shape in Calc

2019-12-02 Thread Regina Henschel
Hi all, my proposed fix for tdf#119191 in https://gerrit.libreoffice.org/#/c/84216/ will also fix, that the command .uno:FitCellSize does not work on cell anchored custom shapes, in case they are transformed. So I'm trying to write a unit test for it. The command is new [1] and has no unit te

Re: Need help for unit test about undo

2019-11-09 Thread Regina Henschel
Hi all, Miklos Vajna schrieb am 08-Nov-19 um 09:33: Hi, On Thu, Nov 07, 2019 at 11:01:33PM +0100, Regina Henschel wrote: Ok, that contains how to use an UndoManager. Yes, that was the intention I assume -- tiledrendering is just a suite that happened to contain that example code. :-) But

Re: Need help for unit test about undo

2019-11-08 Thread Miklos Vajna
Hi, On Thu, Nov 07, 2019 at 11:01:33PM +0100, Regina Henschel wrote: > Ok, that contains how to use an UndoManager. Yes, that was the intention I assume -- tiledrendering is just a suite that happened to contain that example code. :-) > But how can I act with the shape, so that an undo-entry i

Re: Need help for unit test about undo

2019-11-07 Thread Regina Henschel
Hi Xisco, Xisco Fauli schrieb am 07-Nov-19 um 21:26: Hello Regina, What about using tiledrendering. e.g. https://opengrok.libreoffice.org/xref/core/sd/qa/unit/tiledrendering/tiledrendering.cxx?r=13fb343e#502 ? Ok, that contains how to use an UndoManager. But how can I act with the shape, so

Re: Need help for unit test about undo

2019-11-07 Thread Xisco Fauli
Hello Regina, What about using tiledrendering. e.g. https://opengrok.libreoffice.org/xref/core/sd/qa/unit/tiledrendering/tiledrendering.cxx?r=13fb343e#502 ? El 7/11/19 a les 19:07, Regina Henschel ha escrit: > Hi all, > > It is about bug > https://bugs.documentfoundation.org/show_bug.cgi?id=12865

Need help for unit test about undo

2019-11-07 Thread Regina Henschel
Hi all, It is about bug https://bugs.documentfoundation.org/show_bug.cgi?id=128651 The reason is the already discussed behavior of SdrObjCustomShape::SetShapRect, so I know how to fix it. But I do not know, how to make a unit test about undo and redo functionality. Kind regards Regina _

RE: need help to insert an image with a caption with the Libo java API

2019-09-16 Thread LORENZO Vincent
: LORENZO Vincent Cc : Kaganski Mike ; Miklos Vajna ; sos ; libreoffice@lists.freedesktop.org Objet : RE: need help to insert an image with a caption with the Libo java API Update > Fields. Listing 397. Creating a set expression sequence field. oField = oDoc.createInsta

RE: need help to insert an image with a caption with the Libo java API

2019-09-06 Thread LORENZO Vincent
; sos ; libreoffice@lists.freedesktop.org Objet : RE: need help to insert an image with a caption with the Libo java API mailto:vincent.lore...@cea.fr>> wrote: Hello everybody, Since my last question, I switched task. Now I come back to my LibreOffice task to resolve my caption proble

RE: need help to insert an image with a caption with the Libo java API

2019-09-06 Thread Andrew Pitonyak
ate.   Regards, /Vincent Lorenzo   De : Andrew Pitonyak Envoyé : jeudi 5 septembre 2019 22:57 À : LORENZO Vincent Cc : Kaganski Mike ; Miklos Vajna ; sos ; libreoffice@lists.freedesktop.org Objet : RE: need help to insert an image with a caption with the Libo java API wrote:   Hello everybo

RE: need help to insert an image with a caption with the Libo java API

2019-09-05 Thread Andrew Pitonyak
queryInterface(XPropertySet.class, oReference); oReferencePropertySet.setPropertyValue("SourceName", "Figure");// I get De la part de LORENZO Vincent Envoyé : vendredi 15 février 2019 14:37 À : Kaganski Mike ; Miklos Vajna ; sos Cc : libreoffice@lists.freedesktop.org Objet :

RE: need help to insert an image with a caption with the Libo java API

2019-09-05 Thread LORENZO Vincent
ertySet.class, oReference); oReferencePropertySet.setPropertyValue("SourceName", "Figure");// I get De la part de LORENZO Vincent Envoyé : vendredi 15 février 2019 14:37 À : Kaganski Mike ; Miklos Vajna ; sos Cc : libreoffice@lists.freedesktop.org Objet : [PROVENANCE INTERNET] RE: need help to

RE: need help to insert an image with a caption with the Libo java API

2019-02-15 Thread LORENZO Vincent
t Cc : libreoffice@lists.freedesktop.org Objet : Re: need help to insert an image with a caption with the Libo java API On 13.02.2019 12:45, Miklos Vajna via LibreOffice wrote: > Hi, > > On Tue, Feb 12, 2019 at 09:27:15AM +, LORENZO Vincent > wrote: >> I would like to add a c

Re: need help to insert an image with a caption with the Libo java API

2019-02-13 Thread sos
On 2/13/2019 10:45 AM, Miklos Vajna via LibreOffice wrote: Hi, On Tue, Feb 12, 2019 at 09:27:15AM +, LORENZO Vincent wrote: I would like to add a caption, to an inserted image in a text document, but I don't find how to do that... Please do you have pointer

Re: need help to insert an image with a caption with the Libo java API

2019-02-13 Thread Kaganski Mike via LibreOffice
On 13.02.2019 12:45, Miklos Vajna via LibreOffice wrote: > Hi, > > On Tue, Feb 12, 2019 at 09:27:15AM +, LORENZO Vincent > wrote: >> I would like to add a caption, to an inserted image in a text >> document, but I don't find how to do that... Please do you have >> pointer/documentation for m

Re: need help to insert an image with a caption with the Libo java API

2019-02-13 Thread Michael Weghorn via LibreOffice
[Taking this back to the dev mailing list] On 12/02/2019 19.10, sos wrote: > I supose the image and the IllustrationReference are placed in a textframe ? > > > sub InsertIllustrationReference > oDoc = ThisComponent > oText = oDoc.getText() > oViewCursor = oDoc.getCurrentController().getVie

Re: need help to insert an image with a caption with the Libo java API

2019-02-13 Thread Miklos Vajna via LibreOffice
Hi, On Tue, Feb 12, 2019 at 09:27:15AM +, LORENZO Vincent wrote: > I would like to add a caption, to an inserted image in a text > document, but I don't find how to do that... Please do you have > pointer/documentation for me ? I think captions are just a UI feature. The doc model just stor

Re: Broken Python unit test load_save_test.py need help to finish the fix

2019-02-13 Thread Michael Stahl
On 12.02.19 15:07, Hamish MB via LibreOffice wrote: Hi, I did replace the strings, but it still doesn't work for reasons I don't understand. Is it definitely not useful to fix this and keep it around? well i've removed it now on master in commit 4bbb0bcb88614d3ccaaab4bea4fe2309c92b881e "sw: r

Re: need help to insert an image with a caption with the Libo java API

2019-02-12 Thread Michael Weghorn via LibreOffice
Hi, On 12/02/2019 10.27, LORENZO Vincent wrote: >     I would like to add a caption, to an inserted image in a > text document, but I don’t find how to do that… Please do you have > pointer/documentation for me ? Since this is the development mailing list, I'm not sure whether you wan

Re: Broken Python unit test load_save_test.py need help to finish the fix

2019-02-12 Thread Hamish MB via LibreOffice
Hi, I did replace the strings, but it still doesn't work for reasons I don't understand. Is it definitely not useful to fix this and keep it around? Hamish On 12/02/2019 13:06, Michael Stahl wrote: > On 12.02.19 13:42, Hamish MB via LibreOffice wrote: >> I found a broken and disabled test while

Re: Broken Python unit test load_save_test.py need help to finish the fix

2019-02-12 Thread Michael Stahl
On 12.02.19 13:42, Hamish MB via LibreOffice wrote: I found a broken and disabled test while doing so - load_save_test.py. I have started an attempt to fix it, and fixed several issues, but I reached a roadblock when my knowledge of pyUNO and UNO wasn't enough to finish it. The results of the wor

Broken Python unit test load_save_test.py need help to finish the fix

2019-02-12 Thread Hamish MB via LibreOffice
Hello, In January I was working on the python units tests and making them more pythonic as per the easy hack at https://bugs.documentfoundation.org/show_bug.cgi?id=97361. I found a broken and disabled test while doing so - load_save_test.py. I have started an attempt to fix it, and fixed sever

need help to insert an image with a caption with the Libo java API

2019-02-12 Thread LORENZO Vincent
Hello everybody, I would like to add a caption, to an inserted image in a text document, but I don't find how to do that... Please do you have pointer/documentation for me ? Regards -- Vincent LORENZO 01-69-08-17-24 CEA Saclay Nano-INNOV Institut CARNOT CEA LIST Point Courrier n

Re: Need help with a build problem

2019-02-11 Thread Stephan Bergmann
On 09/02/2019 10:25, Jim Raykowski wrote: [LNK] Library/libvbaswobjlo.so /home/lo/Dev/LO1/core/workdir/CxxObject/sw/source/ui/vba/vbarevision.o(.debug_addr+0x398): error: undefined reference to 'SwFormat::GetName() const' /home/lo/Dev/LO1/core/workdir/CxxObject/sw/source/ui/vba/vbarevision.o(.de

Need help with a build problem

2019-02-09 Thread Jim Raykowski
Hello LO friends, I have the following build problem [CMP] sw/util/sw [DEP] LNK:Library/libswuilo.so [LNK] Library/libswuilo.so [DEP] LNK:Library/libvbaswobjlo.so [LNK] Library/libvbaswobjlo.so /home/lo/Dev/LO1/core/workdir/CxxObject/sw/source/ui/vba/vbarevision.o(.debug_addr+0x398): error: undef

Need help with unit test (layout Writer)

2018-11-06 Thread Patrick Jaap
Hi there! I need help with a Writer layout test. You can find my patch here: https://gerrit.libreoffice.org/#/c/62987/ bug: https://bugs.documentfoundation.org/show_bug.cgi?id=120839 The odt file on gerrit has a textbox at the second page. If I move it (using the mouse) a few cm higher, the

Re: Need help on how to insert a layer into a Draw document in a unit test

2018-09-07 Thread Regina Henschel
Hi all, I have found suitable methods. I can use InsertNewLayer() and SetLayerVisible(). Kind regards Regina Regina Henschel schrieb am 06-Sep-18 um 01:10: Hi all, I'm working on https://bugs.documentfoundation.org/show_bug.cgi?id=119392. I have a solution for it. Now I need a unit test. I

Need help on how to insert a layer into a Draw document in a unit test

2018-09-05 Thread Regina Henschel
Hi all, I'm working on https://bugs.documentfoundation.org/show_bug.cgi?id=119392. I have a solution for it. Now I need a unit test. I need to do: 1. Load a Draw document, which has two user defined layers with non-default settings for visible/printable/locked. 2. Insert a new layer between th

Need Help to write extension

2018-05-20 Thread Rallavagu
Hello All, Need a tutorial/help to get started on writing Libreoffice plugin/extension. Essentially, I would like to do the following in my plugin. 1. Open a file 2. Verify and convert the file from a format (for instance, decode a custom encoded file). If needed prompt the user for decode k

Re: Need help to merge Indonesian thesaurus properly

2018-03-08 Thread Andras Timar
Hi, On Thu, Mar 8, 2018 at 11:21 AM, Andika Triwidada wrote: > Hello, > > After adding Indonesian dictionary to LibreOffice [1], now I'm > trying to add Indonesian thesaurus, taken from [2]. > > Problem is, thesaurus menu on Write still greyed out. > Would it be proper to request help to trouble

Need help to merge Indonesian thesaurus properly

2018-03-08 Thread Andika Triwidada
Hello, After adding Indonesian dictionary to LibreOffice [1], now I'm trying to add Indonesian thesaurus, taken from [2]. Problem is, thesaurus menu on Write still greyed out. Would it be proper to request help to troubleshoot this, by posting review request via gerrit? Or is there other preferre

Re: NEED HELP (please) -- Problem with dark background - ANY icon style

2017-09-06 Thread Heiko Tietze
Depends on your widget set. LibreOffice still binds to Qt4 so your KDE5 setting wont work well; I'm on LXQt and have to dig in three configurations. qtconfig-qt4, qt5-ct, and 'kcmshell5 kwindecoration' may be helpful. Alternatively, you could start with 'SAL_USE_VCLPLUGIN=gtk3 swriter' and adjus

NEED HELP (please) -- Problem with dark background - ANY icon style

2017-09-06 Thread William W. Austin
I've been using LO ever since it first came out with StarOffice - and before that StarOffice, so I've lost track of the years experience, but I've used it for authoring over 5000 technical reports running 50-1500 pages. (VERY happily I no longer have that job... :-) ). Today I have LO installed

Re: Need help for building

2017-01-01 Thread Regina Henschel
Hi all, Regina Henschel schrieb: Hi Mike, Kaganski Mike schrieb: On 12/31/2016 3:59 PM, Regina Henschel wrote: my last build was in August. Now I tried a new build, but it fails. I have started with git pull -r I may remember that wrong, but I have a feeling that it was this problem when I

Re: Need help for building

2017-01-01 Thread Khaled Hosny
On Sun, Jan 01, 2017 at 03:06:05PM +0100, Regina Henschel wrote: > Hi Mike, > > Kaganski Mike schrieb: > > On 12/31/2016 3:59 PM, Regina Henschel wrote: > > > my last build was in August. Now I tried a new build, but it fails. I > > > have started with > > > git pull -r > > > > I may remember tha

Re: Need help for building

2017-01-01 Thread Regina Henschel
Hi Mike, Kaganski Mike schrieb: On 12/31/2016 3:59 PM, Regina Henschel wrote: my last build was in August. Now I tried a new build, but it fails. I have started with git pull -r I may remember that wrong, but I have a feeling that it was this problem when I was given an advise to use ./g pull

Re: Need help for building

2016-12-31 Thread slacka
2013 -- View this message in context: http://nabble.documentfoundation.org/Need-help-for-building-tp4203984p4203993.html Sent from the Dev mailing list archive at Nabble.com. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.

Re: Need help for building

2016-12-31 Thread Kaganski Mike
On 12/31/2016 3:59 PM, Regina Henschel wrote: my last build was in August. Now I tried a new build, but it fails. I have started with git pull -r I may remember that wrong, but I have a feeling that it was this problem when I was given an advise to use ./g pull -r instead of git pull -r -- Best

Re: Need help for building

2016-12-31 Thread jan iversen
Hmm, I thought it was a missing "make clean" because the breeze them has changed a lot. I have a very similar windows vm autogen.input which builds fine. I just changed it to your autogen.input so will report back tomorrow happy new year. rgds jan i _

Need help for building

2016-12-31 Thread Regina Henschel
Hi all, my last build was in August. Now I tried a new build, but it fails. I have started with git pull -r then /opt/lo/bin/make clean then /opt/lo/bin/make It gives the error /usr/bin/cp: der Aufruf von stat für „C:/LO_buildSymbol/core/workdir/CustomTarget/postprocess/images/images_breeze

Re: Need help with installing/setting SDK on Linux

2016-11-11 Thread Rodnyansky Pavel
ally was able to compile and launch my project. Thank you very much for a good answer, really saved me a lot of time. I would probably never figured it out by myself. -- View this message in context: http://nabble.documentfoundation.org/Need-help-with-installing-setting-SDK-on-Linux-tp4199692p419

Re: Need help with installing/setting SDK on Linux

2016-11-10 Thread Stephan Bergmann
On 11/10/2016 12:14 PM, Rodnyansky Pavel wrote: *Firstly, what i ve got to this point:* - My os is Ubuntu 16.04 LTS 64 bit - I successfully installed LibreOffice and sdk from deb packages, both versions 5.2.3 x86-64 - Build headers with cppumaker - My setsdk_env script up and running - I compiled

Need help with installing/setting SDK on Linux

2016-11-10 Thread Rodnyansky Pavel
.2 * Make = /usr/bin * Zip = /usr/bin * cat = /bin * sed = /bin * C++ Compiler = /usr/bin * Java = * SDK Output directory = /home/pavel/libreoffice5.2_sdk * Auto deployment = YES I would appreciate any tips and advises, i really need help at

Re: Need help compiling using the --enable-vlc option.

2016-10-04 Thread Stephan van den Akker
Hi there, Kirk Puppy and Rene, I'm planning to work on improving the video playback in LO, and I am interested in your experiences with the vlc option. Can this be made to work at the same quality level as i.e. the gstreamer plugin? Are you yourself planning to make code contributions in this ar

Re: Need help compiling using the --enable-vlc option.

2016-09-30 Thread Kirk Puppy
Wow, that was easy. Thanks for your help Rene! On Fri, Sep 30, 2016 at 9:11 AM, Rene Engelhard wrote: > Hi, > > On Wed, Sep 28, 2016 at 10:35:39AM -0400, Kirk Puppy wrote: > > So I built with --enable-vlc, but libreoffice still seemed to > try and > >use gstreamer. When I would try a

Re: Need help compiling using the --enable-vlc option.

2016-09-30 Thread Rene Engelhard
Hi, On Wed, Sep 28, 2016 at 10:35:39AM -0400, Kirk Puppy wrote: > So I built with --enable-vlc, but libreoffice still seemed to try and >use gstreamer. When I would try and insert video into Impress I would get >a gstreamer missing pluggins error on the terminal. > So then

Need help compiling using the --enable-vlc option.

2016-09-28 Thread Kirk Puppy
Hello all, I've been trying to compile LibreOfiice-5.2.2.2 and have it use vlc as the avmedia backend. I compiled and installed vlc-2.2.4 and used the --enable-vlc option. I also have the both gstreamer-1.0 and gstreamer-0.10 installed for other reasons. Those are just the gstreamer packages w

Re: Bug 66754 - Need help on where to test this

2016-02-01 Thread Andras Timar
On Tue, Feb 2, 2016 at 4:22 AM, Kohei Yoshida wrote: > Hi Josh, > > On Sat, 2016-01-30 at 07:21 -0500, joshbaldwin42 . wrote: > > > I am working on > > https://bugs.documentfoundation.org/show_bug.cgi?id=66754 . This > > required a change to /setup_native/scripts/admin.pl. I did > > > > egrep -

Re: Bug 66754 - Need help on where to test this

2016-02-01 Thread Kohei Yoshida
Hi Josh, On Sat, 2016-01-30 at 07:21 -0500, joshbaldwin42 . wrote: > I am working on > https://bugs.documentfoundation.org/show_bug.cgi?id=66754 . This > required a change to /setup_native/scripts/admin.pl. I did > > egrep -ir "admin.pl" . BTW, when grepping through git-managed files, it's n

  1   2   3   4   >