~ubuntu-branches/ubuntu/saucy/libmspub/saucy

« back to all changes in this revision

Viewing changes to src/lib/MSPUBParser.h

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2013-05-13 18:39:21 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20130513183921-7kkhuk8dld8a11yt
Tags: 0.0.6-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
  unsigned getFontIndex(WPXInputStream *input, const MSPUBBlockInfo &info);
163
163
  CharacterStyle getCharacterStyle(WPXInputStream *input);
164
164
  ParagraphStyle getParagraphStyle(WPXInputStream *input);
165
 
  boost::shared_ptr<Fill> getNewFill(const std::map<unsigned short, unsigned> &foptValues, bool &skipIfNotBg);
 
165
  boost::shared_ptr<Fill> getNewFill(const std::map<unsigned short, unsigned> &foptValues, bool &skipIfNotBg, std::map<unsigned short, std::vector<unsigned char> > &foptVal);
166
166
 
167
167
  WPXInputStream *m_input;
168
168
  MSPUBCollector *m_collector;