4. Created possibility to define hidden conversions

Some of the conversions were not desired to be displayed as possible input type, but still they should be counted with when creating conversion paths. Therefore I needed to change the API and framework a little bit to implement this. I needed to add a boolean field into ConversionActionArguments class and I needed to make the framework offer only those conversions which were defined as visible.

Up: Contents Previous: 3. Added image support Next: 5. Implemented conversion to and from odt