I use a calc like basic file to generate a final file with some data from other document. To generate this final file, I use a program who insert into basic calc some informations into content.xml. When I open this file, all cells with wrap format aren't resize automaticly. Cells are not recalculate when opening, said me someone on french forum. For information, this work on OpenOffice. Can you add this function in next or futur release please. thinks for all.
Hi Pasian, thanks for reporting. There is an option to recalculate when opening: Menu/Tools/Options/LibreOffice Calc/Formula/Recalculation on file load. Please report if this is what you are looking for?
Hi, Sorry but this doesn’t fixe my issue. Regards. De : bugzilla-daemon@freedesktop.org [mailto:bugzilla-daemon@freedesktop.org] Envoyé : samedi 7 juin 2014 14:22 À : Yoann PASIAN Objet : [Bug 79728] Re calculate all cell after opening file m.a.riosv<mailto:mariosv@miguelangel.mobi> changed bug 79728<https://bugs.freedesktop.org/show_bug.cgi?id=79728> What Removed Added Status UNCONFIRMED NEEDINFO CC mariosv@miguelangel.mobi<mailto:mariosv@miguelangel.mobi> Ever confirmed 1 Comment # 1<https://bugs.freedesktop.org/show_bug.cgi?id=79728#c1> on bug 79728<https://bugs.freedesktop.org/show_bug.cgi?id=79728> from m.a.riosv<mailto:mariosv@miguelangel.mobi> Hi Pasian, thanks for reporting. There is an option to recalculate when opening: Menu/Tools/Options/LibreOffice Calc/Formula/Recalculation on file load. Please report if this is what you are looking for? ________________________________ You are receiving this mail because: * You reported the bug.
(In reply to comment #2) > Hi, > > Sorry but this doesn’t fixe my issue. > > Regards. >
Please can you attach a sample file?
Created attachment 100816 [details] sample
Into attached file, there is a Macro issue, so don't take care about it. When you open the file you could see E4, J5, J8, K8.. cells are not open, but auto wrap is selected into Format > cells > alignment. The only way I found is select all file and double click between 2 line. Thank before. (In reply to comment #4) > Please can you attach a sample file?
I don't know any direct way to get it and if it is really a bug. I think what you can do is a macro with your solution and add it to the macro in the file that runs when the file is opened. The next, created using record macro seems to work. sub RowHeigh rem ---------------------------------------------------------------------- rem define variables dim document as object dim dispatcher as object rem ---------------------------------------------------------------------- rem get access to the document document = ThisComponent.CurrentController.Frame dispatcher = createUnoService("com.sun.star.frame.DispatchHelper") rem ---------------------------------------------------------------------- dim args101(0) as new com.sun.star.beans.PropertyValue args101(0).Name = "ToPoint" args101(0).Value = "$Etat.$A$1:$IV$100000" dispatcher.executeDispatch(document, ".uno:GoToCell", "", 0, args101()) dim args102(0) as new com.sun.star.beans.PropertyValue args102(0).Name = "aExtraHeight" args102(0).Value = 0 dispatcher.executeDispatch(document, ".uno:SetOptimalRowHeight", "", 0, args102()) dim args103(0) as new com.sun.star.beans.PropertyValue args103(0).Name = "ToPoint" args103(0).Value = "$Etat.$A$1" dispatcher.executeDispatch(document, ".uno:GoToCell", "", 0, args103()) end sub
Thanks to reply. I already use a macro to do this. But I just need to do a F9 to recalculate and all is alright. What is odd is the fact it's work well on OpenOffice. So, Now I looking for something like ThisComponent.calculateAll(). Because Into my real file there is a lot of line and 6 sheets who I need to recalculate. But the problem is it's take too long time to recalculate all sheet. To me is my last question for you. I'm sorry for my English and I thank you to your reactivity.
(In reply to Pasian from comment #5) > Created attachment 100816 [details] > sample I confirm the loss of wrapping in E4, J5, J8, K8.. when opening. As the reporter says this does not happen with AOO, setting as NEW. Win 7 64-bit Version: 4.5.0.0.alpha0+ Build ID: 772befa08f02b08da1ab493896a0744bc73781c7 TinderBox: Win-x86@51-TDF, Branch:MASTER, Time: 2014-11-23_22:39:02
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present on a currently supported version of LibreOffice (5.0.4 or later) https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to "inherited from OOo"; 4b. If the bug was not present in 3.3 - add "regression" to keyword Feel free to come ask questions or to say hello in our QA chat: http://webchat.freenode.net/?channels=libreoffice-qa Thank you for your help! -- The LibreOffice QA Team This NEW Message was generated on: 2015-12-20
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present on a currently supported version of LibreOffice (5.1.6 or 5.2.3 https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to "inherited from OOo"; 4b. If the bug was not present in 3.3 - add "regression" to keyword Feel free to come ask questions or to say hello in our QA chat: http://webchat.freenode.net/?channels=libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug-20170103
This is a confusing bug without clear and verified Expected and Experienced. Reported asked for function and that's BASIC component and then test went to wrap, which was an explanation. But it's likely not wrap but height. Moreover, file gives macro error. Anyway, I'll close. If you object, please explain. Keep in mind that it's unlikely that some dev will read all this.