[Libreoffice-bugs] [Bug 149236] CALC / MACRO graphics of a sheet messed up after inserting a sheet in a lower index number

2023-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149236

Andreas Heinisch  changed:

   What|Removed |Added

 Depends on|154086  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=154086
[Bug 154086] Move/Copy sheet: defined print range not shown using dashed lines
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149236] CALC / MACRO graphics of a sheet messed up after inserting a sheet in a lower index number

2023-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149236

Andreas Heinisch  changed:

   What|Removed |Added

 Depends on||154086


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=154086
[Bug 154086] Move/Copy sheet: defined print range not shown using dashed lines
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149236] CALC / MACRO graphics of a sheet messed up after inserting a sheet in a lower index number

2022-10-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149236

BogdanB  changed:

   What|Removed |Added

 Blocks||107659
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107659
[Bug 107659] [META] Macro bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149236] CALC / MACRO graphics of a sheet messed up after inserting a sheet in a lower index number

2022-05-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149236

--- Comment #2 from Philippe Lévi  ---
letting it after, but with .sheets.count (inserting at the end) there is also
no problem ...
if not .sheets.hasByName(nomFeuilleConcentrateur) then
.sheets.insertNewByName(nomFeuilleConcentrateur, .sheets.count)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149236] CALC / MACRO graphics of a sheet messed up after inserting a sheet in a lower index number

2022-05-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149236

Kamil Landa  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #1 from Kamil Landa  ---
Confirmed in Version: 7.3.3.1 (x64) / LibreOffice Community
Build ID: 1688991ca59a3ca1c74bc2176b274fba1b034928
CPU threads: 8; OS: Windows 10.0 Build 17763; UI render: Skia/Raster; VCL: win
Locale: cs-CZ (cs_CZ); UI: cs-CZ
Calc: CL

Another interesting fact is, if new sheet (Concentrateur) is created before the
sheet 'test', then it is functional. 

Sub Main
dim const nomFeuilleDest = "test"
dim const nomFeuilleModeleSequence = "Modèle Séquence"
dim const nomFeuilleConcentrateur = "Concentrateur"

with thisComponent

if not .sheets.hasByName(nomFeuilleConcentrateur) then
.sheets.insertNewByName(nomFeuilleConcentrateur, 2) 'create the Concentrateur
sheet firstly

if .sheets.hasByName( nomFeuilleDest) then
.sheets.removeByName( nomFeuilleDest)
.sheets.copyByName( nomFeuilleModeleSequence, nomFeuilleDest,
.sheets.Count)

end with

msgbox "Done !"

End Sub

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149236] CALC / MACRO graphics of a sheet messed up after inserting a sheet in a lower index number

2022-05-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149236

Philippe Lévi  changed:

   What|Removed |Added

Summary|UI  |CALC / MACRO graphics of a
   ||sheet messed up after
   ||inserting a sheet in a
   ||lower index number

-- 
You are receiving this mail because:
You are the assignee for the bug.