include/svx/xenum.hxx contains a number of enumerations which have a published UNO enumeration form as well (note that these enumerations have exactly the same values in the .hxx and .idl files). Commit 1e6ff8f7f8b5322bed7a1b4483f2f483b00212ba does one such conversion: it removes XFillStyle and replaces it with css::drawing::FillStyle. Remaining similar conversions: 1) XLineStyle -> css::drawing::LineStyle 2) XDashStyle -> css::drawing::DashStyle 3) XGradientStyle -> css::awt::GradientStyle 4) XHatchStyle -> css::awt::HatchStyle The remaining enumerations in that header have no 1:1 UNO equivalents.
Hi, I am trying to build some knowledge of LO software. I downloaded the software from the git repository and I run a "git pull" & "make" every night to keep up to date. I have searched the net but I can not find out how to look at commit 1e6ff8f7f8b5322bed7a1b4483f2f483b00212ba if someone could pls advise? Cheers
Tim, One way to see a commit, when you have internet access, is: (1) Browse to <http://cgit.freedesktop.org/libreoffice/core/log/>. (2) From dropdown list, choose criterion "range"; enter the first several charactes of the commit id as the search value; and click button <search>. (3) Click on the first commit message in the resulting list. (4) Choose "diff options" according to taste. HTH, Terry.
thanks for the precise instructions Terry. I can now see the diffs which I will absorb. Cheers
Radu Ioan committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=7528b498b634f0d96a710afc7faf20299cc5792d fdo#85486 - Clean up unnecessary enumerations from xenum.hxx It will be available in 4.5.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.
Radu Ioan committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=c69f481d792c7b121479d024cf675f6ddb747422 fdo#85486 - Clean up unnecessary enumerations from xenum.hxx It will be available in 4.5.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.
Radu Ioan committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=3c77eba67b61b4f78f2c8ccec6c78622ee173b61 fdo#85486 - Clean up unnecessary enumerations from xenum.hxx It will be available in 4.5.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.
Marking as fixed, well done! :-)
Migrating Whiteboard tags to Keywords: (EasyHack DifficultyBeginner SkillCpp TopicCleanup) [NinjaEdit]
Remove LibreOffice Dev List from CC on EasyHacks (curtailing excessive email to list) [NinjaEdit]