Date: prev next · Thread: first prev next last
2021 Archives by date, by thread · List index


Hallo Harald,

ich danke Dir für die WEB-Links.

Es ist nur schade, das niemand im Forum bis jetzt bereit war mal 5 Minuten für einen kleinen Test zu investieren, um das im BUG-Report ( https://bugs.documentfoundation.org/show_bug.cgi?id=139539 ) beigefügte Makro 2 mal auf eine neue CALC-Datei mit erster fixierte Zeile auszuführen - hätte dem "QA Administrator" zusätzlichen Aufwand erspart:

Sub TestFixedRow
' Test A
' 1. Open CALC.
' 2. Fix first row of all 3 sheets, if not fixed.
' 3. Set: aCALCpropv(0).Value = FALSE
' 4. Save/Close CALC.
' 5. Start macro TestFixedRow.
' 6. Open CALC.
' 7. First row of all 3 sheets is still fixed.
' Test B
' 1. Open CALC.
' 2. Fix first row of all 3 sheets, if not fixed.
' 3. Set: aCALCpropv(0).Value = TRUE
' 4. Save/Close CALC.
' 5. Start macro TestFixedRow.
' 6. Open CALC.
' 7. First row of all 3 sheets is not fixed anymore.
Dim CALC As String : CALC = "E:\TMP\CALC.ods" ' May be to be modified !
Dim oCALC As Object
Dim uCALC As String
Dim aCALCpropv(0) As New com.sun.star.beans.PropertyValue
aCALCpropv(0).Name = "Hidden"
aCALCpropv(0).Value = FALSE
Dim aCALCdummy() As Variant
uCALC = ConvertToUrl(CALC)
oCALC = StarDesktop.loadComponentFromURL(uCALC,"_blank",0,aCALCpropv())
oCALC.StoreAsURL(uCALC,aCALCdummy())
oCALC.Close(False)
End Sub

Viele Grüße
Hans-Werner :-))

------ Originalnachricht ------
Von: "Harald Köster" <harald.koester@mail.de>
An: users@de.libreoffice.org
Gesendet: 26.01.2021 12:12:36
Betreff: Re: [de-users] BasicMakro - Langzeitprojekt CORONA NEWS - Erfahrungsbericht - BUG-Report - QA:needsComment

Hallo Hans-Werner,

Am 26.01.2021 um 08:21 schrieb OoOHWHOoO:
 Hallo,

 kann mir jemand sagen, was

 QA Administrators changed bug 139539 (
https://bugs.documentfoundation.org/show_bug.cgi?id=139539 )

 What: Added
 Removed:
 Whiteboard: QA:needsComment

 bedeutet und wer da gemeint ist ?
mit diesem Stichwort wird jeder 'unconfirmed' Bug automatisch
gekennzeichnet, der seit mehr als 2 Wochen inaktiv ist und (oder
'oder'?) dem bisher kein Kommentar durch einen Dritten hinzugefügt
wurde. Siehe:
https://wiki.documentfoundation.org/QA/GetInvolved/en

Ziel dieser Kennzeichnung ist es, dass unbestätigte Bugs schneller einer
'bug triage' durch die Qualitätssicherung unterzogen werden.

Zur Info: Mehr zum Feld Whiteboard und was dort eingestellt werden
kann/soll, findest Du hier:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Whiteboard

Grüße
Harald K.

--
LibreOffice - Die Freiheit nehm' ich mir! - www.libreoffice.de

--
Liste abmelden mit E-Mail an: users+unsubscribe@de.libreoffice.org
Probleme? https://de.libreoffice.org/hilfe-kontakt/mailing-listen/abmeldung-liste/
Tipps zu Listenmails: https://wiki.documentfoundation.org/Netiquette/de
Listenarchiv: https://listarchives.libreoffice.org/de/users/
Datenschutzerklärung: https://www.documentfoundation.org/privacy
--
Liste abmelden mit E-Mail an: users+unsubscribe@de.libreoffice.org
Probleme? https://de.libreoffice.org/hilfe-kontakt/mailing-listen/abmeldung-liste/
Tipps zu Listenmails: https://wiki.documentfoundation.org/Netiquette/de
Listenarchiv: https://listarchives.libreoffice.org/de/users/
Datenschutzerklärung: https://www.documentfoundation.org/privacy

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.