Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve odg #160

Merged
merged 5 commits into from
Apr 18, 2020
Merged

improve odg #160

merged 5 commits into from
Apr 18, 2020

Conversation

andiwand
Copy link
Member

@andiwand andiwand commented Apr 18, 2020

besides improving odg this also contains

  • support inline drawings (should effect all odf files)
  • fix <br>
  • support master page (should also effect odp)
  • refactor css class translation
  • apply code formatting

@andiwand andiwand requested a review from TomTasche April 18, 2020 15:12
This was referenced Apr 18, 2020
Copy link
Member

@TomTasche TomTasche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

const auto x2 = in.FindAttribute("svg:x2");
const auto y2 = in.FindAttribute("svg:y2");

if ((x1 == nullptr) || (y1 == nullptr) || (x2 == nullptr) || (y2 == nullptr))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i actually don't want braces for one-liners. it is quite hard to find them.

@@ -104,6 +125,7 @@ void StyleClassTranslator(const tinyxml2::XMLElement &in, std::ostream &out,
out << "}\n";
}

// TODO
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

create ticket and link here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that is #35

@andiwand andiwand merged commit bc5a37e into development Apr 18, 2020
@andiwand andiwand deleted the feature/improve-odg branch April 18, 2020 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants