Subversion Repositories Scribus

Compare Revisions

Ignore whitespace Rev 5580 → Rev 5581

/branches/Version13x/Scribus/scribus/text/storytext.h
55,7 → 55,7
* offsets to its basepoint. Other information in the ScriptItem is only
* used by the layouter.
*/
class StoryText : NLS_PRIVATE QPtrList<ScText> {
class SCRIBUS_API StoryText : NLS_PRIVATE QPtrList<ScText> {
public:
StoryText(ScribusDoc * doc);
StoryText(const StoryText & other);
/branches/Version13x/Scribus/scribus/util.h
150,7 → 150,7
void SCRIBUS_API parsePagesString(QString pages, std::vector<int>* pageNs, int sourcePageCount);
 
#ifndef NLS_CONFORMANCE
int findParagraphStyle(ScribusDoc* doc, const ParagraphStyle& parStyle);
int SCRIBUS_API findParagraphStyle(ScribusDoc* doc, const ParagraphStyle& parStyle);
#endif
 
/*! \brief painting the QCheckBox as pixmap.