Right now it is not possible to hide a title object. So if you want to hide it you need to delete it and loose all formatting and the title text. The first step is to add a new property Show to chart2/source/model/main.Title.hxx and chart2/source/model/main/Title.cxx. After that setting a title to hidden and fixing the rendering problems would be the next step.
Migrating Whiteboard tags to Keywords: (easyHack, difficultyBeginner, skillCpp) [NinjaEdit]
JanI is default CC for Easy Hacks (Add Jan; remove LibreOffice Dev List from CC) [NinjaEdit]
Feyza Yavuz committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=783b02de3bc75cd0be1a6e919d4755a297fe7a84 tdf#92768 Support hiding title objects It will be available in 5.2.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Feyza Yavuz committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=0ab7ad3bb0138c2614f66dba8af39cabe760f910 tdf#92768 Support hiding title objects It will be available in 5.2.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Looks solved
Nope, unfortunately it is not solved yet, the rendering support based on the "Visibility" property is still missing.
Muhammet Kara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/5858f628829ccd14e4915c138d798e03dba20edc Sidebar tdf#92768: Fix title & subtitle checkboxes on the ChartDeck It will be available in 7.1.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Hi, I would like to work on this bug. However the description is not really clear for me, specifically how chart is related to this bug. I've tried to reproduce the bug in Writer but don't know if this is correct or not: 1. Open Writer 2. Add a variable (E.g: Hide) and put 1 as its value 3. Enter new line, choose "Title" in the text formatting drop down menu 4. Insert -> Field -> More field -> Functions -> Hidden text 5. Set condition as Hide==1 and type the Hidden text Expect: Add new hidden field in the title and is hidden. Current result: New field is added into the title but not hidden. Could you tell me if this is the correct bugs. If it is then how is it related to chart? I'm new here so please understand if I ask stupid questions. Thanks.
(In reply to quannguyenvan1701 from comment #8) > Hi, > > I would like to work on this bug. However the description is not really > clear for me, specifically how chart is related to this bug. The steps are: 1. Open Writer (or other application) 2. Insert - Chart 3. Either in the Sidebar Elements section, tick Title and input title or right-click the chart and select Insert Titles
(In reply to Buovjaga from comment #9) > (In reply to quannguyenvan1701 from comment #8) > > Hi, > > > > I would like to work on this bug. However the description is not really > > clear for me, specifically how chart is related to this bug. > > The steps are: > > 1. Open Writer (or other application) > 2. Insert - Chart > 3. Either in the Sidebar Elements section, tick Title and input title or > right-click the chart and select Insert Titles So what is the bug here?
(In reply to quannguyenvan1701 from comment #10) > (In reply to Buovjaga from comment #9) > > (In reply to quannguyenvan1701 from comment #8) > > > Hi, > > > > > > I would like to work on this bug. However the description is not really > > > clear for me, specifically how chart is related to this bug. > > > > The steps are: > > > > 1. Open Writer (or other application) > > 2. Insert - Chart > > 3. Either in the Sidebar Elements section, tick Title and input title or > > right-click the chart and select Insert Titles > > So what is the bug here? Read comment 6. Then, read the description again and read all the previous commits.
I've understood the problem. I see that to hide something I need to set "Show" or "Visible" property should to false . However I don't get how and where the properties are processed, I guess this is the "rendering problems" that Markus talked about in the description. I've tried to follow the code but has no luck as I don't know how the properties work. Could someone please point out the keywords/locations that I need to read or any info I need to know? Thank you.
(In reply to Quan from comment #12) > I've understood the problem. I see that to hide something I need to set > "Show" or "Visible" property should to false . However I don't get how and > where the properties are processed, I guess this is the "rendering problems" > that Markus talked about in the description. I've tried to follow the code > but has no luck as I don't know how the properties work. Could someone > please point out the keywords/locations that I need to read or any info I > need to know? I think you just need to try harder and read more code. If you are still stuck, ask more specific questions, pointing to specific lines of code etc.
Hi, I've submitted a patch here https://gerrit.libreoffice.org/c/core/+/110889/1. This is not finished yet but please see if this is going to the right direction. Thank you.
Quan Nguyen committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/62dff2844b0bf1d1bcb8eb4d6db529ef4a31bee4 tdf#92768 Add rendering support for hiding title object in chart2 It will be available in 7.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Julien Nabet committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/9661b094e10602148c3cf68bcce01f4a6714bedd tdf#160225, related tdf#92768: hide axis title not taken into account when... It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Julien Nabet committed a patch related to this issue. It has been pushed to "libreoffice-24-2": https://git.libreoffice.org/core/commit/b97348107831c5699e679dc8d2c36d626122ae0c tdf#160225, related tdf#92768: hide axis title not taken into account when... It will be available in 24.2.3. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Julien Nabet committed a patch related to this issue. It has been pushed to "libreoffice-7-6": https://git.libreoffice.org/core/commit/2c11aa68477e957fb298605baca08ec48acffcd7 tdf#160225, related tdf#92768: hide axis title not taken into account when... It will be available in 7.6.7. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Haaye chori chori chori chori chori chori Hey hey hey hey hey hey Chori chori chori chori Chori chori chori Chori chori chori re hey Chori chori chori chori Chori chori dekha tumhein Chori chori chaha tumhein Chori chori manga tumhein Chori chori pooja tumhein Aapko to khabar nahi iski Aapko maine kitna pyaar kiya aa Aapko maine kitna pyaar kiya haan Aapko kis tarah main bataun Kab kahan aur kaise dil diya aa Kab kahan aur kaise dil diya haan Aapko to khabar nahi iski Aapko maine kitna pyaar kiya aa Aapko maine kitna pyaar kiya haan Aapko kis tarah main bataun Kab kahan aur kaise dil diya aa Kab kahan aur kaise dil diya haan Chori chori chori chori Maine kaha kya tumne suna Dilbar tumhein hi maine chuna Kehna tumhara achcha laga Sapna mujhe ab sachcha laga haan Aapko haal-e-dil kya sunauo Aapne chain mera le liya aa Aapne chain mera le liya haan Aapko to khabar nahi iski Aapko maine kitna pyaar kiya Aapko maine kitna pyaar kiya Chori chori chori chori Dehko na mujhko ab door se Yeh maang bhar do sindoor se Kehta hai mera deewana man Hoke rahega apna milan aa Aapse jaaneman kya chupaun Aapko maine maana hai piya aa Aapko maine maana hai piya haan Aapko to khabar nahin iski Aapko maine kitna pyaar kiya aa Aapko maine kitna pyaar kiya. <a href="https://www.lyricsoff.com/songs/chori-chori.html">Chori Chori Lyrics - Om Jai Jagadish</a> : Chori Chori lyrics from Om Jai Jagadish is Hindi song sung by Alka Yagnik, Sonu Nigam, music is given by Anu Malik. Chori Chori song lyrics are written by Sameer.