Re: Help with XImplementationLoader for .NET Bindings

2024-08-28 Thread Stephan Bergmann
On 8/27/24 17:56, Ritobroto Mukherjee wrote: Based on my current understanding, the steps involved are: 1. Adding an IDL file for com.sun.star.loader.Dotnet. 2. Creating a C++ implementation of css.loader.Dotnet in the stoc/ module along with a .component file, similar to stoc/source/javaloader.

Re: Help with .NET UNO Bridges for LibreOffice

2024-08-16 Thread Ritobroto Mukherjee
> (though I can't remember how LO's URP implementations compute those globally unique TIDs; one would need to look into the code) I'd have to recheck too but I believe it uses a combination of the OS thread and process IDs. > Yeah, async messages complicate the picture somewhat. In olden times,

Re: Help with .NET UNO Bridges for LibreOffice

2024-08-14 Thread Stephan Bergmann
On 8/15/24 05:42, Ritobroto Mukherjee wrote: So to clarify, every thread has an UNO generated ID, independent of its OS thread ID. Is this thread ID unique across a bridge or only unique in a process/environment? yes, see

Re: Help with .NET UNO Bridges for LibreOffice

2024-08-14 Thread Ritobroto Mukherjee
Hello everyone, (This part is in response to Mr. Bergmann's reply) > The overall idea is that UNO is multithreaded across the involved processes, > and each such abstract thread has a unique ID that it carries across all the > processes (and different language runtimes, in each process) it exec

Re: Help with .NET UNO Bridges for LibreOffice

2024-08-13 Thread Thorsten Behrens
Stephan Bergmann wrote: > On 8/10/24 15:19, Ritobroto Mukherjee wrote: > > Should arrays be pinned or copied to native memory, and same for > > structs? Would lumping all parameter data in a single block of memory > > be better? > > Sorry, I'm way to unfamiliar with the UNO .Net bindings to give y

Re: Help with .NET UNO Bridges for LibreOffice

2024-08-12 Thread Stephan Bergmann
On 8/10/24 15:19, Ritobroto Mukherjee wrote: 1) Managed Bridge The managed bridge is a completely C# reimplementation of the bridge, including the URP protocol, and is based on the ridljar/ and binaryurp/ modules. It is less fleshed out right now, only containing implementations of some of the i

Re: Help with adding HIDs to UI components

2024-08-08 Thread Michael Weghorn
On 2024-08-05 20:54, Dione Maddern wrote: Hi all. I'm part of the Documentation team, currently working on the Offline Help for LibreOffice. I've noticed that a number of components in the the UI have missing or wrong HIDs (E.g. Bug 159505 (https://bugs.documentfoundation.org/show_bug.cgi?id=15

Re: Help with adding HIDs to UI components

2024-08-07 Thread Pierre-Yves Foucou
would be interested as well. Le 05.08.24 à 20:54, Dione Maddern a écrit : Hi all. I'm part of the Documentation team, currently working on the Offline Help for LibreOffice. I've noticed that a number of components in the the UI have missing or wrong HIDs (E.g. Bug 159505 (https://bugs.docum

Re: Help on toolbars

2024-03-02 Thread Olivier Hallot
Hi Regina Thank you for looking at. On 2/29/24 14:57, Regina Henschel wrote: Hi Olivier, I have tested what happens, when you go to an icon in the toolbar via F6 and then tabs. When you are on an icon and then press F1, the help system gets e.g. .HelpId:textobjectbar or .HelpId:standardbar.

Re: [Help] Exception occurred, When debugging LibreOffice by VS Code on ubuntu (gnome desktop) . can't debug by vscode nomally.

2023-07-21 Thread Hossein Nourikhah
Hello, I think there is something wrong with the VS Code installation. A similar question is asked, and answered here: Java: symbol lookup error: /snap/core20/current/lib/x86_64-linux-gnu/libpthread.so.0: undefined symbol: __libc_pthread_init, version GLIBC_PRIVATE https://stackoverflow.com

Re: [Help] Exception occurred, When debugging LibreOffice by VS Code on ubuntu (gnome desktop) . can't debug by vscode nomally.

2023-07-20 Thread Michael Weghorn
On 2023-07-21 03:24, Kevin Suo wrote: Could someone on the list take look at the error Zhao Xiao has encountered when he is debugging in VS Code. He is a newcomer and is preparing to contribute on CJK bug fixing. I don't know much about Snap or LibreOffice development with VS Code, so maybe o

Re: [Help] Exception occurred, When debugging LibreOffice by VS Code on ubuntu (gnome desktop) . can't debug by vscode nomally.

2023-07-20 Thread Kevin Suo
Could someone on the list take look at the error Zhao Xiao has encountered when he is debugging in VS Code. He is a newcomer and is preparing to contribute on CJK bug fixing. Kevin Suo 于 2023年7月18日 GMT+08:00 下午12:07:26, "赵 晓东" 写到: >[ENV] >OS: Ubuntu 22.04.2 LTS >LibreOffice: 7.5.5.1 >VS Code:

Re: Help on interacting with dialogs in unit tests on Windows and MacOS

2022-11-14 Thread Miklos Vajna
Hi Colomban, Bootstrapping a new kind of testsuite is a lot of work (been there, did that), so I appreciate you try to get in-process a11y tests working. If you feel blocked, perhaps just have it Linux-only as a start to be able to cover shared code + Linux-specific code, and only later try to en

Re: Help ID for toolbars

2022-08-10 Thread Caolán McNamara
On Mon, 2022-08-08 at 09:19 -0300, Olivier Hallot wrote: > ... Many toolbars have Help pages describing them in detail. ... > However in the case of the outlinetoolbar in Impress (1), the module > does not send HelpId... I don't know if its actually the same issue, but this commit today looks pot

Re: Help for Build DEB and/or RPM Packages

2021-06-01 Thread Christian Lohmaier
On Mon, May 31, 2021 at 4:57 PM siqin wrote: > […] > It was okay so far, But when build DEB and/or RPM Packages, I got an error. > > ./autogen.sh --with-distro=LibreOfficeLinux Note that the --enable-epm and the --with-package-format switches are all that is required to build packages, the o

Re: Help for Build DEB and/or RPM Packages

2021-06-01 Thread Michael Stahl
On 31/05/2021 05.18, siqin wrote: Hi All. I am want to build LibreOffice on Ubuntu 20.10. ./configure: line 40704: cd: ../share/ant/bin: No such file or directory ./configure: line 40704: cd: ../share/ant/bin: No such file or directory ./configure: line 40704: cd: ../share/ant/bin: No such f

Re: Help- How to select a cell programatically using Java in LibreOffice calc

2020-06-11 Thread himajin100000
Hello, I can write like this in StarBasic, but the behavior is a bit strange. SelectionOverlay doesn't seem to be updated. REM * BASIC * Option Explicit Sub Main Dim selectionsupplier selectionsupplier = ThisComponent.getCurrentController() selectionsupplier.select(ThisComponent.get

Re: Help me

2020-05-13 Thread Heiko Tietze
https://www.youtube.com/watch?v=xqQ6Z-HmAqY On 12.05.20 21:53, Rafał Hanuszewicz wrote: > signature.asc Description: OpenPGP digital signature ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listin

Re: help in writing tests

2020-01-26 Thread Regina Henschel
Hi Shivam, Shivam Kumar Singh schrieb am 26-Jan-20 um 18:24: Also ,  tdf123684 is very similar to tdf123841 , Check for an object and inspect its style to be FillStyle_NONE, I used the code and have submitted a patch https://gerrit.libreoffice.org/c/core/+/87440 and here is the build https:/

Re: help in writing tests

2020-01-26 Thread Shivam Kumar Singh
Hi Regina ,Miklos, all, Thanks for the great help and the code pointers . I tried to modify the code from SdImportTest::testTdf97808() in sd/qa/unit/import-tests.cxx. In the code for tdf97808 a line is inspected and using the property getPropertyValue("Style") it was checked if it is equal to the

Re: help in writing tests

2020-01-26 Thread Shivam Kumar Singh
Hi Regina ,Miklos, all, Thanks for the great help and the code pointers . I tried to modify the code from SdImportTest::testTdf97808() in sd/qa/unit/import-tests.cxx. In the code for tdf97808 a line is inspected and using the property getPropertyValue("Style") it was checked if it is equal to the

Re: help in writing tests

2020-01-23 Thread Regina Henschel
I had some private mails with Shivam. I have suggested to create a new document and verify, that the default style has filling NONE. default style --> style, which is "Object without fill" in the UI ___ LibreOffice mailing list LibreOffice@lists.fre

Re: help in writing tests

2020-01-23 Thread Regina Henschel
Hi all, I had some private mails with Shivam. I have suggested to create a new document and verify, that the default style has filling NONE. Code pointers for that are: new document: use loadFromDesktop with pseudo URL privat:factory/sdraw getting a style: SdImportTest::testTdf97808() in sd/

Re: help in writing tests

2020-01-23 Thread Miklos Vajna
Hi Shivam, [ First, please let's keep the discussion on the mailing list, not in private. ] On Mon, Jan 20, 2020 at 02:28:34PM +0530, Shivam Kumar Singh wrote: > Thanks for you reply .Following is the patch that I had submitted . > https://gerrit.libreoffice.org/c/core/+/86944 > > Also, Is it

Re: help in writing tests

2020-01-20 Thread Miklos Vajna
Hi Shivam, On Sun, Jan 19, 2020 at 01:37:47AM +0530, Shivam Kumar Singh wrote: > My patch for tdf#123847 has been pushed to master and now I need to write > unit test for the bug . I went through the wiki but am still having trouble > writing one.Could anyone guide me through which kind of test

Re: help in writing tests

2020-01-19 Thread Ilmari Lauhakangas
Shivam Kumar Singh kirjoitti 18.1.2020 klo 22.07: Hi all, My patch for tdf#123847 has been pushed to master and now I need to write unit test for the bug . I went through the wiki but am still having trouble writing one.Could anyone guide me through which kind of test I need to do and how to d

Re: Help with a great Application

2019-12-12 Thread Ilmari Lauhakangas
Mike Sydwest kirjoitti 11.12.2019 klo 7.04: Hi LibreOffice  I am not trying to get free advertising here, actually we are in lot of trouble because our developer has run off and left us in a mess.  The Application we have built is based on LibreOffice open source code. The App is called En

Re: Help in contributing

2019-06-30 Thread julien2412
Hi Manav, Since I suppose you at least typed "libreoffice contribute" on Google and had https://www.libreoffice.org/community/get-involved/ in first results, could you be more specific about what you need? Julien -- Sent from: http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f

Re: help!

2019-05-06 Thread Michael Stahl
On 03.05.19 08:37, Adrien Ollier wrote: Hi, "and" is a C++ keyword (https://en.cppreference.com/w/cpp/keyword, https://en.cppreference.com/w/cpp/keyword/and) which is the logical AND (&&). I am surprised it is not recognized. using "and" in C++ is unidiomatic. the idiomatic way is to either

Re: help!

2019-05-03 Thread Muhammet Kara
Hi Adrien, You can amend your commit locally, and resubmit. The patch will be updated on Gerrit. Just make sure you don't change the Change-Id in the commit message. That's how Gerrit identifies patches. Regarding the alternative operators; they are 'alternatives' existing to be be used when

RE: help!

2019-05-02 Thread Adrien Ollier
De : Regina Henschel Envoyé : vendredi 3 mai 2019 00:25 À : Adrien Ollier; libreoffice@lists.freedesktop.org Objet : Re: help! Hi Adrien, Adrien Ollier schrieb am 02-May-19 um 21:32: > Hi everybody, > > All of my commits fail at Jenkins tests: [..} > https:

Re: help!

2019-05-02 Thread Regina Henschel
Hi Adrien, Adrien Ollier schrieb am 02-May-19 um 21:32: Hi everybody, All of my commits fail at Jenkins tests: [..} https://gerrit.libreoffice.org/#/c/71652/ Wrong syntax for the boolean operator. http://www.cplusplus.com/doc/tutorial/operators/ But the changes are very simple and on my

Re: Help regarding Transliteration in LO writer

2018-11-26 Thread Tor Lillqvist
> I am interested in introducing transliteration facility (English to > Devnagari) > to LibreOffice writer. But, after downloading the huge source code I am > unable to decide where to start. > Are you sure such functionality doesn't belong in the desktop environment, an IME (Input Method) that wo

Re: Help regarding Transliteration in LO writer

2018-11-26 Thread Kaganski Mike
Hi! On 26.11.2018 13:39, Harshad Gorde wrote: > Hello everyone, > > I am interested in introducing transliteration facility (English to > Devnagari) to LibreOffice writer. But, after downloading the huge source > code I am unable to decide where to start. > > Kindly suggest me some initial ste

Re: Help understanding Impress animation sidebar timer

2018-09-25 Thread Jan-Marek Glogowski
Hi Brian, Am 25.09.2018 um 08:40 schrieb Brian Fraser: > I'm looking for someone to help me understand why Impress uses a timer to > "rebuild the API core from the internal structure", i.e. the > MainSequence::maTimer in MainSequence::startRebuildTimer(). > > I'm working on Bug 118065 (Impress: "

Re: HELP

2018-03-18 Thread David Tardon
On Sat, 2018-03-17 at 21:32 +0530, Projat Banerjee wrote: > What is the type of proposal should I submit here ? Read https://wiki.documentfoundation.org/Development/GSoC#Proposals. Then look at https://wiki.documentfoundation.org/Development/GSoC/Ideas . Then get involved. And you'd better not de

Re: Help in Libreoffice extension development

2018-03-06 Thread toki
On 03/06/2018 03:26 PM, Samuel Mehrbrodt wrote: >This page indicates there already exists a spell checker and even grammar checker for Tamil If you mean the Tamil spell checker that allegedly resides at https://extensions.libreoffice.org/extensions/tamil-spellchecker there is no stable release.

Re: Help in Libreoffice extension development

2018-03-06 Thread Pattabhi RK
Dear Samuel, We read through Libreoffice documentation. My understanding of the extension creation is as follows, We have create UNO component and call our required function in that component. To create the UNO component, First we have create IDL file, from IDL file we have to create URD file. >

Re: Help in Libreoffice extension development

2018-03-06 Thread Samuel Mehrbrodt
Hi Pattabhi, well I can't create the extension for you. You need to get a basic understanding how LibreOffice extensions work if you want to do that work. But why do you want to create an extension for that? If you want spell checking in Tamil, you can just provide a dictionary file. You can

Re: Help in Libreoffice extension development

2018-03-06 Thread Pattabhi RK
Dear Samuel, Sorry to disturb you with my silly problems. I am new to this libreoffice development. I went through the sample codes provided by you. I could not understand where these codes have to be used or put into the starter-extension project so that it can be customised for spellchecking t

Re: Help in Libreoffice extension development

2018-03-06 Thread Samuel Mehrbrodt
Hi Pattabhi, I gave you some resources yesterday. Did you look at those? What did you try and where exactly are you stuck? Regards Samuel Am 06.03.2018 um 15:10 schrieb Pattabhi RK: Dear Samuel,   Thank you very much for kind reply. Actually we are not knowing how to customize your libreo

Re: Help in Libreoffice extension development

2018-03-06 Thread Pattabhi RK
Hi, Thanks for the immediate response. As suggested by you I have ignored the type selector wizard. But while run the project using Run Configuration > LibreOffice Application I am getting the following error message: "Unhandled event loop exception" in the plugin: org.eclipse.ui The full stac

Re: Help in Libreoffice extension development

2018-03-06 Thread Stephan Bergmann
On 06.03.2018 14:12, Pattabhi RK wrote:   We are trying to develop a libreoffice extension for spellchecker. And to start with we have tried to develop HelloWorld extension as given in the link. https://wiki.openoffice.org/wiki/JavaEclipseTuto Sorry, I have no idea about using Eclipse for L

Re: Help in Libreoffice extension development

2018-03-06 Thread Samuel Mehrbrodt
Hi Pattabhi, this is a known bug in LOEclipse: https://github.com/LibreOffice/loeclipse/issues/22 You have two options: * Ignore the type selector (you can use the wizard just fine without it) * Fix the bug Regards Samuel Am 06.03.2018 um 14:12 schrieb Pattabhi RK: Hi,   We are trying

Re: Help needed for GSoC 2018 preparation

2018-02-07 Thread Christian Lohmaier
Hi, On Sun, Jan 28, 2018 at 1:53 PM, Saurav Chirania wrote: > > 1) Where can I find the manual UI tests (The given link, > https://manual-test.libreoffice.org/ , requires some log in details, which I > don’t have) See https://wiki.documentfoundation.org/TestLink for some info about the system we

Re: Help needed !!! SolarMutex

2018-01-16 Thread Miklos Vajna
Hi, On Mon, Jan 15, 2018 at 09:27:27PM +0100, jan iversen wrote: > I need help. I am debugging the iOS version of LibreOfficeKit init() to > find a missing SolarMutex release (Xcode 9 debugger). > > Can someone please tell me how to "see" (in the debugger) if the SolarMutex > is locked, and if

Re: Help with Button Control

2017-06-05 Thread Regina Henschel
Hi Ian, this is a mailing list for developers, who work on the code of LibreOffice. For support requests about _using_ LibreOffice please use a way listed in http://www.libreoffice.org/get-help/community-support/ Kind regards Regina ___ LibreOffice

Re: Help with Button Control

2017-06-05 Thread Regina Henschel
Hi Ian, Ian Hartley schrieb: Dear Libre Office Users, I am trying to create a button that when pressed, will take the user to a particular slide in my presentation. I have created the button but cannot find which control I should set to make this happen. You can use any shape for this, e.g.

Re: Help system improvements (II)

2017-06-01 Thread Jan Holesovsky
Hi Olivier, Olivier Hallot píše v Út 30. 05. 2017 v 14:02 -0300: > The issue is to dynamically load the bookmark_.html file in the > page. Currently the JS solution is > > $("#BottomLeft").load('bookmark_'+module+'.html'); > > (I tested replacing it by or but that brings other > issues. I

Re: Help system improvements (II)

2017-05-30 Thread Olivier Hallot
Em 30/05/2017 11:54, Jan Holesovsky escreveu: > Hi Cloph, > > Christian Lohmaier píše v Út 30. 05. 2017 v 16:15 +0200: > 1) issue with offline use (file://path/to/pages/) >>> >>> What exactly is the issue, please? >> >> browsers blocking loading of local files for security reason. >>

Re: Help system improvements (II)

2017-05-30 Thread Jan Holesovsky
Hi Cloph, Christian Lohmaier píše v Út 30. 05. 2017 v 16:15 +0200: > >> 1) issue with offline use (file://path/to/pages/) > > > > What exactly is the issue, please? > > browsers blocking loading of local files for security reason. > > >> To do: > >> 3) Resolve protocol file:// for offline use (

Re: Help system improvements (II)

2017-05-30 Thread Christian Lohmaier
Hi Kendy, *, On Tue, May 30, 2017 at 12:28 PM, Jan Holesovsky wrote: > Olivier Hallot píše v Po 29. 05. 2017 v 13:03 -0300: > […] >> Disadvantages (Most are further work): >> 1) issue with offline use (file://path/to/pages/) > > What exactly is the issue, please? browsers blocking loading of loc

Re: Help system improvements (II)

2017-05-30 Thread Jan Holesovsky
Hi Olivier, Olivier Hallot píše v Po 29. 05. 2017 v 13:03 -0300: > I have worked in a new implementation of the Help online. The strategy > was to batch "flatten" all XHP into HTML files with an offline > transformation using xsltproc. > > (by "flatten", I mean resolve all embeds in XHP files) >

Re: Help system improvements (II)

2017-05-30 Thread Fabio Biocchetti
Hi Olivier, You did a great job, it seems really good to me. If you need a hand, I can take or contribute to the 4) and 5) "to do” tasks. Let's keep each other updated in the next days. Best regards, Fabio B. > Il giorno 29 mag 2017, alle ore 18:03, Olivier Hallot > ha scritto: > > Hi guys

Re: help need to add path

2017-03-22 Thread Chris Sherlock
Can you pastebin the build log? Funny error to be getting... What user are you running the build as? Have you setup permissions in a particular way for that user? Chris Sent from my iPhone > On 18 Mar 2017, at 10:33 pm, Shoaib Noor wrote: > > I am building libre office but the build gets fai

Re: help need to add path

2017-03-19 Thread shoaibnoor95
mester examinations Best Regards: Shoaib -- View this message in context: http://nabble.documentfoundation.org/Re-help-need-to-add-path-tp4210551p4210568.html Sent from the Dev mailing list archive at Nabble.com. ___ LibreOffice mailing list Libre

Re: help need to add path

2017-03-19 Thread Jan Iversen
> On 19 Mar 2017, at 17:21, Tor Lillqvist wrote: > >> i have to download and build the open office kindly help me i have sent a >> message in the forum of open office but no one is able to guide me please >> help me > > That is perhaps because this is LibreOffice, not OpenOffice. Interesting

Re: help need to add path

2017-03-19 Thread Jan Iversen
ocate the following > > From: Shoaib Noor > Sent: Sunday, March 19, 2017 8:33:10 PM > To: Jan Iversen > Subject: Re: help need to add path > > Please please tell me where to find that particular file to change the > settings please brother > Regards: > Shoaib >

Re: help need to add path

2017-03-19 Thread Tor Lillqvist
> > i have to download and build the open office kindly help me i have sent a > message in the forum of open office but no one is able to guide me please > help me > > That is perhaps because this is LibreOffice, not OpenOffice. --tml ___ LibreOffice mai

Re: help need to add path

2017-03-19 Thread Jan Iversen
Adding our dev list as CC, since I am not the only one, who can help you. I have no idea which file you talk about. The log you sent had 3 choices to activate debugging you do not state which one you want…and anyhow I do not know your system, so it not possible for me to tell you a path to some

Re: Help needed with SfxItems mentioned in .sdi files

2017-03-02 Thread Miklos Vajna
Hi, On Thu, Mar 02, 2017 at 09:11:02AM +0100, Stephan Bergmann wrote: > In "Complete the transition of > SwRedlineTable::size_type" I have the following question: > > "TODO: The one place I'm unsure about is SfxUInt16Items with IDs > FN_REDLINE_ACCEP

Re: Help with isssue with gerrit

2016-08-13 Thread Olivier Hallot
Thank you Jan, Regina and Giuseppe. All is OK now. Regards Em 13/08/2016 13:28, jan iversen escreveu: > Hi > > url and pushurl are not the same. > > the file you list (hopefully it is core/.git/modules/helpcontent2/config) is > exactly like mine. > > The pushurl are stored in .git/config and l

Re: Help with isssue with gerrit

2016-08-13 Thread Regina Henschel
Hi Olivier, Olivier Hallot schrieb: Hello Regina Here is what I have in the file config you mentioned. 8<--- [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true worktree = ../../../helpcontent2 [remot

Re: Help with isssue with gerrit

2016-08-13 Thread jan iversen
Hi url and pushurl are not the same. the file you list (hopefully it is core/.git/modules/helpcontent2/config) is exactly like mine. The pushurl are stored in .git/config and looks like: pushurl = ssh://j...@gerrit.libreoffice.org:29418/core I assume you did do: git clone git://anongit.fre

Re: Help with isssue with gerrit (fixed)

2016-08-13 Thread Olivier Hallot
Hi Em 13/08/2016 13:18, Olivier Hallot escreveu: > I am not sure if pushurl and url means the same fixed pushurl as indicated in the wiki page for submodules -- Olivier Hallot Comunidade LibreOffice Rio de Janeiro - Brasil ___ LibreOffice mailing li

Re: Help with isssue with gerrit

2016-08-13 Thread Olivier Hallot
Hello Regina Here is what I have in the file config you mentioned. 8<--- [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true worktree = ../../../helpcontent2 [remote "origin"] url = git://gerrit.libre

Re: Help with isssue with gerrit

2016-08-13 Thread Regina Henschel
Hi Olivier, there should be .git/modules/helpcontent2/config. Does it has a valid url or pushurl? Kind regards Regina Olivier Hallot schrieb: Hi I had to clone from scratch my LO repo and I fixed a patch. On attempting to push branch 'cla' I get git push origin cla:refs/for/master fatal:

Re: Help with isssue with gerrit

2016-08-13 Thread Giuseppe Castagno
Hi Olivier, On 08/13/2016 02:02 PM, Olivier Hallot wrote: Hi I had to clone from scratch my LO repo and I fixed a patch. On attempting to push branch 'cla' I get git push origin cla:refs/for/master fatal: remote error: access denied or repository not exported: /help to push to gerrit I use:

Re: Help with an old regression in text rendering needed

2016-08-11 Thread Caolán McNamara
On Thu, 2016-08-11 at 10:02 +0200, Milos Sramek wrote: > Can I switch the unit test off somehow? You can do a  make build-nocheck which will skip running the regression tests C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://li

Re: Help with an old regression in text rendering needed

2016-08-11 Thread Milos Sramek
Hi, thank you for your response and for pointing me towards kerning. It looks like the problem resides in kerning and not in harfbuzz. LO ignores setting of kerning in docx documents: disregarding its setting in the input document the setting (Character->Position->Pair Kerning) is always ON and w

Re: Help with an old regression in text rendering needed

2016-07-29 Thread Khaled Hosny
On Wed, Jul 20, 2016 at 08:55:01AM +0200, Milos Sramek wrote: > > The problem is demonstrated by the attached files, which show pixel > overlays of documents rendered in LO a MSOffice. There are some > differences visible also in the 'good' file, but these are much bigger > in the 'bad' one where

Re: Help with an old regression in text rendering needed

2016-07-29 Thread Caolán McNamara
On Fri, 2016-07-29 at 10:34 +0200, Milos Sramek wrote: > Thank you, Caolán, for your suggestions. > > > The first thing I've tried was to compile the current version with > and without harfbuzz using > ./autogen.sh --with-harfbuzz=no > The result was the same (bad). > > I am, however, not sure i

Re: Help with an old regression in text rendering needed

2016-07-29 Thread Milos Sramek
Thank you, Caolán, for your suggestions. The first thing I've tried was to compile the current version with and without harfbuzz using ./autogen.sh --with-harfbuzz=no The result was the same (bad). I am, however, not sure if harfbuzz was really switched off, since in config.log I can see $ ./co

Re: Help with an old regression in text rendering needed

2016-07-20 Thread Caolán McNamara
On Wed, 2016-07-20 at 08:55 +0200, Milos Sramek wrote: > Hi, > > In Brno I would like to present my tools for automated detection and > bibisection of interoperability problems between LO an MS Office. My > method is currently of limited utility, because there is a problem > with > rendering of pl

Re: help about MozTrap

2016-05-12 Thread Sophie
Hi Beyza, all Le 09/05/2016 23:49, Beyza Nur Esen a écrit : > hi, I'm Beyza nur. I'm first class at computer engineering and I'm > interested in libreoffice and I want to do something about it. As a > starter, I thought writing manuel test may improve me. I've been already > writing for a while and

Re: Help in solving a bug in TOC

2016-03-31 Thread Michael Stahl
On 29.03.2016 23:03, Mohamed Thabet wrote: > Hello, > > I'm working on this bug > https://bugs.documentfoundation.org/show_bug.cgi?id=44282 > > Currently I want to add a tab separator after the number in the table of > contents, but I can't get the correct tab stop position. > > My goal is to mi

Re: Help regarding bug tdf#43514 (Rohan Kumar)

2016-02-21 Thread jan iversen
Hi > What i'm really doing is traversing the document and breaking out of the loop > whenever i encounter the Currently outlined entry. But it's not working > except for headings and tables. when I asked on IRC they told me > static_cast<..> doesn't work on SwOutlineContent. I would really appr

Re: Help on getting started contributing to Libreoffice

2016-02-14 Thread Thorsten Behrens
Jan Iversen wrote: > I hope one of the our fellow developers have an idea of what can > cause this Boost problem. > Looks like you're using msvc 2012 (http://lists.boost.org/Archives/boost/2015/07/224122.php). LibreOffice master requires at least msvc 2013 - if that's not written clearly enough on

Re: Help on getting started contributing to Libreoffice

2016-02-14 Thread jan iversen
Hi In order to get general help for problems like this, it is better to write to our mailing list (CC). The experts listen on that list and are better to help than I am. I hope one of the our fellow developers have an idea of what can cause this Boost problem. have a nice weekend. rgds jan i.

Re: help request on proposed VCL code patch

2015-12-14 Thread Lionel Elie Mamane
On Mon, Dec 14, 2015 at 08:37:55PM +, Caolán McNamara wrote: > On Mon, 2015-12-14 at 15:13 +0100, Lionel Elie Mamane wrote: >> Well, you did, but apparently we didn't catch up on it and now we are >> about to ship 5.0.4 with a significant regression compared to 5.0.3 >> :-( >> See https://bug

Re: help request on proposed VCL code patch

2015-12-14 Thread Caolán McNamara
On Mon, 2015-12-14 at 15:13 +0100, Lionel Elie Mamane wrote: > Well, you did, but apparently we didn't catch up on it and now we are > about to ship 5.0.4 with a significant regression compared to 5.0.3 > :-( > > See https://bugs.documentfoundation.org/96482 > > Do you think you can take a look a

Re: help request on proposed VCL code patch

2015-12-14 Thread Lionel Elie Mamane
On Mon, Dec 14, 2015 at 06:59:27PM +0100, Alexander Thurgood wrote: > Le 14/12/2015 16:56, Lionel Elie Mamane a écrit : >> Regression is there. We are about to release 5.0.4.2 as final with >> that regression. > Looked at tdf#94069 and tested on master 5.2 alpha - I get no crash when > moving the

Re: help request on proposed VCL code patch

2015-12-14 Thread Alexander Thurgood
Le 14/12/2015 16:56, Lionel Elie Mamane a écrit : Hi all, > Regression is there. We are about to release 5.0.4.2 as final with > that regression. > Looked at tdf#94069 and tested on master 5.2 alpha - I get no crash when moving the grid control around in a form in form design mode. What is/was

Re: help request on proposed VCL code patch

2015-12-14 Thread Lionel Elie Mamane
On Mon, Dec 14, 2015 at 07:13:43AM -0800, Joel Madero wrote: > On 12/14/2015 06:46 AM, Lionel Elie Mamane wrote: >> Was Caolan's commit, you said you would test "not before this weekend" >> (a month ago), and to please poke you again "by Sunday" but nobody >> poked you. (The poke fell through the

Re: help request on proposed VCL code patch

2015-12-14 Thread Joel Madero
On 12/14/2015 06:46 AM, Lionel Elie Mamane wrote: > Was Caolan's commit, you said you would test "not before this weekend" > (a month ago), and to please poke you again "by Sunday" but nobody > poked you. (The poke fell through the list of things *I* have to do.) > > http://lists.freedesktop.org/

Re: help request on proposed VCL code patch

2015-12-14 Thread Lionel Elie Mamane
On Mon, Dec 14, 2015 at 06:37:36AM -0800, Joel Madero wrote: > On 12/14/2015 06:13 AM, Lionel Elie Mamane wrote: >> Do you think you can take a look at it "fast" or should we revert? > I don't remember why/how I was involved with this? Did I say I would > test it and somehow it fell through the li

Re: help request on proposed VCL code patch

2015-12-14 Thread Joel Madero
On 12/14/2015 06:13 AM, Lionel Elie Mamane wrote: > Do you think you can take a look at it "fast" or should we revert? I don't remember why/how I was involved with this? Did I say I would test it and somehow it fell through the list of things that I have to do? What should I "look at"? Was it my

Re: help request on proposed VCL code patch

2015-12-14 Thread Lionel Elie Mamane
On Wed, Nov 11, 2015 at 10:59:46AM +, Caolán McNamara wrote: > On Fri, 2015-10-30 at 11:31 +0100, Lionel Elie Mamane wrote: >> There is patch attached to tdf#94069, nominally a rather annoying >> Base UI bug (crash!), but which touches the VCL event loop (not >> specific to Base) in a way that

Re: help request on proposed VCL code patch

2015-11-11 Thread Caolán McNamara
On Fri, 2015-10-30 at 11:31 +0100, Lionel Elie Mamane wrote: > Hi, > > There is patch attached to tdf#94069, nominally a rather annoying > Base UI bug (crash!), but which touches the VCL event loop (not > specific to Base) in a way that I don't understand the consequences > of If I look at the

Re: Help compiling an idl for an Add-in

2015-11-11 Thread Stephan Bergmann
On 11/11/2015 12:42 AM, lucass wrote: To be sure i ran ./setsdkenv_unix --force-configure My configurations: * * SDK environment is prepared for Linux * * SDK = /usr/lib/libreoffice/sdk * Office = /usr/lib/libr

Re: Help compiling an idl for an Add-in

2015-11-10 Thread lucass
To be sure i ran ./setsdkenv_unix --force-configure My configurations: * * SDK environment is prepared for Linux * * SDK = /usr/lib/libreoffice/sdk * Office = /usr/lib/libreoffice * Make = /usr/bin * Zip = /usr/bin

Re: Help compiling an idl for an Add-in

2015-11-10 Thread Michael Stahl
On 10.11.2015 13:53, lucass wrote: > Hello, > I downloaded the rpm file on the official site and extracted it (using > the file compression tool that comes with ubuntu). > I couldn't make idlc work, but I think it was because my own lack of > experience. > When running idlc it complained about not

Re: Help compiling an idl for an Add-in

2015-11-10 Thread lucass
When using the ubuntu sdk I did do that, I setted the same cpp from which I copied the version output and the sdk from the libreoffice-dev package. I'm not at my computer right now. I saw that setsdkenv_unix prints all setted values, I'll recheck them later and send it here. Thanks On Tue, Nov 10

Re: Help compiling an idl for an Add-in

2015-11-10 Thread Stephan Bergmann
On 11/10/2015 01:53 PM, lucass wrote: I downloaded the rpm file on the official site and extracted it (using the file compression tool that comes with ubuntu). I couldn't make idlc work, but I think it was because my own lack of experience. When running idlc it complained about not finding libreg

Re: Help compiling an idl for an Add-in

2015-11-10 Thread lucass
Hello, I downloaded the rpm file on the official site and extracted it (using the file compression tool that comes with ubuntu). I couldn't make idlc work, but I think it was because my own lack of experience. When running idlc it complained about not finding libreglo.so . I've changed idlc to outp

Re: Help compiling an idl for an Add-in

2015-11-09 Thread lucass
Hi Bjoern, This is the cpp output: ➜ ~ cpp --version cpp (Ubuntu 5.2.1-22ubuntu2) 5.2.1 20151010 Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOS

Re: Help compiling an idl for an Add-in

2015-11-09 Thread Bjoern Michaelsen
Hi, On Mon, Nov 09, 2015 at 10:58:20AM +0100, Stephan Bergmann wrote: > The SDK's idlc calls out to a C preprocessor to preprocess the .idl files. > Normally, it calls the ucpp executable next to itself in the SDK's bin dir. > I assume that something is broken in the Ubuntu setup, and that idlc ca

Re: Help compiling an idl for an Add-in

2015-11-09 Thread Stephan Bergmann
On 11/07/2015 02:45 PM, lucass wrote: I'm working on an AddIn to use on Calc ( source:https://github.com/beothorn/ClojureCalc ) and I'm having a problem when compilind an idl using idlc. This addin used to compile without problems on an older libreoffice sdk (4.3 I think) but it upgraded to 5.0.2

Re: Help me out

2015-09-13 Thread Łukasz Hryniuk
Hi Saran, Take a look at this page on our Wiki to get an overall info: https://wiki.documentfoundation.org/Development Before you will start to contribute, you should be able to build the LibreOffice on your machine (I think it's most complicated step for new developers). There are a few tutor

Re: Help with Patch

2015-09-07 Thread Michael Stahl
On 05.09.2015 08:15, Nathan Wells wrote: > I > downloaded: > http://dev-builds.libreoffice.org/daily/master/Win-x86@39/2015-09-04_17.02.14/ > And get an error on startup: > Assertion failed! > Program:ram Files (x86)\LibreOfficeDev5\program\vcllc.dll > File: C:/cygwin/home/tinderbox/master/vcl

  1   2   3   4   >