Created attachment 152430 [details] fillseries_demo.ods according to: https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1sheet_1_1XCellSeries.html#af47df42b4c0b162cc4be76516a9a5345 oRange.fillSeries() provides methods to fill out a cell range automatically with values based on a start value, step count and fill mode. with AOO 4.1.5 all cells in the range are filled, but with LO 3.6.7.2 hidden cells are not filled. steps to reproduce: - open attached spreadsheet - press [fill series] -> cell E4 is empty - open attached spreadsheet - show column E - press [fill series] -> cell E4 is filled was this change intended?
okay will look at it
Confirm with Version: 6.4.0.0.alpha0+ (x64) Build ID: bebc2280e43fc381e9085f2a397dad9dd7701fdd CPU threads: 4; OS: Windows 6.1; UI render: default; VCL: win; Not sure if it's a bug or not, leaving unconfirmed
(In reply to raal from comment #2) > Confirm with Version: 6.4.0.0.alpha0+ (x64) > Build ID: bebc2280e43fc381e9085f2a397dad9dd7701fdd > CPU threads: 4; OS: Windows 6.1; UI render: default; VCL: win; > > Not sure if it's a bug or not, leaving unconfirmed I believe this is an issue. @Eike, any opinion ?
It's the same behaviour as when filling the series manually using menu Sheet -> Fill Cells -> Fill Series...; and that change was intended. IMHO the API should act the same and this is not a bug.
(In reply to Eike Rathke from comment #4) > It's the same behaviour as when filling the series manually using menu Sheet > -> Fill Cells -> Fill Series...; and that change was intended. IMHO the API > should act the same and this is not a bug. Hello Eike, Thanks for your comment, it makes sense the API acts the same way... Closing as RESOLVED NOTABUG
Thanks for this information. It useful