~ubuntu-branches/ubuntu/utopic/kde4libs/utopic

« back to all changes in this revision

Viewing changes to khtml/rendering/render_text.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-08-01 16:16:35 UTC
  • mfrom: (1.14.20)
  • Revision ID: package-import@ubuntu.com-20120801161635-qewual50h0fwfeju
Tags: 4:4.9.0a-0ubuntu1
New tar from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
    virtual short minWidth() const { return m_minWidth; }
203
203
    virtual int maxWidth() const { return m_maxWidth; }
204
204
 
205
 
    void trimmedMinMaxWidth(short& beginMinW, bool& beginWS,
206
 
                            short& endMinW, bool& endWS,
 
205
    void trimmedMinMaxWidth(int& beginMinW, bool& beginWS,
 
206
                            int& endMinW, bool& endWS,
207
207
                            bool& hasBreakableChar, bool& hasBreak,
208
 
                            short& beginMaxW, short& endMaxW,
209
 
                            short& minW, short& maxW, bool& stripFrontSpaces);
 
208
                            int& beginMaxW, int& endMaxW,
 
209
                            int& minW, int& maxW, bool& stripFrontSpaces);
210
210
 
211
211
    bool containsOnlyWhitespace(unsigned int from, unsigned int len) const;
212
212